ceph_rust::ceph

Function ceph_osd_command

Source
pub fn ceph_osd_command(
    cluster: rados_t,
    id: i32,
    name: &str,
    value: &str,
    format: Option<&str>,
) -> RadosResult<(Option<String>, Option<String>)>
Expand description

OSD command that does not pass in a data payload.