Whamcloud - gitweb
LU-14115 lod: fix to set inherit flag for stripe directroy 43/40543/3
authorWang Shilong <wshilong@ddn.com>
Thu, 5 Nov 2020 02:05:14 +0000 (10:05 +0800)
committerOleg Drokin <green@whamcloud.com>
Thu, 19 Nov 2020 10:19:56 +0000 (10:19 +0000)
commitdd8a4db4979464538184edf993daf7df0c89b4e7
tree5dbb1b1ff1339f2eaa80720052f565f7207ca976
parent01a70a56540f095b3dc30656b7135636b4b3abef
LU-14115 lod: fix to set inherit flag for stripe directroy

lod_xattr_set_lmv() is called to set attributes from parent
to all stripes of the directroy, however, flags are ignored
which will cause project inherit bits missed for stripes.

Signed-off-by: Wang Shilong <wshilong@ddn.com>
Change-Id: I10a2de303b4b8430e560752cf0d66466c93616a4
Reviewed-on: https://review.whamcloud.com/40543
Tested-by: jenkins <devops@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Reviewed-by: Lai Siyao <lai.siyao@whamcloud.com>
Reviewed-by: Yingjin Qian <qian@ddn.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
lustre/lod/lod_object.c
lustre/tests/sanity-quota.sh