diff --git a/xCAT-server/lib/xcat/plugins/rhevm.pm b/xCAT-server/lib/xcat/plugins/rhevm.pm index ebe172e5c..d366ba25b 100644 --- a/xCAT-server/lib/xcat/plugins/rhevm.pm +++ b/xCAT-server/lib/xcat/plugins/rhevm.pm @@ -734,6 +734,7 @@ sub send_req { if (grep (//, $response)) { # get a error message in the html $rc = 3; } elsif (grep (/<\?xml/, $response)) { + $response =~ s/.*?new(); my $doc = $parser->parse_string($response); if ($doc ) {