No validate when perform eject replica source

Change-Id: Id15496db1f1bb8bcae850608e01314ff7aafd40
This commit is contained in:
Nguyen Thanh Cong 2020-11-18 08:21:40 +07:00
parent 293a0764b7
commit 652b1e1483

View File

@ -1487,7 +1487,6 @@ class Instance(BuiltInstance):
task_api.API(self.context).promote_to_replica_source(self.id)
def eject_replica_source(self):
self.validate_can_perform_action()
LOG.info("Ejecting replica source %s from its replication set.",
self.id)