(self, osd_id, command, check_status=True, timeout=0, stdout=None)
| 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 | """ |