ceph.ceph_admin.restart module
- class ceph.ceph_admin.restart.RestartMixin
Bases:
object- restart(config: Dict)
Execute the restart method using the object’s service name.
- Parameters
config (Dict) – Key/value pairs passed from the test suite.
Example:
pos_args - List to be added as positional params config: service: mon command: restart base_cmd_args: verbose: true