# Functions
GetMappedRBDs returns a map of RBDs currently mapped to the *local* host.
GetRadosPools returns a slice containing all the pool names.
GetRBDImages returns a slice of RBD image info.
GetRBDInfo gets low-level details about an RBD image.
GetRBDStatus returns a map of RBD status info.
GetVolumeID returns an RBD Volume formatted as <pool>.<imageName>.
ParseMonitorAddresses returns a slice of IP address from the given slice of string addresses.
RBDCreate creates a new RBD volume on the cluster.
RBDHasWatchers returns true if RBD image has watchers.
RBDMap attaches the given RBD image to the *local* host.
RBDRemove deletes the RBD volume on the cluster.
RBDUnmap detaches the given RBD device from the *local* host.
RunCommand run the given command, taking care of proper logging.
StrContainsClient search str arg for flags that can set a Ceph client id/name.