]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart: handle multiple ganesha's more sanely
authorJeff Layton <jlayton@redhat.com>
Wed, 17 Jun 2020 16:11:51 +0000 (12:11 -0400)
committerVarsha Rao <varao@redhat.com>
Wed, 8 Jul 2020 05:36:35 +0000 (07:36 +0200)
commitbaf185c9986393162288dcb6938ddc48d07c56f4
tree68c64283987d88a34a931acff64f301446a2b9b9
parent2f8abcdc89946ca4e7cab3ca82b498db32d77c6a
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 <jlayton@redhat.com>
(cherry picked from commit eea01dfa78738e3b3c67751d00d2430a1ff6ee5d)
src/vstart.sh