[pve-devel] [PATCH pve-common 3/3] Inotify : add bridge ports options

2018-06-24 Thread Alexandre Derumier
--- src/PVE/INotify.pm | 53 +++-- 1 file changed, 51 insertions(+), 2 deletions(-) diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index 2c1af3c..2401ec0 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -898,7 +898,9 @@ sub __read_e

[pve-devel] [PATCH pve-common 1/3] Inotify: add mtu support

2018-06-24 Thread Alexandre Derumier
--- src/PVE/INotify.pm | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index 0b9ea4a..25ab868 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -875,6 +875,8 @@ sub __read_etc_network_interfaces { if ((

[pve-devel] [PATCH pve-common 2/3] Inotify : add vxlan interface support

2018-06-24 Thread Alexandre Derumier
--- src/PVE/INotify.pm | 54 +- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index 25ab868..2c1af3c 100644 --- a/src/PVE/INotify.pm +++ b/src/PVE/INotify.pm @@ -916,6 +916,11 @@ sub __read_

[pve-devel] [PATCH pve-common 0/3] network : add new options && interfaces

2018-06-24 Thread Alexandre Derumier
This patches serie add support for new interfaces and options: - mtu : for ifupdown && ifupdown2 - vxlan interfaces for ifupdown2 - bridgeports options for ifupdown2 Alexandre Derumier (3): Inotify: add mtu support Inotify : add vxlan interface support Inotify : add bridge ports options

[pve-devel] [PATCH qemu-server 0/2] hv_stimer && hv_synic support

2018-06-24 Thread Alexandre Derumier
Users have reported cpu problem with last windows 10 update (1803) https://forum.proxmox.com/threads/high-cpu-load-for-windows-10-guests-when-idle.44531/ adding hyperv hv_stimer && hv_synic fix the problem. This patch series add support to defines them as cpu options, and enable them by default

[pve-devel] [PATCH qemu-server 2/2] enable hv_synic && hv_stimer by default for qemu 2.12 && windows >= 8

2018-06-24 Thread Alexandre Derumier
--- PVE/QemuServer.pm | 5 + 1 file changed, 5 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 1e4ac5d..6a355f8 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -6597,6 +6597,11 @@ sub add_hyperv_enlightenments { if ($winversion >= 7) { push @$cpuF

[pve-devel] [PATCH qemu-server 1/2] add hv_stimer, hv_synic cpu flags option

2018-06-24 Thread Alexandre Derumier
--- PVE/QemuServer.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index d6efb3a..1e4ac5d 100644 --- a/PVE/QemuServer.pm +++ b/PVE/QemuServer.pm @@ -155,7 +155,7 @@ my $cpu_vendor_list = { max => 'default', }; -my $cpu_flag =

Re: [pve-devel] Windows 10 1803 update, hpet bug (high cpu usage)

2018-06-24 Thread Alexandre DERUMIER
>>They are 2 missing hyper-v enlightments, >>"hv-synic" & "hv-stimer" >> >>which helps to reduce vm exits user on the forum has reported better result with theses 2 hyper-v enlightments, keeping -no-hpet. I don't known if it's planned to add qemu 2.12 soon, but we could had theses 2 enlightme

Re: [pve-devel] Possible Bug after Update PVE - PMG (VM) Disk not found

2018-06-24 Thread Daniel Berteaud
Le 24/06/2018 à 13:18, Detlef Bracker a écrit : > > *The questions:* > > A) What has destroyed the boot record of the VM of the Mail-Gateway? > Hardware-Failures on the Host cant been (SSD-RAID - without wareout - > SMART > passed) This is the only question which should be investigated. > B) Why t

Re: [pve-devel] Possible Bug after Update PVE - PMG (VM) Disk not found

2018-06-24 Thread Detlef Bracker
More Infos after many tests and my cognition is: the *proxmox backup is absolute unsecure* and can been the proxmox HA too - why a wrong MBR will then wrong on the other machines too! First find the problem - I thing it can been a bug in VMs on Proxmox 5.x - yesterday after host reboot! *The