]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
vstart: Update details about ganesha packages
authorVarsha Rao <varao@redhat.com>
Mon, 4 May 2020 14:05:47 +0000 (19:35 +0530)
committerVarsha Rao <varao@redhat.com>
Fri, 29 May 2020 09:17:32 +0000 (14:47 +0530)
Signed-off-by: Varsha Rao <varao@redhat.com>
src/vstart.sh

index 939219c4461ef364ef22a37a18aabf7d54b514e8..f28ae8c2c319e2f0773795e8da93f591c40a8205 100755 (executable)
@@ -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))