[pve-devel] [PATCH ifupdown2] config: keep addon_syntax_check=0

2019-09-13 Thread Alexandre Derumier
It was wrong set to 1, and break openvswitch Ifupdown2 was 1 by default last year, and the first version ofpatch was setting to 0. But ifupdown2 was reverted to 0 in 2019, and I wrongly change the patch to 1. So now, it's default to 0 , no need to patch it. Signed-off-by: Alexandre Derumier ---

[pve-devel] [PATCH manager 1/4] Cleanup: align backslashes in manager6 Makefile

2019-09-13 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- www/manager6/Makefile | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www/manager6/Makefile b/www/manager6/Makefile index 7ee7cd40..82e25c79 100644 --- a/www/manager6/Makefile +++ b/www/manager6/Makefile @@ -14,7 +14,7 @@ JSSRC=

[pve-devel] [PATCH manager 4/4] spice: Add enhancements to VM Creation wizard

2019-09-13 Thread Aaron Lauterer
enabled if qxl/spice display selected Signed-off-by: Aaron Lauterer --- www/manager6/qemu/SystemEdit.js | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/www/manager6/qemu/SystemEdit.js b/www/manager6/qemu/SystemEdit.js index 846baa73..15ae9a73 100644 --- a/w

[pve-devel] [PATCH manager 0/4] Fix #2041, #2272 GUI for Spice Enhancements

2019-09-13 Thread Aaron Lauterer
With the server side patches applied[0] the GUI part for this was missing. This patch series adds the two current SPICE enhancements (folder sharing, video streaming) to the Options panel of a VM and to the VM creation wizard. Updates to the documentation will follow. Things I am not too happy a

[pve-devel] [PATCH manager 3/4] spice: Add enhancements to VM Options panel

2019-09-13 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- www/manager6/Utils.js| 18 ++ www/manager6/qemu/Options.js | 13 + 2 files changed, 31 insertions(+) diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js index 6a489e7e..139200c3 100644 --- a/www/manager6/Utils.js +++ b/

[pve-devel] [PATCH manager 2/4] spice: Add enhancements form component

2019-09-13 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- www/manager6/Makefile | 1 + www/manager6/form/SpiceEnhancementSelector.js | 66 +++ 2 files changed, 67 insertions(+) create mode 100644 www/manager6/form/SpiceEnhancementSelector.js diff --git a/www/manager6/Makefile b

[pve-devel] [PATCH v2 container] fix issue where ttys aren't correctly set after restore

2019-09-13 Thread Oguz Bektas
restore from unpriv to priv causes a problem with the log-in from web console, since the /etc/securetty file isn't modified after a restore to reflect that change (/dev/lxc/tty1 and so on). template_fixup is normally called in post_create_hook, but we have no $password or $ssh_keys to call the hoo

[pve-devel] [PATCH pve-network 1/2] add format for ip-list and mtu

2019-09-13 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/Network/SDN/FrrPlugin.pm | 4 ++-- PVE/Network/SDN/VnetPlugin.pm | 2 +- PVE/Network/SDN/VxlanPlugin.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/PVE/Network/SDN/FrrPlugin.pm b/PVE/Network/SDN/FrrPlugin.pm index 79214a7..b0

[pve-devel] [PATCH pve-network 0/2] add missing formats

2019-09-13 Thread Alexandre Derumier
add missing format for ip-list,mtu and multicast-address Alexandre Derumier (2): add format for ip-list and mtu add format for multicast-address PVE/Network/SDN/FrrPlugin.pm | 4 ++-- PVE/Network/SDN/VnetPlugin.pm | 2 +- PVE/Network/SDN/VxlanPlugin.pm | 25 ++--- 3

[pve-devel] [PATCH pve-network 2/2] add format for multicast-address

2019-09-13 Thread Alexandre Derumier
Signed-off-by: Alexandre Derumier --- PVE/Network/SDN/VxlanPlugin.pm | 23 +-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/PVE/Network/SDN/VxlanPlugin.pm b/PVE/Network/SDN/VxlanPlugin.pm index c5ecea6..1860490 100644 --- a/PVE/Network/SDN/VxlanPlugin.pm +++

Re: [pve-devel] [PATCH pve-manager] api2 : network : use vtysh for frr reload instead systemd

2019-09-13 Thread Alexandre DERUMIER
Hi, can you add this patch ? (just to be sure to not lost it) Thanks Alexandre. (BTW, I'm begin to work on gui for sdn, I'll try to send patch next week) - Mail original - De: "aderumier" À: "pve-devel" Cc: "aderumier" Envoyé: Lundi 9 Septembre 2019 10:22:28 Objet: [PATCH pve-manage