mirror of https://github.com/ceph/go-ceph
rbd admin: establish a new rbd/admin subpackage
This package will be used for issuing json commands to the mgr (or mons, etc) that perform background tasks to administrate rbd pools, images, etc. This commit just adds a doc.go as a stub. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
274fc16d95
commit
b6f36475b2
|
@ -0,0 +1,10 @@
|
|||
/*
|
||||
Package admin is a convenience layer to support the administration of
|
||||
rbd volumes, snapshots, scheduling etc that is outside of the C api
|
||||
for librbd.
|
||||
|
||||
Unlike the rbd package this API does not map to APIs provided by
|
||||
ceph libraries themselves. This API is not yet stable and is subject
|
||||
to change.
|
||||
*/
|
||||
package admin
|
Loading…
Reference in New Issue