Whamcloud - gitweb
* Updated lconf symbolic debug masks to be consistent with portals HEAD
[fs/lustre-release.git] / lustre / utils / lconf
index 17fbe68..05690f1 100755 (executable)
@@ -90,6 +90,9 @@ ptldebug_names = {
     "reada" :     (1 << 22),
     "mmap" :      (1 << 23),
     "config" :    (1 << 24),
+    "console" :   (1 << 25),
+    "quota" :     (1 << 26),
+    "sec" :       (1 << 27),
 }
 
 subsystem_names = {
@@ -118,6 +121,7 @@ subsystem_names = {
     "confobd" :      (1 << 22),
     "lmv" :          (1 << 23),
     "cmobd" :        (1 << 24),
+    "sec" :          (1 << 25),
     }