Fix wvid hang on KVM guests if guest is off

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.6@9523 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso
2011-05-09 16:33:26 +00:00
parent 790199e176
commit 037585d6c7
+2 -2
View File
@@ -693,8 +693,8 @@ sub getcons {
sub getrvidparms {
my $node=shift;
my $location = getcons($node,"vid");
unless ($location) {
return (1,"Error: Unable to determine rvid destination for $node");
unless (ref $location) {
return (1,"Error: Unable to determine rvid destination for $node (appears VM is off)");
}
my @output = (
"method: kvm"