Whamcloud - gitweb
Description: MDS may lose file striping (and hence file data) in some cases
authorkalpak <kalpak>
Thu, 15 May 2008 14:03:42 +0000 (14:03 +0000)
committerkalpak <kalpak>
Thu, 15 May 2008 14:03:42 +0000 (14:03 +0000)
commit280746c37e3c5acf9922e6574123ff1b6945b8fb
treec282dbf9933b5a440779d528242f5830e4d00a0f
parenta6e5b86a645bdda32f12d95d81274a70c155f36d
Description: MDS may lose file striping (and hence file data) in some cases
  Details    : If there are additional extended attributes stored on the MDS,
             in particular ACLs, SELinux, or user attributes (if user_xattr
             is specified for the client mount options) then there is a risk
             of attribute loss.  Additionally, the Lustre file striping
             needs to be larger than default (e.g. striped over all OSTs),
             and an additional attribute must be stored initially in the
             inode and then increase in size enough to be moved to the
             external attribute block (e.g. ACL growing in size) for file
             data to be lost.
i=adilger
i=kalpak.shah (test by adilger)
b=15777
lustre/ChangeLog
lustre/tests/sanity.sh