We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb768e4 commit 406aa26Copy full SHA for 406aa26
core/src/main/java/com/cloud/resource/ServerResourceBase.java
@@ -673,7 +673,7 @@ private boolean isVhbaAllocatedToVm(String vhbaName) {
673
"done");
674
OutputInterpreter.AllLinesParser parser = new OutputInterpreter.AllLinesParser();
675
String result = checkCommand.execute(parser);
676
-
+
677
if (result == null && parser.getLines() != null) {
678
return parser.getLines().trim().equals("allocated");
679
}
0 commit comments