From: ericm Date: Tue, 10 Oct 2006 07:21:26 +0000 (+0000) Subject: branch: b_new_cmd X-Git-Tag: v1_8_0_110~486^2~617 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=feee36f977c6b3fbbc80c66e8782604f016e3508;p=fs%2Flustre-release.git branch: b_new_cmd temporarily use null policy by default to MDTs, for debugging. --- diff --git a/lustre/ptlrpc/sec.c b/lustre/ptlrpc/sec.c index 964d008..00dcec6 100644 --- a/lustre/ptlrpc/sec.c +++ b/lustre/ptlrpc/sec.c @@ -1822,7 +1822,7 @@ int get_default_flavor(enum lustre_part to_part, struct sec_flavor_config *conf) switch (to_part) { case LUSTRE_MDT: - conf->sfc_rpc_flavor = SPTLRPC_FLVR_PLAIN; + conf->sfc_rpc_flavor = SPTLRPC_FLVR_NULL;//XXX SPTLRPC_FLVR_PLAIN; return 0; case LUSTRE_OST: conf->sfc_rpc_flavor = SPTLRPC_FLVR_NULL;