Check the output string of "vmcp q v nic".

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7834 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
phamt 2010-10-13 16:03:26 +00:00
parent 946275c924
commit 8f867bb118

View File

@ -1943,7 +1943,7 @@ sub cloneVM {
}
# Exit if network address is not found
if ( !$hcpNicAddr ) {
if ( $out && !$hcpNicAddr ) {
foreach (@nodes) {
xCAT::zvmUtils->printLn( $callback, "$_: (Error) Node is not on the same network ($hcpNetName) as the hardware control point" );
}