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