diff --git a/xCAT-server/share/xcat/tools/csm2xcat b/xCAT-server/share/xcat/tools/csm2xcat index 96c8fe301..dc8445ffe 100755 --- a/xCAT-server/share/xcat/tools/csm2xcat +++ b/xCAT-server/share/xcat/tools/csm2xcat @@ -42,7 +42,9 @@ open(LOG, ">$directory/conversion.log") &log_this("Conversion started at " . scalar(localtime())); # build the stanza files for the site table -&getSiteinfo; +# rsh/rcp attribute not longer supported. Leave logic here +# incase we decide there are other attribute needed +#&getSiteinfo; # build the stanza files for the node &getNodeinfo;