From b303e487a0db0625337498d8588e6f148d9c2c52 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Tue, 17 Dec 2019 17:01:55 +0530 Subject: [PATCH] vstart: Add note for nfs-ganesha dev packages Signed-off-by: Varsha Rao --- src/vstart.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/vstart.sh b/src/vstart.sh index a07d2cd1e27d..19cb4d95f04f 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1080,6 +1080,13 @@ 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 + start_ganesha() { GANESHA_PORT=$(($CEPH_PORT + 4000)) local ganesha=0 -- 2.47.3