[pve-devel] applied: [PATCH storage] Fix 2647: Add snippet content type for Gluster
Thomas Lamprecht
t.lamprecht at proxmox.com
Wed Apr 8 07:53:54 CEST 2020
On 3/26/20 10:33 AM, Dominic Jäger wrote:
> 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 <d.jaeger at proxmox.com>
> ---
> 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' ],
> };
>
applied, thanks (and sorry for the delay, thought I already applied this :/ )
More information about the pve-devel
mailing list