The volumes module has at least a loose dependency on the orchestrator,
and thus also relies on the orchestrator_cli module for the backend
setting. Since the volumes module is always-on, do the same with the
orchestrator_cli module.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
::
- ceph mgr module enable orchestrator_cli
ceph mgr module enable ansible
ceph orchestrator set backend ansible
For example, to enable the Rook orchestrator module and use it with the CLI::
- ceph mgr module enable orchestrator_cli
ceph mgr module enable rook
ceph orchestrator set backend rook
"progress",
"balancer",
"devicehealth",
+ "orchestrator_cli",
"volumes",
}
}