Function ceph_async::admin_sockets::admin_socket_command

source ·
pub fn admin_socket_command(cmd: &str, socket: &str) -> RadosResult<String>
Expand description

This is a helper function that builds a raw command from the actual command. You just pass in a command like “help”. The returned String will be a JSON String.