]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
ceph_volume_client: use integer division for pg_num 21948/head
authorPatrick Donnelly <pdonnell@redhat.com>
Fri, 27 Jul 2018 21:05:42 +0000 (14:05 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 30 Jul 2018 23:12:48 +0000 (16:12 -0700)
commit33910303cb4940ca90cd76a5b4adb4de9c88d04c
tree333c8c097740948240bf673537ef16942ba80a06
parentc1efd59f618e24cf060d564ac0f21d5b0b57fd4a
ceph_volume_client: use integer division for pg_num

Otherwise a float is sent to the manager which is not the invalid format.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/pybind/ceph_volume_client.py