From b72dfce52038263d26b318aa52a5c42ef10d657e Mon Sep 17 00:00:00 2001 From: John Mulligan Date: Mon, 21 Feb 2022 11:49:10 -0500 Subject: [PATCH] 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 --- common/admin/nfs/doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 common/admin/nfs/doc.go diff --git a/common/admin/nfs/doc.go b/common/admin/nfs/doc.go new file mode 100644 index 0000000..05fb3a4 --- /dev/null +++ b/common/admin/nfs/doc.go @@ -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