From b9364dc6835018af80c3441a2065f1015f42f100 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominic=20J=C3=A4ger?= Date: Thu, 26 Mar 2020 10:33:28 +0100 Subject: [PATCH] Fix 2647: Add snippet content type for Gluster MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Our wiki mentions snippets as supported content type for GlusterFS storages [0] and all other directory based storages have it enabled already [1] [0] https://pve.proxmox.com/wiki/Storage:_GlusterFS [1] https://git.proxmox.com/?p=pve-storage.git;a=commit;h=d1eb35ea74cf27713625ab7e7c3767a8254a4aee Signed-off-by: Dominic Jäger --- PVE/Storage/GlusterfsPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/GlusterfsPlugin.pm b/PVE/Storage/GlusterfsPlugin.pm index 2cf2da9..70ea4fc 100644 --- a/PVE/Storage/GlusterfsPlugin.pm +++ b/PVE/Storage/GlusterfsPlugin.pm @@ -97,7 +97,7 @@ sub type { sub plugindata { return { - content => [ { images => 1, vztmpl => 1, iso => 1, backup => 1}, + content => [ { images => 1, vztmpl => 1, iso => 1, backup => 1, snippets => 1}, { images => 1 }], format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ], };