Whamcloud - gitweb
* adding functions to send llog requests of ptlrpc (untested)
authorrread <rread>
Wed, 1 Oct 2003 06:50:50 +0000 (06:50 +0000)
committerrread <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

index 8080dab..2f90157 100644 (file)
@@ -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: {