Skip to content

Commit

Permalink
diaable MigrationSystemAvailableChecker
Browse files Browse the repository at this point in the history
  • Loading branch information
qifanwang committed Sep 23, 2024
1 parent db65703 commit 8edba5e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ protected CheckMigrationCommandBuilder getBuilder() {
@Override
protected boolean shouldDoAction() {
if (!super.shouldDoAction()) return false;
if(consoleConfig.disableDb()) {
return false;
}

// only check migration system when the cluster in manage can migrate
Set<String> ownTypes = consoleConfig.getOwnClusterType();
Expand Down

0 comments on commit 8edba5e

Please sign in to comment.