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:
7738b1c
)
* adding functions to send llog requests of ptlrpc (untested)
author
rread
<rread>
Wed, 1 Oct 2003 06:50:50 +0000
(06:50 +0000)
committer
rread
<rread>
Wed, 1 Oct 2003 06:50:50 +0000
(06:50 +0000)
* fixed IOC_OBD_PARSE to parse a recorded config log
lustre/obdclass/config.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/config.c
b/lustre/obdclass/config.c
index
8080dab
..
2f90157
100644
(file)
--- a/
lustre/obdclass/config.c
+++ b/
lustre/obdclass/config.c
@@
-334,6
+334,8
@@
int class_process_config(int len, char *data)
lustre_cfg_getdata(&buf, len, data);
lcfg = (struct lustre_cfg* ) buf;
+ CERROR("processing cmd: %x\n", lcfg->lcfg_command);
+
/* Commands that don't need a device */
switch(lcfg->lcfg_command) {
case LCFG_ATTACH: {