mirror of
https://github.com/ceph/ceph
synced 2025-03-31 07:53:23 +00:00
mgr/volumes: fix orchestrator remove operation
Signed-off-by: Jeff Layton <jlayton@redhat.com>
This commit is contained in:
parent
4d3cc9f909
commit
cae4eee807
@ -283,13 +283,11 @@ class Module(MgrModule):
|
||||
|
||||
# Tear down MDS daemons
|
||||
# =====================
|
||||
spec = orchestrator.StatelessServiceSpec()
|
||||
spec.name = vol_name
|
||||
try:
|
||||
completion = self._oremote(
|
||||
"rm_stateless_service",
|
||||
"remove_stateless_service",
|
||||
"mds",
|
||||
spec
|
||||
vol_name
|
||||
)
|
||||
self._orchestrator_wait([completion])
|
||||
except ImportError:
|
||||
|
Loading…
Reference in New Issue
Block a user