From 00307b5d8211a0206a57aa634e016c886d375746 Mon Sep 17 00:00:00 2001 From: Jiri Denemark Date: Fri, 15 Apr 2016 18:05:37 +0200 Subject: [PATCH] ploop: Fix build with gluster Recent patches addiing support for ploop volumes did not properly update gluster backend. Signed-off-by: Jiri Denemark --- src/storage/storage_backend_gluster.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/storage/storage_backend_gluster.c b/src/storage/storage_backend_gluster.c index d2e79bcf4b..0085052894 100644 --- a/src/storage/storage_backend_gluster.c +++ b/src/storage/storage_backend_gluster.c @@ -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 "