pub fn ceph_osd_command( cluster: rados_t, id: i32, name: &str, value: &str, format: Option<&str>, ) -> RadosResult<(Option<String>, Option<String>)>
OSD command that does not pass in a data payload.