Re: [libvirt] [PATCH 2/2] storage: add support for new rbd_list2 method

2019-03-18 Thread Ján Tomko
On Mon, Mar 18, 2019 at 12:20:18PM +, Daniel P. Berrangé wrote: The rbd_list method has been deprecated in Ceph >= 14.0.0 in favour of the new rbd_list2 method which populates an array of structs. Signed-off-by: Daniel P. Berrangé --- m4/virt-storage-rbd.m4| 1 + src/storage/sto

[libvirt] [PATCH 2/2] storage: add support for new rbd_list2 method

2019-03-18 Thread Daniel P . Berrangé
The rbd_list method has been deprecated in Ceph >= 14.0.0 in favour of the new rbd_list2 method which populates an array of structs. Signed-off-by: Daniel P. Berrangé --- m4/virt-storage-rbd.m4| 1 + src/storage/storage_backend_rbd.c | 32 +++ 2 files cha