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

Method raw_cluster_cmd_result

qa/tasks/ceph_manager.py:1715–1722  ·  view source on GitHub ↗

Start ceph on a cluster. Return success or failure information.

(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

1713 return self.run_cluster_cmd(**kwargs).stdout.getvalue()
1714
1715 def raw_cluster_cmd_result(self, *args, **kwargs):
1716 """
1717 Start ceph on a cluster. Return success or failure information.
1718 """
1719 if kwargs.get('args') is None and args:
1720 kwargs['args'] = args
1721 kwargs['check_status'] = False
1722 return self.run_cluster_cmd(**kwargs).exitstatus
1723
1724 def get_keyring(self, client_id):
1725 """

Callers 15

set_pool_propertyMethod · 0.95
_add_crashMethod · 0.80
_clear_crashesMethod · 0.80
test_health_historyMethod · 0.80
setUpMethod · 0.80
tearDownMethod · 0.80
test_rmMethod · 0.80
test_pruneMethod · 0.80
test_info_nonexistentMethod · 0.80
test_post_malformedMethod · 0.80

Calls 2

run_cluster_cmdMethod · 0.95
getMethod · 0.45

Tested by 15

_add_crashMethod · 0.64
_clear_crashesMethod · 0.64
test_health_historyMethod · 0.64
setUpMethod · 0.64
tearDownMethod · 0.64
test_rmMethod · 0.64
test_pruneMethod · 0.64
test_info_nonexistentMethod · 0.64
test_post_malformedMethod · 0.64
_orch_cmd_resultMethod · 0.64