Skip to content

Commit

Permalink
Revert "disable add hosts into zone (vesoft-inc#3825)"
Browse files Browse the repository at this point in the history
This reverts commit 195960d.
  • Loading branch information
liwenhui-soul committed Feb 28, 2022
1 parent a31eb7a commit 4e7c7aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graph/validator/MaintainValidator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ Status ListZonesValidator::toPlan() {
}

Status AddHostsIntoZoneValidator::validateImpl() {
return Status::SemanticError("Add hosts into zone is unsupported");
return Status::OK();
}

Status AddHostsIntoZoneValidator::toPlan() {
Expand Down

0 comments on commit 4e7c7aa

Please sign in to comment.