]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librados: watch_flush() on shutdown
authorSage Weil <sage@redhat.com>
Fri, 19 Dec 2014 19:50:38 +0000 (11:50 -0800)
committerSage Weil <sage@redhat.com>
Tue, 23 Dec 2014 01:41:32 +0000 (17:41 -0800)
commit93825bf05aef4db1d1c86f64aa2e64719f3e6684
treef9efde3d19c89f73017eb154f207780cda0b7057
parent7de1b4d4ff624feffa5da27c884bb4863828e2dd
librados: watch_flush() on shutdown

Users can easily forget this. It makes shutdown potentially block, but if
they have racing callbacks they get what they ask for.

Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 30678f6daf0a71b6074c061c6b4aec6386372368)
src/librados/RadosClient.cc