mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
ceph_manager: fix logging
This commit is contained in:
parent
f85f5dd7e3
commit
89f80412c2
@ -298,7 +298,7 @@ class CephManager:
|
||||
def get_mon_quorum(self):
|
||||
out = self.raw_cluster_cmd('quorum_status')
|
||||
j = json.loads(out)
|
||||
self.log.debug('quorum_status is %s', out)
|
||||
self.log('quorum_status is %s', out)
|
||||
return j['quorum']
|
||||
|
||||
def wait_for_mon_quorum_size(self, size, timeout=300):
|
||||
|
Loading…
Reference in New Issue
Block a user