From ea1073dc1d72e5dff3b43a4b88d6c778efcc4b6a Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Tue, 4 Aug 2020 17:00:16 -0400 Subject: [PATCH] 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 --- cephfs/admin/doc.go | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cephfs/admin/doc.go diff --git a/cephfs/admin/doc.go b/cephfs/admin/doc.go new file mode 100644 index 0000000..edd1f5d --- /dev/null +++ b/cephfs/admin/doc.go @@ -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