diff --git a/xCAT-server-2.0/lib/xcat/plugins/fsp.pm b/xCAT-server-2.0/lib/xcat/plugins/fsp.pm index a2e432599..87ae99975 100644 --- a/xCAT-server-2.0/lib/xcat/plugins/fsp.pm +++ b/xCAT-server-2.0/lib/xcat/plugins/fsp.pm @@ -12,6 +12,7 @@ sub handled_commands { return { rpower => 'nodehm:power,mgt', reventlog => 'nodehm:mgt', + rfsp => 'nodehm:mgt' }; }