]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rbd: pool id in rbd_group_image_info_t should be int64_t
authorMykola Golub <mgolub@suse.com>
Sat, 24 Feb 2018 08:58:58 +0000 (10:58 +0200)
committerMykola Golub <mgolub@suse.com>
Tue, 27 Feb 2018 14:54:13 +0000 (16:54 +0200)
Signed-off-by: Mykola Golub <mgolub@suse.com>
src/pybind/rbd/rbd.pyx

index 14f77caa6874a8ef7abca5177a5c385bb295ef5c..a05d4b802bdb9f562213ce20b3d202f4a8ce1aaa 100644 (file)
@@ -185,7 +185,7 @@ cdef extern from "rbd/librbd.h" nogil:
 
     ctypedef struct rbd_group_image_info_t:
         char *name
-        uint64_t pool
+        int64_t pool
         rbd_group_image_state_t state
 
     ctypedef enum rbd_group_snap_state_t: