[pve-devel] [PATCH storage 1/1] Cephfs storage plugin
Alwin Antreich
a.antreich at proxmox.com
Fri Apr 20 16:16:33 CEST 2018
Hi,
On Fri, Apr 20, 2018 at 03:42:22PM +0200, Alexandre DERUMIER wrote:
> Hi,
>
> +
> +sub plugindata {
> + return {
> + content => [ { images => 1, rootdir => 1, vztmpl => 1, iso => 1, backup => 1},
> + { images => 1 }],
> + format => [ { raw => 1, qcow2 => 1, vmdk => 1 } , 'raw' ],
> + };
> +}
>
>
> I think we should forbid images, as I'm pretty sure that users will try it.
>
OFC, they will try it. ;)
I will try to do some testing next week and if results are bad, I will adapt my
patch accordingly.
More information about the pve-devel
mailing list