From 16900045f4729ad6044ba60bd84dc5d1c0591c14 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Fri, 10 Jul 2020 16:55:41 +0530 Subject: [PATCH] doc: Update nfs-ganesha package requirements Fixes: https://tracker.ceph.com/issues/46449 Signed-off-by: Varsha Rao --- doc/cephfs/fs-nfs-exports.rst | 6 +++--- src/vstart.sh | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/cephfs/fs-nfs-exports.rst b/doc/cephfs/fs-nfs-exports.rst index 6e60c1d3add..f35dae3f21d 100644 --- a/doc/cephfs/fs-nfs-exports.rst +++ b/doc/cephfs/fs-nfs-exports.rst @@ -8,9 +8,9 @@ CephFS namespaces can be exported over NFS protocol using the Requirements ============ -- Latest Ceph file system with mgr and dashboard enabled -- 'nfs-ganesha', 'nfs-ganesha-ceph' and nfs-ganesha-rados-grace packages - (version 2.7.6-2 and above) +- Latest Ceph file system with mgr enabled +- 'nfs-ganesha', 'nfs-ganesha-ceph', 'nfs-ganesha-rados-grace' and + 'nfs-ganesha-rados-urls' packages (version 3.3 and above) Create NFS Ganesha Cluster ========================== diff --git a/src/vstart.sh b/src/vstart.sh index be7020068a2..8685d45289a 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1047,12 +1047,12 @@ EOF } # Ganesha Daemons requires nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rados-grace -# nfs-ganesha-rados-urls (version 2.8.3 and above) packages installed. On +# nfs-ganesha-rados-urls (version 3.3 and above) packages installed. On # Fedora>=31 these packages can be installed directly with 'dnf'. For CentOS>=8 # the packages are available at # https://wiki.centos.org/SpecialInterestGroup/Storage -# Similarly for Ubuntu 16.04 follow the instructions on -# https://launchpad.net/~nfs-ganesha/+archive/ubuntu/nfs-ganesha-2.8 +# Similarly for Ubuntu>=16.04 follow the instructions on +# https://launchpad.net/~nfs-ganesha start_ganesha() { cluster_id="vstart" -- 2.39.5