From 7acb43a2ddccee72838a2eb00369edd5254f0af2 Mon Sep 17 00:00:00 2001 From: wangchao Date: Thu, 9 Jun 2005 15:56:41 +0000 Subject: [PATCH] minor change for buffalo test of client-oss, let lconf be able to accept --mds_sec but ignore it. llmount.c is able to accept mds_sec option but ignore it, so it doesn't need change for this purpose. for h_hd_sec_client_oss, it also needs the change to lconf to accept --sec but ignore it. after client-oss landing, we will make it integrated. --- lustre/utils/lconf | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 64fe8a4..12a766a 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -3589,6 +3589,7 @@ lconf_options = [ ('select', "service=nodeA,service2=nodeB ", PARAMLIST), ('node', "Load config for ", PARAM), ('sec', "security flavor of client", PARAM), + ('mds_sec', "security flavor of client", PARAM), ('mds_mds_sec', "security flavor of inter mds's", PARAM), ('mds_ost_sec', "security flavor of mds's-ost's", PARAM), ('cleanup,d', "Cleans up config. (Shutdown)"), -- 1.8.3.1