Re: [pve-devel] [PATCH docs 1/2] document API tokens

2020-02-03 Thread Aaron Lauterer
Inline suggestions for restructuring some paragraphs for an easier understanding and some other small things. I hope I didn't lose information in the restructured paragraphs. On 1/30/20 1:54 PM, Fabian Grünbichler wrote: Signed-off-by: Fabian Grünbichler --- Note: we don't yet have a basic 'in

[pve-devel] applied: [PATCH ifupdown2 0/2] ifupdown 2.0 fixes

2020-02-03 Thread Wolfgang Bumiller
applied both patches On Mon, Feb 03, 2020 at 06:30:27AM +0100, Alexandre Derumier wrote: > - 1 fix for ovs not having ip address setup on start > - 1 fix for new state_dir feature, where directory need to be on tmpfs > > Alexandre Derumier (2): > patch: execute addons scripts before modules >

[pve-devel] [PATCH widget-toolkit] ComboGrid: fix validation for !allowBlank disabled fields

2020-02-03 Thread Stefan Reiter
Used in "Add USB to VM" dialog for example. This was broken before 15206214d9 "ComboGrid: fix on-load validation for blank values" (only the one you enabled first was validated, the other always showed as valid), and afterwards too, but in a different way (both are now immediately marked invalid u

[pve-devel] [PATCH qemu-server] fix #2578: check if $target is provided in clone

2020-02-03 Thread Oguz Bektas
regression introduced with commit a85ff91b previously we set $target to undef if it's localnode or localhost, then we check if node exists. with regression commit, behaviour changes as we do the node check in else, but $target may be undef. this causes an error: no such cluster node '' Sign

Re: [pve-devel] [PATCH manager v2 1/2] Fix #2124: Add support for zstd

2020-02-03 Thread Stefan Reiter
On 1/31/20 5:00 PM, Alwin Antreich wrote: Adds the zstd to the compression selection for backup on the GUI and the .zst extension to the backup file filter. Signed-off-by: Alwin Antreich --- PVE/VZDump.pm| 6 -- www/manager6/form/CompressionSelector.js | 3 ++