From: Varsha Rao Date: Mon, 4 May 2020 14:05:47 +0000 (+0530) Subject: vstart: Update details about ganesha packages X-Git-Tag: v15.2.5~166^2~58 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ba8fa5635a856b2363addda59f6b4314279bcdc7;p=ceph.git vstart: Update details about ganesha packages Signed-off-by: Varsha Rao (cherry picked from commit f81fe362456865265f79b7b13b726fc0fdb6ef54) --- diff --git a/src/vstart.sh b/src/vstart.sh index b3029a05fd2..9e459c87580 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1058,11 +1058,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))