From fc2dd86f7e7c290fc19d6f2dc5a81341bc121fe6 Mon Sep 17 00:00:00 2001 From: eeb Date: Thu, 18 Nov 2004 14:21:32 +0000 Subject: [PATCH] * 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 --- lustre/utils/lconf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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), } -- 1.8.3.1