Re: [pve-devel] SPAM: [PATCH pve-access-control 1/1] Fixed #3686: User Removing Failure

2021-11-04 Thread Thomas Lamprecht
On 19.10.21 20:50, Jasper Yu wrote: > From: Li-Heng Yu <007sea...@gmail.com> > > Signed-off-by: Li-Heng Yu <007sea...@gmail.com> > --- > src/PVE/AccessControl.pm | 5 - > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/src/PVE/AccessControl.pm b/src/PVE/AccessControl.pm > ind

[pve-devel] partially applied: [PATCH v4 storage 4/4] status: fix tmpfile cleanup

2021-11-04 Thread Thomas Lamprecht
On 31.08.21 12:16, Lorenz Stechauner wrote: > $tmpfilename already gets unlinked after executing the cmd. > > furthermore, because this is a local file, it is wrong to delete > it via the ssh command on a remote node. > > small change: added \n to the error message. > > Signed-off-by: Lorenz Ste

[pve-devel] applied: [PATCH v3 docs] pct: add section for supported distributions

2021-11-04 Thread Thomas Lamprecht
On 04.11.21 13:05, Oguz Bektas wrote: > Signed-off-by: Oguz Bektas > --- > v2->v3: > * use asciidoc quote syntax > * using single quotes makes the link clickable inside quote > > > pct.adoc | 144 --- > 1 file changed, 138 insertions(+), 6 del

Re: [pve-devel] [PATCH-SERIES v3 storage/manager] factoring out RE for backup extension

2021-11-04 Thread Dominik Csapak
Series LGTM, looked closely at the regexes, and they match (semantically), tested around a bit and all seemed to work. one super small nit (not a blocker IMHO) the format/extension/compression handling in 2/2 could maybe use a comment what we do there (though maybe it's just me who's confused ^^

[pve-devel] applied-series: [PATCH v2 0/4]

2021-11-04 Thread Thomas Lamprecht
On 03.11.21 16:58, Thomas Lamprecht wrote: > config: add new meta property withe creation time > config: meta: also save the QEMU version installed during creation > tests: cfg2cmd: add a few q35 related tests > cfg2cmd: switch off ACPI hotplug on bridges for q35 VMs applied with Dominik'

Re: [pve-devel] [PATCH v2 0/4]

2021-11-04 Thread Wolfgang Bumiller
I guess that's okay... for all those weirdos who don't create `.link` files to pin their network interface names in place :-P Acked-by: Wolfgang Bumiller On Wed, Nov 03, 2021 at 04:58:08PM +0100, Thomas Lamprecht wrote: > changes v1 -> v2: > * move checks into own method > * ensure forced machi

Re: [pve-devel] [PATCH manager] lxc: add 'unmanaged' checkbox in wizard

2021-11-04 Thread Oguz Bektas
On Thu, Nov 04, 2021 at 02:58:25PM +0100, Thomas Lamprecht wrote: > On 04.11.21 14:19, Oguz Bektas wrote: > > to allow creating containers with 'unmanaged' ostype easily in GUI. > > that way we can use other unsupported templates in the GUI as well. > > it's rather an advanced option, but I'm not

Re: [pve-devel] [PATCH manager] lxc: add 'unmanaged' checkbox in wizard

2021-11-04 Thread Thomas Lamprecht
On 04.11.21 14:19, Oguz Bektas wrote: > to allow creating containers with 'unmanaged' ostype easily in GUI. > that way we can use other unsupported templates in the GUI as well. it's rather an advanced option, but I'm not even sure I want it there, unmanaged CTs are def. not the norm. Is there any

[pve-devel] [PATCH manager] lxc: add 'unmanaged' checkbox in wizard

2021-11-04 Thread Oguz Bektas
to allow creating containers with 'unmanaged' ostype easily in GUI. that way we can use other unsupported templates in the GUI as well. Signed-off-by: Oguz Bektas --- www/manager6/lxc/CreateWizard.js | 7 +++ 1 file changed, 7 insertions(+) diff --git a/www/manager6/lxc/CreateWizard.js b/ww

Re: [pve-devel] [PATCH v3 qemu-server 1/1] fix #2429: allow to specify cloud-init vendor snippet via cicustom

2021-11-04 Thread Thomas Lamprecht
On 04.11.21 12:28, Mira Limbeck wrote: > Looks good. > > Reviewed-by: Mira Limbeck  With that: applied, thanks to both. I added Mira's suggested comment regarding the size limitation as a followup: https://git.proxmox.com/?p=qemu-server.git;a=commitdiff;h=115cb432bcd90e00a487d1ed5ad28c4158dd0e47

[pve-devel] [PATCH v3 docs] pct: add section for supported distributions

2021-11-04 Thread Oguz Bektas
Signed-off-by: Oguz Bektas --- v2->v3: * use asciidoc quote syntax * using single quotes makes the link clickable inside quote pct.adoc | 144 --- 1 file changed, 138 insertions(+), 6 deletions(-) diff --git a/pct.adoc b/pct.adoc index d01e6d

Re: [pve-devel] [PATCH v2 docs] pct: add section for supported distributions

2021-11-04 Thread Thomas Lamprecht
On 04.11.21 12:12, Oguz Bektas wrote: > On Thu, Nov 04, 2021 at 12:00:03PM +0100, Thomas Lamprecht wrote: >> On 02.11.21 15:18, Oguz Bektas wrote: >>> any news for this? >>> >> not really, but not using asciidoc syntax for quotes was a reason that >> prevented me from applying it. > > which synta

Re: [pve-devel] [PATCH v3 qemu-server 1/1] fix #2429: allow to specify cloud-init vendor snippet via cicustom

2021-11-04 Thread Mira Limbeck
Looks good. Reviewed-by: Mira Limbeck On 10/30/21 4:49 PM, Constantin Herold wrote: Signed-off-by: Constantin Herold --- PVE/QemuServer.pm | 8 PVE/QemuServer/Cloudinit.pm | 25 - 2 files changed, 28 insertions(+), 5 deletions(-) diff --git a/P

Re: [pve-devel] [PATCH v2 docs] pct: add section for supported distributions

2021-11-04 Thread Oguz Bektas
On Thu, Nov 04, 2021 at 12:00:03PM +0100, Thomas Lamprecht wrote: > On 02.11.21 15:18, Oguz Bektas wrote: > > any news for this? > > > not really, but not using asciidoc syntax for quotes was a reason that > prevented me from applying it. which syntax exactly? if i do it like this: "a lightweig

[pve-devel] applied: [PATCH v3 qemu-server] qemu-agent: allow hotplug of fstrim_cloned_disk option.

2021-11-04 Thread Thomas Lamprecht
On 06.10.21 23:58, Alexandre Derumier wrote: > This option don't have any impact on device itself. > > Signed-off-by: Alexandre Derumier > --- > PVE/QemuServer.pm | 25 + > 1 file changed, 25 insertions(+) > > applied, thanks! _

Re: [pve-devel] [PATCH v2 docs] pct: add section for supported distributions

2021-11-04 Thread Thomas Lamprecht
On 02.11.21 15:18, Oguz Bektas wrote: > any news for this? > not really, but not using asciidoc syntax for quotes was a reason that prevented me from applying it. ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/

Re: [pve-devel] [PATCH v3 guest-common 2/2] snapshots: delete parent property if new snapshot name is already a parent to existing one

2021-11-04 Thread Oguz Bektas
hi, was this patch missed? or is there a problem with it? the fix for containers was applied but without this one. thanks On Thu, Oct 14, 2021 at 11:29:57AM +0200, Oguz Bektas wrote: > Signed-off-by: Oguz Bektas > --- > v2->v3: > * automatically delete the 'parent' property for an existing snap

Re: [pve-devel] [PATCH v2 0/4]

2021-11-04 Thread Dominik Csapak
LGTM, tested fine and worked as advertised if we want to go forward this way: Reviewed-by: Dominik Csapak Tested-by: Dominik Csapak On 11/3/21 16:58, Thomas Lamprecht wrote: changes v1 -> v2: * move checks into own method * ensure forced machine is parsed so that min_version can work * only