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

Method __init__

qa/tasks/vstart_runner.py:966–970  ·  view source on GitHub ↗
(self, ctx)

Source from the content-addressed store, hash-verified

964
965class LocalMgrCluster(LocalCephCluster, tasks.mgr.mgr_test_case.MgrClusterBase):
966 def __init__(self, ctx):
967 super(LocalMgrCluster, self).__init__(ctx)
968
969 self.mgr_ids = ctx.daemons.daemons['ceph.mgr'].keys()
970 self.mgr_daemons = dict([(id_, LocalDaemon("mgr", id_)) for id_ in self.mgr_ids])
971
972tasks.mgr.mgr_test_case.MgrCluster = LocalMgrCluster
973

Callers

nothing calls this directly

Calls 3

LocalDaemonClass · 0.85
__init__Method · 0.45
keysMethod · 0.45

Tested by

no test coverage detected