]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
librados: add IoCtx::{set,unset}_pool_full_try()
authorKefu Chai <kchai@redhat.com>
Fri, 27 Sep 2019 08:39:20 +0000 (16:39 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 28 Sep 2019 08:09:58 +0000 (16:09 +0800)
commitd7f629427d12b05878db03f9d43a5bb189a8ef1d
treebca6680b3812642206601f341b6301a6bb2ccffe
parent5d8a342902abb7069b0fbb71d9df8a704c36d37b
librados: add IoCtx::{set,unset}_pool_full_try()

and deprecate IoCtx::{set,unset}_osdmap_full_try()

the latter are deprecated and are aliases of the former.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/include/rados/librados.hpp
src/librados/librados_cxx.cc