Re: [pve-devel] MooseFS storage plugin

2022-04-19 Thread Benjamin via pve-devel
--- Begin Message --- Indeed, right now everything could be covered by the directory plugin. I plan to add snapshots via mfssnapshot and some other features. On Tue, Apr 19, 2022, 6:14 PM Fabian Grünbichler wrote: > On April 19, 2022 4:15 am, Benjamin via pve-devel wrote: > > I've hacked togeth

Re: [pve-devel] MooseFS storage plugin

2022-04-19 Thread Fabian Grünbichler
On April 19, 2022 4:15 am, Benjamin via pve-devel wrote: > I've hacked together a really basic first try. > > https://github.com/Zorlin/pve-moosefs/blob/main/MooseFSPlugin.pm > > I'm getting this error which I don't fully understand - > > Can't locate object method "mkpath" via package "/mnt/mfs

Re: [pve-devel] MooseFS storage plugin

2022-04-19 Thread Benjamin via pve-devel
--- Begin Message --- Hi Thomas, thanks for the reply! (Sorry, re-sending as I forgot to reply all) On Tue, Apr 19, 2022, 4:13 PM Thomas Lamprecht wrote: For Storage plugins the basic rules to be considered included are: * Plugin code itself must be AGPLv3, if it's self written that'd be already

Re: [pve-devel] MooseFS storage plugin

2022-04-19 Thread Thomas Lamprecht
Hi, > On Tue, Apr 19, 2022 at 3:49 AM Benjamin via pve-devel >> I'd like to try developing a MooseFS storage plugin for Proxmox, ideally >> getting it good enough to be A) included by the project B) supported in >> some way by the MooseFS folks. For Storage plugins the basic rules to be considere

Re: [pve-devel] MooseFS storage plugin

2022-04-18 Thread Benjamin via pve-devel
gt; I've looked at the code for the GlusterFS and CephFS plugins and they don't > look *too* complicated, although I'm fairly new to Perl so I can't say for > sure. > > Cheers > - Benjamin > > > > ------ Forwarded message --

[pve-devel] MooseFS storage plugin

2022-04-18 Thread Benjamin via pve-devel
--- Begin Message --- Hi there, I'd like to try developing a MooseFS storage plugin for Proxmox, ideally getting it good enough to be A) included by the project B) supported in some way by the MooseFS folks. As a long-time user of Proxmox but a newbie to Proxmox development I'm not completely sur