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] machine parameter example

2013-05-25 Thread Stefan Priebe
This is just an example how it could work (it works fine for me). I would like to get feedback so i can create a beter / new version. Am 25.05.2013 23:03, schrieb Stefan Priebe: This is an example how a machine parameter could work for qemu. ___ pve-d

Re: [pve-devel] Snapshots / Qemu Version

2013-05-25 Thread Stefan Priebe
Am 25.05.2013 19:24, schrieb Alexandre DERUMIER: You have: pc-i440fx-1.4 Standard PC (i440FX + PIIX, 1996) and pc-q35-1.4 Standard PC (Q35 + ICH9, 2009) Yes, q35 is not yet ready, but in the future (maybe next year), it should become the default. It's emulated pci-express slots and new things

[pve-devel] machine parameter example

2013-05-25 Thread Stefan Priebe
This is an example how a machine parameter could work for qemu. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

[pve-devel] [PATCH] add machine parameter to qemu command

2013-05-25 Thread Stefan Priebe
Signed-off-by: Stefan Priebe --- PVE/QemuServer.pm | 22 ++ 1 file changed, 22 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index fe479a1..eb06688 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -236,6 +236,13 @@ my $confdesc = { enum

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

2013-05-25 Thread Alexandre DERUMIER
>>When your patch arrive upstream this patch is not needed anymore. What do you mean by upstream ? Because the patch has been applied 2 days ago in proxmox git. https://git.proxmox.com/?p=qemu-server.git;a=commit;h=e9cfd9cb01bbf6c6e444208f135e3677c4d86afe - Mail original - De: "Mich

Re: [pve-devel] Snapshots / Qemu Version

2013-05-25 Thread Alexandre DERUMIER
> You have:  > pc-i440fx-1.4 Standard PC (i440FX + PIIX, 1996)  > and  > pc-q35-1.4 Standard PC (Q35 + ICH9, 2009)  > Yes, q35 is not yet ready, but in the future (maybe next year), it should become the default. It's emulated pci-express slots and new things. > I think the correct way would be

[pve-devel] failover

2013-05-25 Thread Michael Rasmussen
Hi all, In pve-2.x I had enable HA service for a floating webservice IP. After upgrade to 3.0 this does not seem to work anymore. See snippet from cluster.conf below: Anyone with an idea to make this work in

Re: [pve-devel] Snapshots / Qemu Version

2013-05-25 Thread Stefan Priebe
Am 25.05.2013 12:45, schrieb Stefan Priebe: Am 25.05.2013 08:17, schrieb Alexandre DERUMIER: maybe does it work by starting the qemu with "qemu -machine pc-1.X" works ? Yes this works FINE! But there is no common pc-1.4 anymore. You have: pc-i440fx-1.4Standard PC (i440FX + PIIX, 19

Re: [pve-devel] Snapshots / Qemu Version

2013-05-25 Thread Stefan Priebe
Am 25.05.2013 08:17, schrieb Alexandre DERUMIER: maybe does it work by starting the qemu with "qemu -machine pc-1.X" works ? Yes this works FINE! But there is no common pc-1.4 anymore. You have: pc-i440fx-1.4Standard PC (i440FX + PIIX, 1996) and pc-q35-1.4 Standard PC (Q3

[pve-devel] documentation

2013-05-25 Thread Michael Rasmussen
Hi Martin and Dietmar, The feature comparison document does not mention cloning and templates. As I think this information is important (our VmWare guys as work frequently uses these features) I would suggest that this was added to the feature comparison chart -> http://proxmox.com/proxmox-ve/comp

[pve-devel] [PATCH 3/3] Remove unnecessary output from error message.

2013-05-25 Thread mir
From: Michael Rasmussen Signed-off-by: Michael Rasmussen --- PVE/Storage/ZFSPlugin.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/Storage/ZFSPlugin.pm b/PVE/Storage/ZFSPlugin.pm index b02a87a..0addd0b 100644 --- a/PVE/Storage/ZFSPlugin.pm +++ b/PVE/Storage/ZFSPlu

[pve-devel] Fix error message

2013-05-25 Thread mir
Just a small fix for the error message. Remove unwanted text. ___ 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-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