forked from cvmfs/cvmfs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Detect directory entry modifications to uid/gid (cvmfs#3473)
From issue cvmfs#3435 : >`DirectoryEntryBase::CompareTo` will miss isolated changes to uid, gid, xattrs, chunks. This isn't an issue usually, as >such changes when made via an overlayfs transaction will also change the mtime. It causes a problem if the changes >are being made programmatically. >It also results in changed behaviour when publishing via a gateway vs not. uid/gid changes are now properly handled. Changes to individual extended attributes or to the chunking layout are more difficult to handle because they require a follow-up lookup in the corresponding catalog tables, to be done in a future patch. --------- Co-authored-by: Valentin Volkl <[email protected]>
- Loading branch information
Showing
5 changed files
with
46 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters