]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rados: check return values for commands that can now fail
authorJosh Durgin <josh.durgin@inktank.com>
Thu, 6 Feb 2014 01:25:24 +0000 (17:25 -0800)
committerJosh Durgin <josh.durgin@inktank.com>
Mon, 10 Feb 2014 23:45:42 +0000 (15:45 -0800)
commit21a0b67440eaa07fa051d26321a88654ee9e8ae7
treeaf5cc7b3be2af8e1fb9d4de110b0d79cdd59c4e6
parent2c42dd26b49d01922bd3df3ba26af70da0387a99
rados: check return values for commands that can now fail

A few places were not checking the return values of commands, since
they could not fail before timeouts were added.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
(cherry picked from commit 79c1874346ff55e2dc74ef860db16ce70242fd00)
src/rados.cc