diff --git a/rbd/admin/doc.go b/rbd/admin/doc.go new file mode 100644 index 0000000..44d4fab --- /dev/null +++ b/rbd/admin/doc.go @@ -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