ceph.ceph_admin.mgr module
Manage the Manager service via Ceph’s cephadm CLI.
- class ceph.ceph_admin.mgr.Mgr(cluster, **config)
Bases:
ApplyMixin,OrchManager interface for ceph orch <action> mgr
- SERVICE_NAME = 'mgr'
- apply(config: Dict) None
Deploy the Manager service using the provided configuration.
- Parameters
config (Dict) – Key/value pairs provided by the test case to create the service.
Example:
config: command: apply service: mgr base_cmd_args: # arguments to ceph orch concise: true verbose: true input_file: <name of spec> pos_args: - india # name of the filesystem args: placement: label: mgr # either label or node. nodes: - node1 limit: 3 # no of daemons sep: " " # separator to be used for placements dry-run: true unmanaged: true