From eea01dfa78738e3b3c67751d00d2430a1ff6ee5d 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 --- src/vstart.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/vstart.sh b/src/vstart.sh index 9d68ff2c86cab..c4af5824671f8 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 <