Give more specific information to the error msg and where the issue could be
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10077 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
11d7b92d0a
commit
745a5c017e
@ -142,7 +142,8 @@ sub parse_args {
|
||||
$client_nethash{@$node[0]} = $client_nethash{$tmpll};
|
||||
}
|
||||
} else {
|
||||
return( [RC_ERROR,"Cannot get network information for node"] );
|
||||
my $nodes = join( ",", @$node);
|
||||
return( [RC_ERROR,"Cannot get network information for $nodes, check networks table and IP address for this node to make sure there is correct network in networks table"] );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user