mirror of https://github.com/ceph/go-ceph
cephfs admin: start a package for convenient administration of cephfs
These functions are not part of the cephfs APIs but will be based on the various command-json features of the 'ceph' command line tool. This change only adds a doc.go to stub in the package. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
c845565e1b
commit
ea1073dc1d
|
@ -0,0 +1,9 @@
|
||||||
|
/*
|
||||||
|
Package admin is a convenience layer to support the administration of
|
||||||
|
CephFS volumes, subvolumes, etc.
|
||||||
|
|
||||||
|
Unlike the cephfs 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