From 109cdb83d77844e00ebc6d5df6bf73845cf9d45e Mon Sep 17 00:00:00 2001 From: Hongchao Zhang Date: Wed, 16 Dec 2015 05:04:13 +0800 Subject: [PATCH] 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 --- lustre/mdt/mdt_handler.c | 1 + 1 file changed, 1 insertion(+) 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 } -- 1.8.3.1