Re: [pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-05-09 Thread Dominik Csapak
to summarize what thomas and i discussed off-list: 1. i'll try to integrate arrays into the section config in pve(pbs has rudimentary support, but no "automatic" api integration) including a sensible api create/update/delete schema: - plan is to have the inner properties exposed but

Re: [pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-05-04 Thread Thomas Lamprecht
Am 04/05/2023 um 10:57 schrieb Dominik Csapak: > On 5/4/23 10:42, Thomas Lamprecht wrote: >> Am 04/05/2023 um 10:31 schrieb Dominik Csapak: >>> On 5/4/23 10:13, Thomas Lamprecht wrote: Am 03/05/2023 um 13:26 schrieb Dominik Csapak: > just a short comment since this series overlaps a bit

Re: [pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-05-04 Thread Dominik Csapak
On 5/4/23 10:42, Thomas Lamprecht wrote: Am 04/05/2023 um 10:31 schrieb Dominik Csapak: On 5/4/23 10:13, Thomas Lamprecht wrote: Am 03/05/2023 um 13:26 schrieb Dominik Csapak: just a short comment since this series overlaps a bit with my cluster resource mapping series (i plan on sending a v4

Re: [pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-05-04 Thread Thomas Lamprecht
Am 04/05/2023 um 10:31 schrieb Dominik Csapak: > On 5/4/23 10:13, Thomas Lamprecht wrote: >> Am 03/05/2023 um 13:26 schrieb Dominik Csapak: >>> just a short comment since this series overlaps a bit with my >>> cluster resource mapping series (i plan on sending a v4 soon). >>> >>> i'd prefer to

Re: [pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-05-04 Thread Dominik Csapak
On 5/4/23 10:13, Thomas Lamprecht wrote: Am 03/05/2023 um 13:26 schrieb Dominik Csapak: just a short comment since this series overlaps a bit with my cluster resource mapping series (i plan on sending a v4 soon). i'd prefer to have the configuration endpoints for mapping bundled in a

Re: [pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-05-04 Thread Fabian Grünbichler
see cover letter for high level aspects! On April 25, 2023 12:21 pm, Markus Frank wrote: > and made an API Endpoint for getting, adding and removing > directories to the config. > > Signed-off-by: Markus Frank > --- > PVE/API2/DirConfig.pm | 129 +++ >

Re: [pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-05-04 Thread Thomas Lamprecht
Am 03/05/2023 um 13:26 schrieb Dominik Csapak: > just a short comment since this series overlaps a bit with my > cluster resource mapping series (i plan on sending a v4 soon). > > i'd prefer to have the configuration endpoints for mapping bundled in a > subdirectory > so instead of /nodes//dirs/

Re: [pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-05-03 Thread Dominik Csapak
just a short comment since this series overlaps a bit with my cluster resource mapping series (i plan on sending a v4 soon). i'd prefer to have the configuration endpoints for mapping bundled in a subdirectory so instead of /nodes//dirs/ i'd put it in /nodes//mapping/dirs/ (or /nodes//map/dirs

[pve-devel] [PATCH manager v4 3/6] added Config for Shared Filesystem Directories

2023-04-25 Thread Markus Frank
and made an API Endpoint for getting, adding and removing directories to the config. Signed-off-by: Markus Frank --- PVE/API2/DirConfig.pm | 129 +++ PVE/API2/Makefile | 1 + PVE/API2/Nodes.pm | 6 ++ PVE/DirConfig.pm | 155