mirror of
https://github.com/ceph/ceph
synced 2025-02-24 03:27:10 +00:00
mgr/orchestrator: removed worker_pool method
The worker_pool_size method has been removed and its functionality replaced by the cephadm 'available' function to help keep the interface model generic. Signed-off-by: Paul Cuzner <pcuzner@redhat.com>
This commit is contained in:
parent
a4f4a67fe7
commit
8c9cd764ee
@ -789,9 +789,6 @@ class Orchestrator(object):
|
||||
def is_paused(self) -> bool:
|
||||
raise NotImplementedError()
|
||||
|
||||
def worker_pool_size(self) -> int:
|
||||
raise NotImplementedError()
|
||||
|
||||
def add_host(self, host_spec: HostSpec) -> Completion[str]:
|
||||
"""
|
||||
Add a host to the orchestrator inventory.
|
||||
|
Loading…
Reference in New Issue
Block a user