]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
crush: fix type mismatch 17014/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Tue, 15 Aug 2017 04:18:30 +0000 (12:18 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Tue, 22 Aug 2017 14:45:49 +0000 (22:45 +0800)
commit507f970b569280831ec9d12df8455227e9a31f36
treeaf90719415e7598e5ad45c9081938e1fba115443
parentd62c9f16cba5fef991b8405d3002da1c0a0ae090
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>
src/crush/CrushWrapper.cc