ceph-csi/vendor/github.com/ceph/go-ceph/rbd/admin/doc.go
Madhu Rajanna 8732bec369 rebase: add go-ceph rbd admin package to vendor
added go-ceph rbd admin package to vendor. keeping
this as a separate commit which helps in review.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2021-07-06 14:41:48 +00:00

11 lines
316 B
Go

/*
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