]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crush: fix type mismatch 17214/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 15 Aug 2017 04:18:30 +0000 (12:18 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 24 Aug 2017 02:01:31 +0000 (10:01 +0800)
commitf446220fcd1b6a0c3b8959220980fc0032a3fe3b
tree7b8696ee84b1724453a58401580a2075bafcaf08
parent63800be615f1b599a68fc61bbf41198f39d65ef8
crush: fix type mismatch

Pool IDs are of type int64_t instead of uint64_t.

Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
(cherry picked from commit 507f970b569280831ec9d12df8455227e9a31f36)
src/crush/CrushWrapper.cc