Skip to content

Commit 93818f6

Browse files
authored
Update KVMHAProvider.java
1 parent 3911514 commit 93818f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hypervisors/kvm/src/main/java/org/apache/cloudstack/kvm/ha/KVMHAProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public boolean fence(Host r) throws HAFenceException {
9999
logger.warn("OOBM fence operation failed for this host " + r.getName());
100100
return false;
101101
}
102-
} catch (Exception e) {
102+
} catch (Exception e){
103103
logger.warn("OOBM service is not configured or enabled for this host " + r.getName() + " error is " + e.getMessage());
104104
throw new HAFenceException("OBM service is not configured or enabled for this host " + r.getName(), e);
105105
}

0 commit comments

Comments
 (0)