]> 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)
committerJeff Layton <jlayton@redhat.com>
Thu, 18 Jun 2020 15:54:02 +0000 (11:54 -0400)
commiteea01dfa78738e3b3c67751d00d2430a1ff6ee5d
tree70fa9a6d736ec4624f6f08818c8b6b9cdacc7ce1
parent9df7e03345a31351fa0be5602855e9fdcda5e993
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>
src/vstart.sh