Re: [pve-devel] [PATCH common 1/1] JSONSchema: extend pve-configid regex by '-'

2020-04-23 Thread Fabian Grünbichler
On April 23, 2020 7:56 am, Thomas Lamprecht wrote: > On 4/9/20 4:10 PM, Dominik Csapak wrote: >> we use this format for all 'delete' options but we have some options >> that have a '-' in the name (e.g. 'sync-defaults-options') that cannot >> be deleted if it is not included >> >> Signed-off-by: D

Re: [pve-devel] [PATCH common 1/1] JSONSchema: extend pve-configid regex by '-'

2020-04-23 Thread Thomas Lamprecht
On 4/23/20 8:44 AM, Wolfgang Bumiller wrote: > >> On April 23, 2020 7:56 AM Thomas Lamprecht wrote: >> >> >> On 4/9/20 4:10 PM, Dominik Csapak wrote: >>> we use this format for all 'delete' options but we have some options >>> that have a '-' in the name (e.g. 'sync-defaults-options') that cann

Re: [pve-devel] [PATCH common 1/1] JSONSchema: extend pve-configid regex by '-'

2020-04-22 Thread Wolfgang Bumiller
> On April 23, 2020 7:56 AM Thomas Lamprecht wrote: > > > On 4/9/20 4:10 PM, Dominik Csapak wrote: > > we use this format for all 'delete' options but we have some options > > that have a '-' in the name (e.g. 'sync-defaults-options') that cannot > > be deleted if it is not included > > > >

Re: [pve-devel] [PATCH common 1/1] JSONSchema: extend pve-configid regex by '-'

2020-04-22 Thread Thomas Lamprecht
On 4/9/20 4:10 PM, Dominik Csapak wrote: > we use this format for all 'delete' options but we have some options > that have a '-' in the name (e.g. 'sync-defaults-options') that cannot > be deleted if it is not included > > Signed-off-by: Dominik Csapak > --- > src/PVE/JSONSchema.pm | 2 +- > 1

[pve-devel] [PATCH common 1/1] JSONSchema: extend pve-configid regex by '-'

2020-04-09 Thread Dominik Csapak
we use this format for all 'delete' options but we have some options that have a '-' in the name (e.g. 'sync-defaults-options') that cannot be deleted if it is not included Signed-off-by: Dominik Csapak --- src/PVE/JSONSchema.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a