mirror of
https://github.com/ceph/go-ceph
synced 2024-12-14 10:25:45 +00:00
b72dfce520
This will provide APIs for managing NFS exports via the Ceph NFS manager module. Signed-off-by: John Mulligan <jmulligan@redhat.com>
6 lines
139 B
Go
6 lines
139 B
Go
/*
|
|
Package nfs from common/admin contains a set of APIs used to interact
|
|
with and administer NFS support for ceph clusters.
|
|
*/
|
|
package nfs
|