From: eeb Date: Thu, 18 Nov 2004 14:21:32 +0000 (+0000) Subject: * fixed missing sunsystem_names entries in lconf X-Git-Tag: v1_8_0_110~486^5~107 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=fc2dd86f7e7c290fc19d6f2dc5a81341bc121fe6;p=fs%2Flustre-release.git * fixed missing sunsystem_names entries in lconf CAVEAT EMPTOR - this may be a sign of lurking badness; I don't know how this got out of sync --- diff --git a/lustre/utils/lconf b/lustre/utils/lconf index f4e832d..96cf611 100755 --- a/lustre/utils/lconf +++ b/lustre/utils/lconf @@ -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), }