From: Mykola Golub Date: Sat, 24 Feb 2018 08:58:58 +0000 (+0200) Subject: pybind/rbd: pool id in rbd_group_image_info_t should be int64_t X-Git-Tag: v13.0.2~120^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6652daf2dc577bc3f35b208db6aed60a73021770;p=ceph.git pybind/rbd: pool id in rbd_group_image_info_t should be int64_t Signed-off-by: Mykola Golub --- diff --git a/src/pybind/rbd/rbd.pyx b/src/pybind/rbd/rbd.pyx index 14f77caa6874..a05d4b802bdb 100644 --- a/src/pybind/rbd/rbd.pyx +++ b/src/pybind/rbd/rbd.pyx @@ -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: