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:
John Mulligan 2022-02-21 11:49:10 -05:00 committed by mergify[bot]
parent c3f2bc9932
commit b72dfce520
1 changed files with 5 additions and 0 deletions

5
common/admin/nfs/doc.go Normal file
View File

@ -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