Return path to osd data with {id} needing to be replaced
(self)
| 3404 | self.log("wait_until_healthy done") |
| 3405 | |
| 3406 | def get_filepath(self): |
| 3407 | """ |
| 3408 | Return path to osd data with {id} needing to be replaced |
| 3409 | """ |
| 3410 | return '/var/lib/ceph/osd/' + self.cluster + '-{id}' |
| 3411 | |
| 3412 | def make_admin_daemon_dir(self, remote): |
| 3413 | """ |
no outgoing calls