Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-02 Thread Michael Rasmussen
On Wed, 2 Oct 2013 04:59:59 + Dietmar Maurer wrote: > applied (+ minor cleanups). > Thanks. Looking forward to not to have to manually add patches after apt-get upgrade:-) Status for extension of the plugin: - Testet possibility for supporting FreeNAS and NAS4Free have failed due to the

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-02 Thread Michael Rasmussen
On Wed, 2 Oct 2013 06:22:53 + Dietmar Maurer wrote: > > Yes, please can we remove all unneeded things (can you send a patch)? > I will send a patch later this evening which will remove: 1) Support for sudo: ZFSPlugin.pm and pve-manager.js 2) Support for chap and password since this require

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-01 Thread Dietmar Maurer
> It whats an 'smart' idea I hand but after using the plugin for several months > and > testing on a lot of different distributions I am beginning to wonder whether > this > should be dropped. I have not been able to find any reel usage for it. Yes, please can we remove all unneeded things (can

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-01 Thread Alexandre DERUMIER
mox.com Envoyé: Mercredi 2 Octobre 2013 07:47:00 Objet: Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin On Wed, 2 Oct 2013 04:44:43 + Dietmar Maurer wrote: > > I still don't understand that 'sudo' flag - I thought we always connect as > 'root'

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-01 Thread Michael Rasmussen
On Wed, 2 Oct 2013 04:44:43 + Dietmar Maurer wrote: > > I still don't understand that 'sudo' flag - I thought we always connect as > 'root' anyways? > It whats an 'smart' idea I hand but after using the plugin for several months and testing on a lot of different distributions I am beginnin

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-01 Thread Dietmar Maurer
x.com > Subject: [pve-devel] [PATCH] Added support for ZFS Storage Plugin > > From: Michael Rasmussen ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-01 Thread Dietmar Maurer
> zfs:omnios > blocksize 8k > target iqn.2010-09.org.openindiana:target1 > pool pool1 > iscsiprovider comstar > portal 192.168.0.1 > sudo 1 (optionnal) I still don't understand that 'sudo' flag - I thought we always connect as 'root' anyways?

[pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-10-01 Thread Alexandre Derumier
From: Michael Rasmussen example of storage.cfg zfs:omnios blocksize 8k target iqn.2010-09.org.openindiana:target1 pool pool1 iscsiprovider comstar portal 192.168.0.1 sudo 1 (optionnal) content images note for fast ssh login: on solari

[pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-06-09 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- www/manager/Makefile |1 + www/manager/Utils.js |2 + www/manager/dc/StorageView.js | 11 +++ www/manager/qemu/Clone.js |3 +- www/manager/qemu/HDEdit.js |3 +- www/manager/storage/ZFSE

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-05-25 Thread Dietmar Maurer
> I did notice you send a patch solving this and that Dietmar acknowledge that > the patch was committed. His commit however are apparently only in his > local git since this commit has not hit upstream. So to avoid others trying > the > patches before Dietmar has pushed your commit upstream I sen

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-05-25 Thread Alexandre DERUMIER
- De: "Michael Rasmussen" À: "Alexandre DERUMIER" Cc: pve-devel@pve.proxmox.com Envoyé: Samedi 25 Mai 2013 10:55:20 Objet: Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin On Sat, 25 May 2013 08:20:43 +0200 (CEST) Alexandre DERUMIER wrote: > I thinked yo

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-05-25 Thread Michael Rasmussen
On Sat, 25 May 2013 08:20:43 +0200 (CEST) Alexandre DERUMIER wrote: > I thinked you have segfault with iscsi as qemu-img format ? > > I have done tests with nexenta(iscsi), it's works fine with raw format, so > this is the default now. > > So I don't think we need this patch. > (Can you test w

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-05-24 Thread Alexandre DERUMIER
nom.net À: pve-devel@pve.proxmox.com Envoyé: Vendredi 24 Mai 2013 20:53:20 Objet: [pve-devel] [PATCH] Added support for ZFS Storage Plugin From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/QemuServer.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/QemuServe

Re: [pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-05-24 Thread Michael Rasmussen
Hi all, Some instructions is needed to use this plugin. How to use: On every node you must transfer root's public certificate to the storage -> As root: ssh-copy-id What works: 1) creating VM's 2) removing VM's 3) snapshotting VM's 4) rollback from shapshot 5) delete snapshot 6) convert to templ

[pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-05-24 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- www/manager/Makefile |1 + www/manager/Utils.js |2 + www/manager/dc/StorageView.js | 11 +++ www/manager/qemu/Clone.js |3 +- www/manager/qemu/HDEdit.js |3 +- www/manager/storage/ZFSE

[pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-05-24 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/Storage.pm |2 + PVE/Storage/Makefile |2 +- PVE/Storage/Plugin.pm|2 +- PVE/Storage/ZFSPlugin.pm | 646 ++ 4 files changed, 650 insertions(+), 2 deletion

[pve-devel] [PATCH] Added support for ZFS Storage Plugin

2013-05-24 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/QemuServer.pm |2 ++ 1 file changed, 2 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 4f633e6..d71b199 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -4549,6 +4549,8 @@ sub qemu_img_format