Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5e6de3
)
branch: b_new_cmd
author
ericm
<ericm>
Tue, 10 Oct 2006 07:21:26 +0000
(07:21 +0000)
committer
ericm
<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
patch
|
blob
|
history
diff --git
a/lustre/ptlrpc/sec.c
b/lustre/ptlrpc/sec.c
index
964d008
..
00dcec6
100644
(file)
--- 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;