]> git.proxmox.com Git - pve-storage.git/commit
fix #1895: use json for 'rbd ls -l' and 'rbd info'
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 6 Sep 2018 09:35:42 +0000 (11:35 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 6 Sep 2018 13:11:26 +0000 (15:11 +0200)
commit89a8800bc31a31d21872257382b571e9197bff87
tree89d15b68cefa5711581de29b9700a5e788fbbafa
parent361481cfd068bcd610b580dfefb801fe5e538a8d
fix #1895: use json for 'rbd ls -l' and 'rbd info'

since ceph changed the plain output format for 12.2.8
we have to change the code anyway, and when were at it,
we can change it to the (hopefully) more robust json output

Co-authored-by: Alwin Antreich <a.antreich@proxmox.com>
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
PVE/Storage/RBDPlugin.pm