Details

    • Improvement
    • Resolution: Unresolved
    • Minor
    • None
    • None
    • 9223372036854775807

    Description

      It would be useful to record the projid of a file into the Lustre Changelog, so that this can be used to identify files within a specific subdirectory tree. This would use:

      struct changelog_ext_projid {
              __u32 cr_projid;
              __u32 cr_flags;       /* FS_PROJINHERIT_FL and other ext4 flags */
      };
      
      enum changelog_rec_extra_flags {
              :
              CLFE_PROJID     = 0x0010,
      };
      

      It looks like there will be a bit of complexity when adding a record after changelog_ext_xattr because that structure sadly does not encode a length, but only a NUL-terminated string, so this should be rounded up to the next multiple of 4 bytes before the changelog_ext_projid record is stored.

      Attachments

        Issue Links

          Activity

            [LU-15372] add projid to changelog

            "Arshad Hussain <arshad.hussain@aeoncomputing.com>" uploaded a new patch: https://review.whamcloud.com/c/fs/lustre-release/+/53190
            Subject: LU-15372 mdd: Add projid CL support
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: 1eed9804c49e498703bd403e139c62cce12dc7bd

            gerrit Gerrit Updater added a comment - "Arshad Hussain <arshad.hussain@aeoncomputing.com>" uploaded a new patch: https://review.whamcloud.com/c/fs/lustre-release/+/53190 Subject: LU-15372 mdd: Add projid CL support Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: 1eed9804c49e498703bd403e139c62cce12dc7bd

            People

              arshad512 Arshad Hussain
              adilger Andreas Dilger
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated: