Whamcloud - gitweb
LU-2804 mdd: move ACL mode handling to MDD
authorwangdi <di.wang@whamcloud.com>
Sat, 30 Nov 2013 18:13:40 +0000 (10:13 -0800)
committerOleg Drokin <oleg.drokin@intel.com>
Tue, 12 Mar 2013 05:08:49 +0000 (01:08 -0400)
commitc8d5aa14e50be2a85491783f169a8f4e646b9594
tree259eda4aacd62a0f9ef41370b662a4710745bd09
parent2df01044c9f4c082a33c8529e3b8c57d40827565
LU-2804 mdd: move ACL mode handling to MDD

Move ACL mode handling from OSD to MDD, so both ldiskfs and zfs
can be set mode correctly, and also by this, it can avoid to
transfer the local mask to the remote MDT for fixing the mode.

Move sanity 103 out of sanity SLOW list, so it can be run in the
normal review/landing check, so to avoid regression about ACL.
And also it only take 15 seconds in my local VM run, which probably
not be put to the SLOW list at all.

Signed-off-by: wang di <di.wang@intel.com>
Change-Id: I73146425baa7d8b712ce46e18955ecaa2a3fd9a4
Reviewed-on: http://review.whamcloud.com/5421
Tested-by: Hudson
Reviewed-by: Alex Zhuravlev <alexey.zhuravlev@intel.com>
Reviewed-by: Lai Siyao <lai.siyao@intel.com>
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/mdd/mdd_dir.c
lustre/mdd/mdd_internal.h
lustre/mdd/mdd_object.c
lustre/mdd/mdd_permission.c
lustre/osd-ldiskfs/osd_handler.c
lustre/tests/acl/2561.test
lustre/tests/acl/974_remote.test [new file with mode: 0644]
lustre/tests/sanity.sh