[pve-devel] [PATCH proxmox-i18n 0/2] Polish translation update

2023-04-14 Thread Daniel Koć
Polish translation update - complete again and fixed few typos Daniel Koć (2): Polish translation update Polish translation update pl.po | 4247 - 1 file changed, 2423 insertions(+), 1824 deletions(-) -- 2.34.1

[pve-devel] [PATCH proxmox-i18n 1/2] Polish translation update

2023-04-14 Thread Daniel Koć
Signed-off-by: Daniel Koć --- pl.po | 345 ++ 1 file changed, 130 insertions(+), 215 deletions(-) diff --git a/pl.po b/pl.po index 8ad1a26..9106b6f 100644 --- a/pl.po +++ b/pl.po @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: proxmox

[pve-devel] [PATCH widget-toolkit 2/2] fix #4618: dark-mode: lighten critical/warning charts/gauges colors

2023-04-14 Thread Stefan Sterz
by increasing the lightness of these colors to to make them have the same amount of lightness as the primary color. Signed-off-by: Stefan Sterz --- src/proxmox-dark/scss/extjs/_progress.scss | 4 ++-- src/proxmox-dark/scss/other/_charts.scss | 4 ++-- 2 files changed, 4 insertions(+), 4

[pve-devel] [PATCH widget-toolkit 0/2] Proxmox Dark Theme Fix-ups - Round 6

2023-04-14 Thread Stefan Sterz
this patch series adds a couple more tweaks to the dark theme. first it improves the contrast ratios on panel header tool icons. then the chart and gauge colors are brightened to match the primary color. for the backup server first the path to the dark theme css in the api viewer is fixed. then

[pve-devel] [PATCH widget-toolkit 1/2] dark-mode: adjust panel header tool icons

2023-04-14 Thread Stefan Sterz
by brigthenening the icons on a more individual basis some darker ones can now feature higher contrasts while others won't be too bright. Signed-off-by: Stefan Sterz --- src/proxmox-dark/scss/extjs/_panel.scss | 37 + 1 file changed, 32 insertions(+), 5 deletions(-)

[pve-devel] [PATCH ha-manager 4/4] lrm: do not migrate if service already running upon rebalance on start

2023-04-14 Thread Fiona Ebner
As reported in the community forum[0], currently, a newly added service that's already running is shut down, offline migrated and started again if rebalance selects a new node for it. This is unexpected. An improvement would be online migrating the service, but rebalance is only supposed to

[pve-devel] [PATCH-SERIES ha-manager] avoid rebalance-on-start for newly added already running service

2023-04-14 Thread Fiona Ebner
As reported in the community forum[0], the current behavior when adding an already running service to HA is wrong. If rebalance selected a different node, the service would be stopped, offline migrated and started again. Since the rebalance-on-start is only intended to trigger on the

[pve-devel] [PATCH ha-manager 2/4] sim: hardware: commands: make it possible to add already running service

2023-04-14 Thread Fiona Ebner
Will be used in a test for balance on start, where it should make a difference if the service is running or not. Signed-off-by: Fiona Ebner --- src/PVE/HA/Sim/Hardware.pm | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/src/PVE/HA/Sim/Hardware.pm

[pve-devel] [PATCH ha-manager 3/4] tools: add IGNORED return code

2023-04-14 Thread Fiona Ebner
Will be used to ignore rebalance-on-start when an already running service is newly added to HA. Signed-off-by: Fiona Ebner --- src/PVE/HA/Tools.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PVE/HA/Tools.pm b/src/PVE/HA/Tools.pm index 1a88351..edd5642 100644 ---

[pve-devel] [PATCH ha-manager 1/4] sim: hardware: commands: fix documentation for add

2023-04-14 Thread Fiona Ebner
Signed-off-by: Fiona Ebner --- src/PVE/HA/Sim/Hardware.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PVE/HA/Sim/Hardware.pm b/src/PVE/HA/Sim/Hardware.pm index 9c63b3f..5b023ef 100644 --- a/src/PVE/HA/Sim/Hardware.pm +++ b/src/PVE/HA/Sim/Hardware.pm @@ -563,7 +563,8

Re: [pve-devel] [PATCH docs v5 5/5] added noVNC clipboard documentation

2023-04-14 Thread Friedrich Weber
I tested this (also discussed off-list, posting here for the record): Creating a new VM with the default display (no `vga` config entry), then enabling the "Use noVNC clipboard" option via the Web UI results in a "vga type is not compatible with clipboard (500)" error. It works if I explicitly

Re: [pve-devel] [PATCH cluster/manager/ha-manager/proxmox{, -perl-rs} 00/18] fix #4156: introduce new notification module

2023-04-14 Thread Lukas Wagner
First of all, thanks for the feedback! On 4/14/23 08:19, Thomas Lamprecht wrote: Hmmm, this is something that I did not think to closely about when drafting the (very rough) design for the notification overhaul, but it has some merit to be able to configure this per job – but naturally it also

Re: [pve-devel] [PATCH cluster/manager/ha-manager/proxmox{, -perl-rs} 00/18] fix #4156: introduce new notification module

2023-04-14 Thread Thomas Lamprecht
Am 27/03/2023 um 17:18 schrieb Lukas Wagner: > The purpose of this patch series is to overhaul the existing mail > notification infrastructure in Proxmox VE. nice! Some high level review, but I didn't checked the code basically at all, so sorry if some comments of it are moot, as they're either