Whamcloud - gitweb
* fixed subsystem_names in lconf
authoreeb <eeb>
Fri, 17 Dec 2004 12:32:51 +0000 (12:32 +0000)
committereeb <eeb>
Fri, 17 Dec 2004 12:32:51 +0000 (12:32 +0000)
lustre/utils/lconf

index 22bcd23..fcf6941 100755 (executable)
@@ -118,9 +118,10 @@ subsystem_names = {
     "ibnal" :        (1 << 22),
     "sm" :           (1 << 23),
     "asobd" :        (1 << 24),
-    "lmv" :          (1 << 25),
-    "cmobd" :        (1 << 26),
-    "lonal" :        (1 << 27),
+    "confobd" :      (1 << 25),
+    "lmv" :          (1 << 26),
+    "cmobd" :        (1 << 27),
+    "lonal" :        (1 << 28),
     }