From baf185c9986393162288dcb6938ddc48d07c56f4 Mon Sep 17 00:00:00 2001 From: Jeff Layton Date: Wed, 17 Jun 2020 12:11:51 -0400 Subject: [PATCH] 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) --- src/vstart.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 <