Re: [pve-devel] [PATCH] support QinQ / vlan stacking

2015-03-18 Thread Alexandre DERUMIER
maybe can use openvswitch for do that ? Both linux (kernel 3.X) openvswitch support vxlan. But I think that linux implementation is better (support vxlan through multicast), and openvswitch you need to configure remote vxlan tunnel ip. I never test vxlan (because I don't need it), so maybe

Re: [pve-devel] [PATCH] support QinQ / vlan stacking

2015-03-18 Thread lyt_yudi
在 2015年3月18日,下午5:31,Alexandre DERUMIER aderum...@odiso.com 写道: PVE can support vxlan feature? I think we could add an option in gui. I don't known if debian jessie /etc/network/interfaces already have an implementation for vxlan. just you say, if support, it’s great! why? why

Re: [pve-devel] Floppy-Support

2015-03-18 Thread Alexandre DERUMIER
At least for using AutoUnattended.xml for unattended windows installations (client and server) - it's the simplest solution without remastering the DVDs. For this specific case, why not create a template with sysprep and unattended.xml ? - Mail original - De: Andreas Steinel

Re: [pve-devel] [PATCH] support QinQ / vlan stacking

2015-03-18 Thread Alexandre DERUMIER
PVE can support vxlan feature? I think we could add an option in gui. I don't known if debian jessie /etc/network/interfaces already have an implementation for vxlan. why? why what ? - Mail original - De: lyt_yudi lyt_y...@icloud.com À: aderumier aderum...@odiso.com Cc: Stefan

Re: [pve-devel] [PATCH] support QinQ / vlan stacking

2015-03-18 Thread lyt_yudi
在 2015年3月18日,下午5:38,lyt_yudi lyt_y...@icloud.com 写道: I don't known if debian jessie /etc/network/interfaces already have an implementation for vxlan. maybe can use openvswitch for do that ? smime.p7s Description: S/MIME cryptographic signature

[pve-devel] [PATCH] unplug scsi controller if no more disk exist

2015-03-18 Thread Alexandre Derumier
we need to remove scsi controller, because live migration will crash, as on migration target node, we'll start the vm without controller if no disk exist Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm | 31 +-- 1 file changed, 29

[pve-devel] [PATCH] add IvyBridge cpu model (qemu = 2.3)

2015-03-18 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier aderum...@odiso.com --- PVE/QemuServer.pm |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index cbcf6c6..fc79c08 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -424,7 +424,7 @@ EODESCR

Re: [pve-devel] [PATCH] support QinQ / vlan stacking

2015-03-18 Thread Alexandre DERUMIER
I don't known if debian jessie /etc/network/interfaces already have an implementation for vxlan. just you say, if support, it’s great! if not, it's not too difficult to add a /etc/network/if-up.d/ script. - Mail original - De: lyt_yudi lyt_y...@icloud.com À: aderumier

Re: [pve-devel] [PATCH] support QinQ / vlan stacking

2015-03-18 Thread Alexandre DERUMIER
if not, it's not too difficult to add a /etc/network/if-up.d/ script. Find a doc here (in french, but it's not a problem for me ;) https://github.com/etalab/etalab-support/blob/master/documentations/documentation-vxlan-vpnl2.rst auto vxlan10 iface vxlan10 inet manual pre-up

Re: [pve-devel] Floppy-Support

2015-03-18 Thread Andreas Steinel
Hi Alexandre, On Wed, Mar 18, 2015 at 10:01 AM, Alexandre DERUMIER aderum...@odiso.com wrote: For this specific case, why not create a template with sysprep and unattended.xml ? and where should i put the unattended.xml? ___ pve-devel mailing list

Re: [pve-devel] Floppy-Support

2015-03-18 Thread Alexandre DERUMIER
prepare your image, copy unattend.xml in C:\Windows\System32\sysprep cd C:\Windows\System32\sysprep sysprep /generalize /oobe /unattend:unattend.xml /shutdown then create template in proxmox Then you can clone your template. (I'm doing like this for all my windows vms) - Mail

Re: [pve-devel] [PATCH] add IvyBridge cpu model (qemu = 2.3)

2015-03-18 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH] unplug scsi controller if no more disk exist

2015-03-18 Thread Dietmar Maurer
applied. ___ pve-devel mailing list pve-devel@pve.proxmox.com http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel