]> git.ipfire.org Git - thirdparty/libvirt.git/commit
storage_backend_rbd.c: Make virStorageBackendRBDSetAllocation() stub report an error
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 14 May 2025 13:51:18 +0000 (15:51 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 15 May 2025 08:49:21 +0000 (10:49 +0200)
commit9fc9395c41a908a69729b3e4abda96dcf28deca3
tree24e986c57bdb9f653b6ebbaf2ff59efba55a314f
parentd892d3c276ced3b2f0471df49653e842509f9262
storage_backend_rbd.c: Make virStorageBackendRBDSetAllocation() stub report an error

Inside of storage_backend_rbd.c there are two implementations of
virStorageBackendRBDSetAllocation(). One reports an error on
failure, so the stub implementation should report an error too.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/storage/storage_backend_rbd.c