Whamcloud - gitweb
Branch b_release_1_6_5
authoradilger <adilger>
Tue, 13 May 2008 23:03:02 +0000 (23:03 +0000)
committeradilger <adilger>
Tue, 13 May 2008 23:03:02 +0000 (23:03 +0000)
commit2fb8018e64cca32793faf7a80c80f73bed0daa05
treeb2e44475702de8068b795b44b76d9141a66cd127
parent3ddb5cc12777280ff272a84513bf86cff388564e
Branch b_release_1_6_5
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=kalpak.shah
b=15777
ldiskfs/.cvsignore
ldiskfs/kernel_patches/patches/ext3-ea-expand-lose-block.patch [new file with mode: 0644]
ldiskfs/kernel_patches/series/ldiskfs-2.6-rhel5.series
ldiskfs/kernel_patches/series/ldiskfs-2.6-sles10.series
ldiskfs/kernel_patches/series/ldiskfs-2.6.18-vanilla.series
ldiskfs/kernel_patches/series/ldiskfs-2.6.22-vanilla.series