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:
John Mulligan 2020-08-04 17:00:16 -04:00 committed by John Mulligan
parent c845565e1b
commit ea1073dc1d
1 changed files with 9 additions and 0 deletions

9
cephfs/admin/doc.go Normal file
View File

@ -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