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

Method osd_admin_socket

qa/tasks/ceph_manager.py:1919–1922  ·  view source on GitHub ↗
(self, osd_id, command, check_status=True, timeout=0, stdout=None)

Source from the content-addressed store, hash-verified

1917 ).exitstatus
1918
1919 def osd_admin_socket(self, osd_id, command, check_status=True, timeout=0, stdout=None):
1920 if stdout is None:
1921 stdout = StringIO()
1922 return self.admin_socket('osd', osd_id, command, check_status, timeout, stdout)
1923
1924 def find_remote(self, service_type, service_id):
1925 """

Callers 10

test_backfill_fullMethod · 0.80
do_dump_opsMethod · 0.80
test_repair_bad_omapFunction · 0.80
rm_omapMethod · 0.80
add_omapMethod · 0.80
change_omapMethod · 0.80
truncFunction · 0.80
dataerrFunction · 0.80
mdataerrFunction · 0.80
omaperrFunction · 0.80

Calls 1

admin_socketMethod · 0.95

Tested by 9

test_backfill_fullMethod · 0.64
test_repair_bad_omapFunction · 0.64
rm_omapMethod · 0.64
add_omapMethod · 0.64
change_omapMethod · 0.64
truncFunction · 0.64
dataerrFunction · 0.64
mdataerrFunction · 0.64
omaperrFunction · 0.64