Whamcloud - gitweb
branch: b_new_cmd
authorericm <ericm>
Tue, 10 Oct 2006 07:21:26 +0000 (07:21 +0000)
committerericm <ericm>
Tue, 10 Oct 2006 07:21:26 +0000 (07:21 +0000)
temporarily use null policy by default to MDTs, for debugging.

lustre/ptlrpc/sec.c

index 964d008..00dcec6 100644 (file)
@@ -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;