mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
1fcd1ed7c7
The CephFS Admin package has been made available with go-ceph v0.6. This will be used for provisioning and managing CephFS volumes. Signed-off-by: Niels de Vos <ndevos@redhat.com>
12 lines
344 B
Go
12 lines
344 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.
|
|
|
|
This package only supports ceph "nautilus" and "octopus" at this time.
|
|
*/
|
|
package admin
|