mirror of https://github.com/ceph/go-ceph
nfs: add a new common/admin/nfs subpackage
This will provide APIs for managing NFS exports via the Ceph NFS manager module. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
c3f2bc9932
commit
b72dfce520
|
@ -0,0 +1,5 @@
|
||||||
|
/*
|
||||||
|
Package nfs from common/admin contains a set of APIs used to interact
|
||||||
|
with and administer NFS support for ceph clusters.
|
||||||
|
*/
|
||||||
|
package nfs
|
Loading…
Reference in New Issue