ceph.ceph_admin.resume module

Represents the ceph orch CLI action ‘resume’.

This module enables the user to perform ceph resume orchestrator operations using orchestration command

Example

The orchestrator operations can be resumed by using the following command:

ceph orch resume

This module is inherited where orchestrator operations are resumed using resume command.

exception ceph.ceph_admin.resume.ResumeFailure

Bases: Exception

class ceph.ceph_admin.resume.ResumeMixin

Bases: object

Add Orch resume support to the base class.

resume(config: Dict) None

Execute the resume method using the orchestrator.

Parameters

config – Key/value pairs passed from the test suite.

Example:

config:
    command: resume
    verify: true
    base_cmd_args:
        verbose: true