Whamcloud - gitweb
* fixed missing sunsystem_names entries in lconf
authoreeb <eeb>
Thu, 18 Nov 2004 14:21:32 +0000 (14:21 +0000)
committereeb <eeb>
Thu, 18 Nov 2004 14:21:32 +0000 (14:21 +0000)
     CAVEAT EMPTOR - this may be a sign of lurking badness;
                     I don't know how this got out of sync

lustre/utils/lconf

index f4e832d..96cf611 100755 (executable)
@@ -114,7 +114,10 @@ subsystem_names = {
     "ptlrouter" :    (1 << 20),
     "cobd" :         (1 << 21),
     "ibnal" :        (1 << 22),
-    "lonal" :        (1 << 23),
+    "sm" :           (1 << 23),
+    "asobd" :        (1 << 24),
+    "confobd" :      (1 << 25),
+    "lonal" :        (1 << 26),
     }