Re: [pve-devel] [PATCH v2 common 2/3] section config: implement array support

2023-05-15 Thread Dominik Csapak
On 5/15/23 11:07, Wolfgang Bumiller wrote: On Fri, May 12, 2023 at 02:23:49PM +0200, Dominik Csapak wrote: enables section configs in the style of: type: id property value property value2 property value3 can be combined with property strings the provided create and up

Re: [pve-devel] [PATCH v2 common 2/3] section config: implement array support

2023-05-15 Thread Wolfgang Bumiller
On Fri, May 12, 2023 at 02:23:49PM +0200, Dominik Csapak wrote: > enables section configs in the style of: > > > type: id > property value > property value2 > property value3 > > > can be combined with property strings > > the provided create and update schema just pass thr

[pve-devel] [PATCH v2 common 2/3] section config: implement array support

2023-05-12 Thread Dominik Csapak
enables section configs in the style of: type: id property value property value2 property value3 can be combined with property strings the provided create and update schema just pass through the array type to the api, so the api call must always contain the complete array