From f81fe362456865265f79b7b13b726fc0fdb6ef54 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Mon, 4 May 2020 19:35:47 +0530 Subject: [PATCH] vstart: Update details about ganesha packages Signed-off-by: Varsha Rao --- src/vstart.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/vstart.sh b/src/vstart.sh index 939219c4461ef..f28ae8c2c319e 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1064,11 +1064,12 @@ EOF } # Ganesha Daemons requires nfs-ganesha nfs-ganesha-ceph nfs-ganesha-rados-grace -# (version 2.7.6-2 and above) packages installed. On Fedora>=30 these packages -# can be installed directly with 'dnf'. For CentOS>=8 the packages need to be -# downloaded first from https://download.nfs-ganesha.org/2.7/2.7.6/CentOS/ and -# then install it. Similarly for Ubuntu 16.04 follow the instructions on -# https://launchpad.net/~nfs-ganesha/+archive/ubuntu/nfs-ganesha-2.7 +# nfs-ganesha-rados-urls (version 2.8.3 and above) packages installed. On +# Fedora>=31 these packages can be installed directly with 'dnf'. For CentOS>=8 +# the packages need to be downloaded first from +# https://download.nfs-ganesha.org/2.8/2.8.3/CentOS and then installed. +# Similarly for Ubuntu 16.04 follow the instructions on +# https://launchpad.net/~nfs-ganesha/+archive/ubuntu/nfs-ganesha-2.8 start_ganesha() { GANESHA_PORT=$(($CEPH_PORT + 4000)) -- 2.39.5