Skip to content

Commit bcabdaf

Browse files
author
Pearl Dsilva
committed
bypass host maintainance
1 parent 1111225 commit bcabdaf

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

core/src/main/java/com/cloud/agent/api/PostMigrationCommand.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,9 @@ public String getVmName() {
5151
public boolean executeInSequence() {
5252
return true;
5353
}
54+
55+
@Override
56+
public boolean isBypassHostMaintenance() {
57+
return true;
58+
}
5459
}

core/src/main/java/com/cloud/agent/api/PreMigrationCommand.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,9 @@ public String getVmName() {
5353
public boolean executeInSequence() {
5454
return true;
5555
}
56+
57+
@Override
58+
public boolean isBypassHostMaintenance() {
59+
return true;
60+
}
5661
}

0 commit comments

Comments
 (0)