Re: [pve-devel] [PATCH common 1/1] tools: add extract_sensitive_params

2020-12-03 Thread Thomas Lamprecht
On 03.12.20 10:16, Wolfgang Bumiller wrote: >> On 12/03/2020 9:47 AM Thomas Lamprecht wrote: >> On 02.12.20 10:21, Dominik Csapak wrote: >>> +for my $opt (@$sensitive_list) { >>> + # First handle deletions as explicitly setting `undef`, afterwards new >>> values may override >>> + # it. >

Re: [pve-devel] [PATCH common 1/1] tools: add extract_sensitive_params

2020-12-03 Thread Wolfgang Bumiller
> On 12/03/2020 9:47 AM Thomas Lamprecht wrote: > > > On 02.12.20 10:21, Dominik Csapak wrote: > > moved and generalized from pve-storage, since we'll need it > > in more places > > > > Signed-off-by: Dominik Csapak > > --- > > src/PVE/Tools.pm | 24 > > 1 file cha

Re: [pve-devel] [PATCH common 1/1] tools: add extract_sensitive_params

2020-12-03 Thread Thomas Lamprecht
On 02.12.20 10:21, Dominik Csapak wrote: > moved and generalized from pve-storage, since we'll need it > in more places > > Signed-off-by: Dominik Csapak > --- > src/PVE/Tools.pm | 24 > 1 file changed, 24 insertions(+) > > diff --git a/src/PVE/Tools.pm b/src/PVE/Tools.

[pve-devel] [PATCH common 1/1] tools: add extract_sensitive_params

2020-12-02 Thread Dominik Csapak
moved and generalized from pve-storage, since we'll need it in more places Signed-off-by: Dominik Csapak --- src/PVE/Tools.pm | 24 1 file changed, 24 insertions(+) diff --git a/src/PVE/Tools.pm b/src/PVE/Tools.pm index 4b445ea..bda236a 100644 --- a/src/PVE/Tools.pm +++