mirror of
https://github.com/ceph/go-ceph
synced 2024-12-28 09:12:11 +00:00
ea1073dc1d
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>
10 lines
272 B
Go
10 lines
272 B
Go
/*
|
|
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
|