Re: [pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-15 Thread Michael Rasmussen
On Thu, 15 Jun 2017 23:03:56 +0200 Andreas Steinel wrote: > > Compared to what? Of course not local ZFS, because everything applies > also to local ZFS. TRIM support is the only point I understand in > comparison to "ordinary" iSCSI backed on "fat" files. > Compared to ZFS over NFS. NFS put a l

Re: [pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-15 Thread Andreas Steinel
Hi mir, On Thu, Jun 15, 2017 at 7:23 PM, Michael Rasmussen wrote: > On Thu, 15 Jun 2017 18:54:29 +0200 > Andreas Steinel wrote: >> And I can't see how ZFS-over-NFS would be any different than >> ZFS-over-iSCSI? Am I see this so wrong? What are the usecases for >> ZFS-over-iSCSI exactly? > Three

Re: [pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-15 Thread Michael Rasmussen
On Thu, 15 Jun 2017 18:54:29 +0200 Andreas Steinel wrote: > > And I can't see how ZFS-over-NFS would be any different than > ZFS-over-iSCSI? Am I see this so wrong? What are the usecases for > ZFS-over-iSCSI exactly? Three obvious advantages: 1) Better performance 2) Lower CPU usage 3) Support f

Re: [pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-15 Thread Andreas Steinel
On Thu, Jun 15, 2017 at 1:04 PM, Michael Rasmussen wrote: > I still dont see a usecase for this? And I can't see how ZFS-over-NFS would be any different than ZFS-over-iSCSI? Am I see this so wrong? What are the usecases for ZFS-over-iSCSI exactly? ___ p

Re: [pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-15 Thread Michael Rasmussen
I still dont see a usecase for this? On June 15, 2017 11:09:21 AM GMT+02:00, Andreas Steinel wrote: >On Thu, Jun 15, 2017 at 10:50 AM, Michael Rasmussen >wrote: >> Hi Andreas, >> Even better, I can sent you the deb packages? > >That would also work, I then can create a diff to see what you chan

Re: [pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-15 Thread Andreas Steinel
On Thu, Jun 15, 2017 at 10:50 AM, Michael Rasmussen wrote: > Hi Andreas, > Even better, I can sent you the deb packages? That would also work, I then can create a diff to see what you changed and try to incorporate my idea with ZFS-over-NFS. ___ pve-dev

Re: [pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-15 Thread Michael Rasmussen
Hi Andreas, Even better, I can sent you the deb packages? On June 15, 2017 10:20:32 AM GMT+02:00, Andreas Steinel wrote: >Hi mir, > >have you a public git with all the changes? I'd like to try but I >don't want to extract all the patches from this list, try to figure >out which ones are already

Re: [pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-15 Thread Andreas Steinel
Hi mir, have you a public git with all the changes? I'd like to try but I don't want to extract all the patches from this list, try to figure out which ones are already taken care of and manually apply them. Best, LnxBil On Wed, Jun 14, 2017 at 9:55 PM, Michael Rasmussen wrote: > Signed-off-by:

[pve-devel] [PATCH pve-storage 4/4] Add support for creating LXC snapshot backup

2017-06-14 Thread Michael Rasmussen
Signed-off-by: Michael Rasmussen --- PVE/Storage/FreeNASPlugin.pm | 129 +-- 1 file changed, 74 insertions(+), 55 deletions(-) diff --git a/PVE/Storage/FreeNASPlugin.pm b/PVE/Storage/FreeNASPlugin.pm index 0f2a56d..fee3d27 100644 --- a/PVE/Storage/FreeNASP