ceph.ceph_admin.pause module
Represents the ceph orch CLI action ‘pause’.
This module enables the user to perform ceph pause orchestrator operations using orchestration command
Example
The orchestrator operations can be paused by using the following command:
ceph orch pause
This module is inherited where orchestrator operations are paused using pause command.
- exception ceph.ceph_admin.pause.PauseFailure
Bases:
Exception
- class ceph.ceph_admin.pause.PauseMixin
Bases:
objectAdd Orch pause support to the base class.
- pause(config: Dict) None
Execute the pause method using the orchestrator.
- Parameters
config (Dict) – Key/value pairs passed from the test suite.
Example:
config: command: pause verify: true base_cmd_args: verbose: true