Whamcloud - gitweb
minor change for buffalo test of client-oss,
authorwangchao <wangchao>
Thu, 9 Jun 2005 15:56:41 +0000 (15:56 +0000)
committerwangchao <wangchao>
Thu, 9 Jun 2005 15:56:41 +0000 (15:56 +0000)
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

index 64fe8a4..12a766a 100755 (executable)
@@ -3589,6 +3589,7 @@ lconf_options = [
     ('select', "service=nodeA,service2=nodeB ", PARAMLIST),
     ('node',   "Load config for <nodename>", PARAM),
     ('sec',    "security flavor <null|krb5i|krb5p> of client", PARAM),
+    ('mds_sec',    "security flavor <null|krb5i|krb5p> of client", PARAM),
     ('mds_mds_sec', "security flavor <null|krb5i|krb5p> of inter mds's", PARAM),
     ('mds_ost_sec', "security flavor <null|krb5i|krb5p> of mds's-ost's", PARAM),
     ('cleanup,d', "Cleans up config. (Shutdown)"),