]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rados: we need to get the latest osdmap when pool does not exists 13289/head
authorsongbaisen <song.baisen@zte.com.cn>
Tue, 7 Feb 2017 07:34:16 +0000 (15:34 +0800)
committersongbaisen <song.baisen@zte.com.cn>
Tue, 14 Feb 2017 09:02:19 +0000 (17:02 +0800)
commit7e5669b11b14401587743bad10baaab2d1054841
tree12fe285dcd37476f980ff483e4f5db41c2ce1af1
parent49eafeb5739cae44e223cbb976ab9e72f27ecd70
rados: we need to get the latest osdmap when pool does not exists

     sometimes when we rename a pool use the rados api,but the osdmap
     does not update when we use pool_exists api.so we need to get the
     latest osdmap when the pool does not exists, it may exists in the
     newer osdmap.

Signed-off-by:song baisen <song.baisen@zte.com.cn>
src/librados/RadosClient.cc