From cacb242c3856b83d316d4b06bade5e41d307fe91 Mon Sep 17 00:00:00 2001 From: jjhua Date: Thu, 25 Nov 2010 03:41:36 +0000 Subject: [PATCH] add mkvm and lsvm into fsp.pm git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8266 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/fsp.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/xCAT-server/lib/xcat/plugins/fsp.pm b/xCAT-server/lib/xcat/plugins/fsp.pm index 1d017307e..19b58edcf 100644 --- a/xCAT-server/lib/xcat/plugins/fsp.pm +++ b/xCAT-server/lib/xcat/plugins/fsp.pm @@ -22,6 +22,8 @@ sub handled_commands { getmacs => 'nodehm:mgt', rnetboot => 'nodehm:mgt', rvitals => 'nodehm:mgt', + mkvm => 'nodehm:mgt', + lsvm => 'nodehm:mgt', rscan => 'nodehm:mgt' };