From: Jeff Layton Date: Wed, 17 Jun 2020 16:11:51 +0000 (-0400) Subject: vstart: handle multiple ganesha's more sanely X-Git-Tag: v15.2.5~166^2~35 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=baf185c9986393162288dcb6938ddc48d07c56f4;p=ceph.git vstart: handle multiple ganesha's more sanely Currently, if you have more than one ganesha daemon, it clobbers the log, config and pidfiles from the previous daemons. Give them each their own files. While we're in here, move the log and pidfile to the out/ directory with all of the other logfiles/pidfiles. Fixes: https://tracker.ceph.com/issues/46079 Signed-off-by: Jeff Layton (cherry picked from commit eea01dfa78738e3b3c67751d00d2430a1ff6ee5d) --- diff --git a/src/vstart.sh b/src/vstart.sh index a5573cc85fb..54591e63084 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1126,20 +1126,20 @@ start_ganesha() { RADOS_URLS { Userid = $test_user; watch_url = \"$url\"; - }" > "$ganesha_dir/ganesha.conf" + }" > "$ganesha_dir/ganesha-$name.conf" wconf <