]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: librados aio wait_for_safe, not wait_for_complete 11204/head
authorSage Weil <sage@redhat.com>
Mon, 26 Sep 2016 15:19:50 +0000 (11:19 -0400)
committerSage Weil <sage@redhat.com>
Mon, 26 Sep 2016 15:19:50 +0000 (11:19 -0400)
commit2e447eafb34a7019ca15189d73a3ad3341640dc5
tree2b2085dac01fcd6c28a60ea662018963ed3f2ca2
parent6333fc2798e15876895b24d27c30f1090502ec81
rgw: librados aio wait_for_safe, not wait_for_complete

We want to wait for the op to be durable, not ordered.

Note that wait_for_safe works for read ops as well, despite a
name that implies an update.

Signed-off-by: Sage Weil <sage@redhat.com>
src/rgw/rgw_bucket.cc
src/rgw/rgw_coroutine.cc
src/rgw/rgw_metadata.cc
src/rgw/rgw_rados.cc