From 46b9c5243345e8c0ee13cacdf058e92561428408 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Fri, 23 Jul 2021 15:10:52 +0530 Subject: [PATCH] src/vstart: update nfs-ganesha pool name Recently, the default pool name for nfs was changed from 'nfs-ganesha' to '.nfs'. Change the pool name in vstart too. Fixes: https://tracker.ceph.com/issues/51795 Signed-off-by: Varsha Rao (cherry picked from commit ff33b4f23b9263ae7e189cffef18ec2128e52a35) --- src/vstart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vstart.sh b/src/vstart.sh index 974c3ff2c1fc5..babb8510eed03 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1128,7 +1128,7 @@ start_ganesha() { GANESHA_PORT=$(($CEPH_PORT + 4000)) local ganesha=0 test_user="$cluster_id" - pool_name="nfs-ganesha" + pool_name=".nfs" namespace=$cluster_id url="rados://$pool_name/$namespace/conf-nfs.$test_user" @@ -1171,7 +1171,7 @@ start_ganesha() { } RADOS_KV { - pool = $pool_name; + pool = '$pool_name'; namespace = $namespace; UserId = $test_user; nodeid = $name; -- 2.39.5