[pve-devel] applied: [PATCH v2 widget-toolkit] CSS: import action column fix from pbs, pmg

2022-10-10 Thread Thomas Lamprecht
Am 07/10/2022 um 13:18 schrieb Matthias Heiserer: > So it is in one location and available to pve as well. > > > Signed-off-by: Matthias Heiserer > --- > > Changes from v1: > Use the correct style from pbs, and not the older, unused one one. > 13px -> 14px > > > src/css/ext6-pmx.css | 17 +++

[pve-devel] [PATCH manager] ui: node/Certificates: make panel scrollable

2022-10-10 Thread Dominik Csapak
the 'ACME' panel may scroll out of sight when there are enough SANs on the Certificates or the display is small engouh, so enable scrolling for that panel Signed-off-by: Dominik Csapak --- www/manager6/node/Certificates.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/manager6/node/Cer

[pve-devel] applied: [PATCH novnc] don't show error messages for users without VM.Audit privileges

2022-10-10 Thread Thomas Lamprecht
Am 07/10/2022 um 10:44 schrieb Dominik Csapak: > we now query the guest status before starting, but that requires VM.Audit > privileges, which are not necessary since only VM.Console is actually > required to connect to the console. > > In that case, skip the error message and continue connecting

[pve-devel] [PATCH widget-toolkit] RDD: don't display power-of-two suffix 'i' for values without unit suffix

2022-10-10 Thread Matthias Heiserer
So instead of showing "0 i" (meaning e.g. 0 Gi), just display "0". Signed-off-by: Matthias Heiserer --- I couldn't come up with a shorter commit message, feel free to change it. src/panel/RRDChart.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/RRDChart.js b/sr

[pve-devel] applied: [PATCH qemu] d/rules: add revision to package version

2022-10-10 Thread Wolfgang Bumiller
applied, thanks On Fri, Sep 30, 2022 at 02:18:31PM +0200, Fiona Ebner wrote: > This version string can be queried with $BINARY --version as well as > the query-version QMP command. > > Useful for qemu-server to be able to report the running QEMU version > exactly. Could also be used to version gu

[pve-devel] applied: [PATCH qemu 1/1] PVE Backup: allow passing max-workers performance setting

2022-10-10 Thread Wolfgang Bumiller
applied this one, thanks On Mon, Oct 03, 2022 at 03:52:04PM +0200, Fiona Ebner wrote: > For query-proxmox-support, add an indication that it's possible to use > the setting. > > For now, the other two BackupPerf settings are not exposed: > > * use-copy-range: would need to be implemented by the

[pve-devel] applied-series: [PATCH-SERIES qemu(-server)/guest-common/manager/docs] make QEMU's max-workers setting configurable as a vzdump setting

2022-10-10 Thread Wolfgang Bumiller
applied series On Mon, Oct 03, 2022 at 03:52:03PM +0200, Fiona Ebner wrote: > A few users reported IO-related issues during backup after upgrading > to PVE 7.x and using a modified QEMU build with max-workers reduced to > 8 instead of 16 helped them [0]. > > Other BackupPerf settings are not expo

Re: [pve-devel] [PATCH manager v2 4/7] revised task log API call for PVE

2022-10-10 Thread Daniel Tschlatscher
Thanks for the review! On 10/5/22 14:30, Thomas Lamprecht wrote: > Am 07/09/2022 um 10:56 schrieb Daniel Tschlatscher: >> The API call for fetching a tasklog with limit=0 now returns the whole >> log as a file stream rather than reading all lines in memory and then >> transfering them in JSON form

[pve-devel] [PATCH LXC] copyright: fix typo in address

2022-10-10 Thread Matthias Heiserer
Signed-off-by: Matthias Heiserer --- debian/copyright | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/copyright b/debian/copyright index d0f1874..0466cba 100644 --- a/debian/copyright +++ b/debian/copyright @@ -22,7 +22,7 @@ License: LGPL-2.1+ can be found in /usr/sha

Re: [pve-devel] [PATCH qemu-server] feature #1027: virtio-9p & virtio-fs support

2022-10-10 Thread Fabian Grünbichler
On October 7, 2022 4:29 pm, Markus Frank wrote: > adds support for sharing directorys with a guest vm. > > virtio-9p can be simply started with qemu. > virtio-fs needs virtiofsd to be started before qemu. > > Signed-off-by: Markus Frank > --- > I chose MAX_SHAREDFILES to be 10, because I think i

Re: [pve-devel] [PATCH manager v2 4/7] revised task log API call for PVE

2022-10-10 Thread Thomas Lamprecht
Am 10/10/2022 um 13:40 schrieb Daniel Tschlatscher: > It does save about 20 lines of very redundant code in both pmg and pve > each and should make it easy to implement potential other download > calls. Though, that hinges on the question on how likely it is that > there will be such a need. 20 l

[pve-devel] applied: [PATCH LXC] copyright: fix typo in address

2022-10-10 Thread Thomas Lamprecht
Am 10/10/2022 um 14:12 schrieb Matthias Heiserer: > Signed-off-by: Matthias Heiserer > --- > debian/copyright | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > applied, thanks! ___ pve-devel mailing list pve-devel@lists.proxmox.com https:/

[pve-devel] applied: [PATCH manager] ui: node/Certificates: make panel scrollable

2022-10-10 Thread Thomas Lamprecht
Am 10/10/2022 um 10:12 schrieb Dominik Csapak: > the 'ACME' panel may scroll out of sight when there are enough SANs on > the Certificates or the display is small engouh, so enable scrolling for > that panel > > Signed-off-by: Dominik Csapak > --- > www/manager6/node/Certificates.js | 1 + > 1 f

[pve-devel] [PATCH V2 pve-manager 2/2] cleanup: style fix

2022-10-10 Thread Stefan Hrdlicka
Signed-off-by: Stefan Hrdlicka --- www/manager6/form/ControllerSelector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/form/ControllerSelector.js b/www/manager6/form/ControllerSelector.js index 8a52737d..d7c2625d 100644 --- a/www/manager6/form/ControllerSelec

[pve-devel] [PATCH V2 pve-manager 1/2] fix #1981: get next free disk id on change of bus/device

2022-10-10 Thread Stefan Hrdlicka
Signed-off-by: Stefan Hrdlicka --- FYI: When IDE already has 4 devices and the user tries to add another one, the number device number isn't changed since there isn't any space left. www/manager6/form/ControllerSelector.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/

[pve-devel] [PATCH V2 pve-manager 0/2] fix #1981: get next free disk id on change of bus/device

2022-10-10 Thread Stefan Hrdlicka
V1 -> V2 * changed to optional chaining Stefan Hrdlicka (2): fix #1981: get next free disk id on change of bus/device cleanup: style fix www/manager6/form/ControllerSelector.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -- 2.30.2 __