mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
ploop: Fix build with gluster
Recent patches addiing support for ploop volumes did not properly update gluster backend. Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
parent
beaa447a29
commit
00307b5d82
@ -435,6 +435,7 @@ virStorageBackendGlusterVolDelete(virConnectPtr conn ATTRIBUTE_UNUSED,
|
||||
case VIR_STORAGE_VOL_FILE:
|
||||
case VIR_STORAGE_VOL_DIR:
|
||||
case VIR_STORAGE_VOL_BLOCK:
|
||||
case VIR_STORAGE_VOL_PLOOP:
|
||||
case VIR_STORAGE_VOL_LAST:
|
||||
virReportError(VIR_ERR_NO_SUPPORT,
|
||||
_("removing of '%s' volumes is not supported "
|
||||
|
Loading…
x
Reference in New Issue
Block a user