From 695cfb693be803c08584276a62cee97ce09c208c Mon Sep 17 00:00:00 2001 From: yinle Date: Thu, 12 Aug 2010 09:07:05 +0000 Subject: [PATCH] Fix the defect 3037117: nodeset -v and -h returns nothing; Add nodeset index to handled_commands git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7065 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/AAAusage.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/AAAusage.pm b/xCAT-server/lib/xcat/plugins/AAAusage.pm index 0a1ab1de5..f37285956 100644 --- a/xCAT-server/lib/xcat/plugins/AAAusage.pm +++ b/xCAT-server/lib/xcat/plugins/AAAusage.pm @@ -31,7 +31,8 @@ sub handled_commands { mkhwconn => 'AAAusage', rmhwconn => 'AAAusage', lshwconn => 'AAAusage', - renergy => 'AAAusage' + renergy => 'AAAusage', + nodeset => 'AAAusage' }; }