mirror of https://github.com/apache/cloudstack.git
bypass host maintainance
This commit is contained in:
parent
111122558f
commit
bcabdafc47
|
|
@ -51,4 +51,9 @@ public class PostMigrationCommand extends Command {
|
|||
public boolean executeInSequence() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBypassHostMaintenance() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -53,4 +53,9 @@ public class PreMigrationCommand extends Command {
|
|||
public boolean executeInSequence() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isBypassHostMaintenance() {
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue