]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds: fix standby replay thread creation 7132/head
authorJohn Spray <john.spray@redhat.com>
Wed, 6 Jan 2016 15:12:23 +0000 (15:12 +0000)
committerJohn Spray <john.spray@redhat.com>
Wed, 6 Jan 2016 18:56:02 +0000 (18:56 +0000)
commit3337eeedd946981acb670e32db1becbd55020d35
tree32f2719eb046969624015477e803386b582e2265
parentd0f4d2d6343b53ba1e992ff241e57d9e0e3a1c45
mds: fix standby replay thread creation

When replay() is called more than once, we must
make sure previous instance of thread is joined
before calling create() again.

Fixes: #14144
Signed-off-by: John Spray <john.spray@redhat.com>
src/mds/MDLog.cc