]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
pybind: fixed runtime errors with librbdpy 3657/head
authorJason Dillaman <dillaman@redhat.com>
Wed, 4 Feb 2015 14:46:17 +0000 (09:46 -0500)
committerJason Dillaman <dillaman@redhat.com>
Wed, 4 Feb 2015 14:47:55 +0000 (09:47 -0500)
commit46f9ca463ef6229b56086adc2741d2df10a1d23f
tree3869b080e733fcd7d46d75347d4598546e78037e
parent34f5326c0bad279f65daffa4d7f6d54d525df186
pybind: fixed runtime errors with librbdpy

There was a typo within the RBD Image get_flags method and
several runtime errors relating to the new fadvise flags.

Fixes: #10782
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/pybind/rados.py
src/pybind/rbd.py
src/test/pybind/test_rbd.py