From 589fe6a0a2f83b39415f9751b1b9cf72ef0485c8 Mon Sep 17 00:00:00 2001 From: jjhua Date: Tue, 6 Jan 2009 11:08:21 +0000 Subject: [PATCH] add rflash => 'nodehm:mgt' to handled_commands() git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2566 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/hmc.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/hmc.pm b/xCAT-server/lib/xcat/plugins/hmc.pm index 330efad4b..231ee4361 100644 --- a/xCAT-server/lib/xcat/plugins/hmc.pm +++ b/xCAT-server/lib/xcat/plugins/hmc.pm @@ -20,7 +20,8 @@ sub handled_commands { rscan => 'nodehm:mgt', getmacs => 'nodehm:mgt', rnetboot => 'nodehm:mgt', - rspconfig => 'nodehm:mgt' + rspconfig => 'nodehm:mgt', + rflash => 'nodehm:mgt' }; }