From: Hongchao Zhang Date: Tue, 15 Dec 2015 21:04:13 +0000 (+0800) Subject: LU-7851 mdt: skip SOM related configuration X-Git-Tag: 2.8.53~58 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=109cdb83d77844e00ebc6d5df6bf73845cf9d45e;ds=sidebyside LU-7851 mdt: skip SOM related configuration the SOM is deprecated, then the old SOM configuration should be skipped by the newer version when upgrading Lustre. Change-Id: Ibb32e43501479aac75c8e02a652bea8d8a727445 Signed-off-by: Hongchao Zhang Reviewed-on: http://review.whamcloud.com/18834 Reviewed-by: Fan Yong Reviewed-by: Niu Yawei Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/mdt/mdt_handler.c b/lustre/mdt/mdt_handler.c index 47c8a17..acae122 100644 --- a/lustre/mdt/mdt_handler.c +++ b/lustre/mdt/mdt_handler.c @@ -4744,6 +4744,7 @@ static struct cfg_interop_param mdt_interop_param[] = { { "mdt.group_upcall", NULL }, { "mdt.quota_type", NULL }, { "mdd.quota_type", NULL }, + { "mdt.som", NULL }, { "mdt.rootsquash", "mdt.root_squash" }, { "mdt.nosquash_nid", "mdt.nosquash_nids" }, { NULL }