]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
init-ceph: wait longer before resending $signal 27308/head
authorKefu Chai <kchai@redhat.com>
Tue, 2 Apr 2019 06:31:05 +0000 (14:31 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 2 Apr 2019 06:39:01 +0000 (14:39 +0800)
commit97d786366adb149346a6206274295880ad83fda7
tree3059134b4c9502f68484ba417717baee7152b4ac
parentb138135e048688639289e3902b36bdf841da9979
init-ceph: wait longer before resending $signal

if ceph-osd takes longer than 1 seconds to unmount the objectstore, it
won't get a chance to fully persist all of its stuff to disk before
init-ceph kills it again.

in my case, `MemStore::_save()` fails to write $path/collections before
it gets killed, if it has more than 512 PGs.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/init-ceph.in