We need to use _orchestrator_wait here.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
"mds",
spec
)
- self._wait([completion])
+ self._orchestrator_wait([completion])
except ImportError:
return 0, "", "Volume created successfully (no MDS daemons created)"
except Exception as e:
"mds",
spec
)
- self._wait([completion])
+ self._orchestrator_wait([completion])
except ImportError:
self.log.warning("No orchestrator, not tearing down MDS daemons")
except Exception as e: