MCPcopy Create free account
hub / github.com/ceph/ceph / make_admin_daemon_dir

Method make_admin_daemon_dir

qa/tasks/ceph_manager.py:3412–3420  ·  view source on GitHub ↗

Create /var/run/ceph directory on remote site. :param ctx: Context :param remote: Remote site

(self, remote)

Source from the content-addressed store, hash-verified

3410 return '/var/lib/ceph/osd/' + self.cluster + '-{id}'
3411
3412 def make_admin_daemon_dir(self, remote):
3413 """
3414 Create /var/run/ceph directory on remote site.
3415
3416 :param ctx: Context
3417 :param remote: Remote site
3418 """
3419 remote.run(args=['sudo',
3420 'install', '-d', '-m0777', '--', '/var/run/ceph', ], )
3421
3422 def get_service_task_status(self, service, status_key):
3423 """

Callers 4

revive_osdMethod · 0.95
revive_monMethod · 0.95
revive_mgrMethod · 0.95
revive_mdsMethod · 0.80

Calls 1

runMethod · 0.45

Tested by

no test coverage detected