From feee36f977c6b3fbbc80c66e8782604f016e3508 Mon Sep 17 00:00:00 2001 From: ericm Date: Tue, 10 Oct 2006 07:21:26 +0000 Subject: [PATCH] branch: b_new_cmd temporarily use null policy by default to MDTs, for debugging. --- lustre/ptlrpc/sec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 1.8.3.1