[pve-devel] [PATCH pve-manager] sdn: fix zone icon in tree view

2020-06-19 Thread Alexandre Derumier
also add status icon: -pending (yellow triangle) -error (red cross) Signed-off-by: Alexandre Derumier --- www/css/ext6-pve.css | 4 www/manager6/tree/ResourceTree.js | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/www/css/ext6-pve.css b/www/css/ext6

[pve-devel] [PATCH installer] fix #2804: add a root shell on tty3

2020-06-19 Thread Stoiko Ivanov
Tested locally in a VM: The setsid was necessary to give the bash job-control (otherwise Ctrl+C would simply kill the shell). Signed-off-by: Stoiko Ivanov --- unconfigured.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unconfigured.sh b/unconfigured.sh index ed492c9..e36ffc9 100755 --

[pve-devel] [PATCH pve-network] improve status

2020-06-19 Thread Alexandre Derumier
check all plumbing interfaces needed for vnets Signed-off-by: Alexandre Derumier --- PVE/Network/SDN/Zones.pm| 29 +--- PVE/Network/SDN/Zones/Plugin.pm | 35 PVE/Network/SDN/Zones/QinQPlugin.pm | 51 + PVE/Network/SDN/Z

Re: [pve-devel] [PATCH qemu-server] vncproxy: allow to request a generated VNC password

2020-06-19 Thread Dominik Csapak
looks good to me and works as expected if we wanted we could probably make this the default by either * applying the novnc patch * alternatively putting the generated password at the beginning of the vncticket and removing it before verifying in the websocket api call this would be ok since the

Re: [pve-devel] bug in backup/restore for non-64K aligned disks + host mem leak to backups

2020-06-19 Thread Roland Kammerer
On Thu, Jun 18, 2020 at 04:58:54PM +0200, Dietmar Maurer wrote: > May I request that you open a bug at: https://bugzilla.proxmox.com > That way it is easier to track the bug status ... Sure thing, will do later today. ___ pve-devel mailing list pve-devel