From: Jeff Layton Date: Wed, 17 Jun 2020 16:11:51 +0000 (-0400) Subject: vstart: handle multiple ganesha's more sanely X-Git-Tag: v16.1.0~2016^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eea01dfa78738e3b3c67751d00d2430a1ff6ee5d;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 --- diff --git a/src/vstart.sh b/src/vstart.sh index 9d68ff2c86ca..c4af5824671f 100755 --- a/src/vstart.sh +++ b/src/vstart.sh @@ -1132,20 +1132,20 @@ start_ganesha() { RADOS_URLS { Userid = $test_user; watch_url = \"$url\"; - }" > "$ganesha_dir/ganesha.conf" + }" > "$ganesha_dir/ganesha-$name.conf" wconf <