ENT-10961, CFE-1840: Added documentation on body fsattrs and the immutable constraint - #3403
Conversation
cea8867 to
f06bab9
Compare
nickanderson
left a comment
There was a problem hiding this comment.
LGTM, but a question about what it means to clear the immutable bit multiple times.
| as short as possible. The immutable bit may be temporarily cleared multiple | ||
| times during a files promise. |
There was a problem hiding this comment.
What does this mean that it might be cleared multiple times during a files promise? Like cleared, re-applied, cleared, re-applied?
There was a problem hiding this comment.
What I mean is that if you have a file promise that for example contains both the content and the perms attribute. Then the immutable bit may be temporarily cleared while changing the perms and reapplied afterwards. Later when replacing $(this.promiser) with $(this.promiser).cfnew (containing new content) it may again be temporarily cleared and reapplied.
Ticket: ENT-10961, CFE-1840 Signed-off-by: Lars Erik Wik <lars.erik.wik@northern.tech> Co-authored-by: Nick Anderson <nick@cmdln.org>
|
@cf-bottom jenkins, please |
|
Alright, I triggered a build: Jenkins: https://ci.cfengine.com/job/fast-build-and-deploy-docs-master/142/ Documentation: http://buildcache.cfengine.com/packages/build-documentation-pr/jenkins-fast-build-and-deploy-docs-master-142/output/_site/ |
Ticket: ENT-10961, CFE-1840