]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ceph-volume: fix TypeError exception when setting osds-per-device > 1
authorMaciej Naruszewicz <maciej.naruszewicz@intel.com>
Fri, 19 Oct 2018 20:40:36 +0000 (22:40 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 29 Oct 2018 20:56:37 +0000 (21:56 +0100)
commit252d0f9cf24a12294069e1dbffa7d0482935c617
treed8d8087051b82cd06807c4488f7fa1ce433f92ba
parent22aed97266f990622d6d55fba878a50fa3a81576
ceph-volume: fix TypeError exception when setting osds-per-device > 1

osds-per-device needs to be passed to run_command as a string.
Otherwise, expandvars method will try to iterate over an integer.

Signed-off-by: Maciej Naruszewicz <maciej.naruszewicz@intel.com>
library/ceph_volume.py