]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph-volume: fix drive-group issue 49586/head
authorMohan Sharma <mohan7427@gmail.com>
Tue, 27 Dec 2022 06:01:04 +0000 (11:31 +0530)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 29 Mar 2023 07:48:03 +0000 (09:48 +0200)
commit7602a99f7a1308c684a7c1d619bb6d9f09c79af9
treeaf0df7cec34d50f1d9fc0214231fabb2fdea3432
parent579510dab5f5fb13b8560d4314e20289669fdd74
ceph-volume: fix drive-group issue

The drive-group expects the batch_args to be a string,
however in the current version it is passed as a list
of one element, thus calling the first item of the list solves the issue.

Fixes: https://tracker.ceph.com/issues/59203
Signed-off-by: Mohan Sharma <mohan7427@gmail.com>
src/ceph-volume/ceph_volume/drive_group/main.py