ceph_rust::ceph

Function ceph_pgs_command_with_data

Source
pub fn ceph_pgs_command_with_data(
    cluster: rados_t,
    pg: &str,
    name: &str,
    value: &str,
    format: Option<&str>,
    data: Vec<*mut c_char>,
) -> RadosResult<(Option<String>, Option<String>)>
Expand description

PG command that does pass in a data payload.