From: eeb Date: Tue, 5 Apr 2005 19:01:15 +0000 (+0000) Subject: * Updated lconf symbolic debug masks to be consistent with portals HEAD X-Git-Tag: v1_7_100~1479 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=62619ee5e4e0df98c0dbb5190616a532f0fc303f;ds=sidebyside * Updated lconf symbolic debug masks to be consistent with portals HEAD --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index 17fbe68..05690f1 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -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), }