[pve-devel] [PATCH manager] api: apt: switch to common Proxmox::RS::APT::Repositories package

2022-07-06 Thread Fabian Ebner
which is shared between PVE and PMG. Signed-off-by: Fabian Ebner --- PVE/API2/APT.pm | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index 9cf02e45..fbcd171b 100644 --- a/PVE/API2/APT.pm +++ b/PVE/API2/APT.pm @@ -10,6 +10,8 @@ use Fi

[pve-devel] [PATCH pmg-api] api: apt: switch to common Proxmox::RS::APT::Repositories package

2022-07-06 Thread Fabian Ebner
which is shared between PVE and PMG. Signed-off-by: Fabian Ebner --- src/PMG/API2/APT.pm | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/PMG/API2/APT.pm b/src/PMG/API2/APT.pm index 18bb992..d6f050f 100644 --- a/src/PMG/API2/APT.pm +++ b/src/PMG/API2/APT.pm @@ -20

[pve-devel] [PATCH proxmox-perl-rs] move apt repositories module to common

2022-07-06 Thread Fabian Ebner
while introducing a 'product' parameter to the relevant functions. Suggested-by: Wolfgang Bumiller Signed-off-by: Fabian Ebner --- I did the changes in Proxmox/Lib/Common.pm (and Makefile) manually. Is that the intended way or could I have generated those somehow? Hope I got these right: pve-

Re: [pve-devel] [PATCH proxmox-perl-rs] move apt repositories module to common

2022-07-06 Thread Wolfgang Bumiller
On Wed, Jul 06, 2022 at 10:54:17AM +0200, Fabian Ebner wrote: > while introducing a 'product' parameter to the relevant functions. > > Suggested-by: Wolfgang Bumiller > Signed-off-by: Fabian Ebner > --- > > I did the changes in Proxmox/Lib/Common.pm (and Makefile) manually. > Is that the intend

[pve-devel] [PATCH widget-toolkit/manager v2 0/4] Ceph OSD: add detail infos

2022-07-06 Thread Aaron Lauterer
This patch series adds 2 new API endpoints for OSDs to fetch more detailed information about a single OSD. One for overall information and one for a single volume (block, db, wal). Because the api endpoint for the volume infos can take a few moments, we most likely want to show that loading state.

[pve-devel] [PATCH manager v2 4/4] ui: osd: add details window

2022-07-06 Thread Aaron Lauterer
This new windows provides more detailes about an OSD such as: * PID * Memory usage * various metadata that could be of interest * list of phyiscal disks used for the main disk, db and wal with additional infos about the volumes for each A new 'Details' button is added to the OSD overview and a d

[pve-devel] [PATCH manager v2 3/4] ui utils: add renderer for ceph osd addresses

2022-07-06 Thread Aaron Lauterer
Render the OSD listening addresses a bit nicer and one per line. Signed-off-by: Aaron Lauterer --- I tried to keep it as simple as possible to get each address into its own line for easier reading. changes since v1: none www/manager6/Utils.js | 12 1 file changed, 12 insertions(+)

[pve-devel] [PATCH widget-toolkit v2 1/4] ObjectGrid: optionally show loading mask on load

2022-07-06 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- changes since v1: - added description in the documention at the top - renamed paramter to "maskOnLoad" as I couldn't come up with something more fitting ;) src/grid/ObjectGrid.js | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/gr

[pve-devel] [PATCH manager v2 2/4] api ceph osd: add OSD index, metadata and lv-info

2022-07-06 Thread Aaron Lauterer
To get more details for a single OSD, we add two new endpoints: * nodes/{node}/ceph/osd/{osdid}/metadata * nodes/{node}/ceph/osd/{osdid}/lv-info The {osdid} endpoint itself gets a new GET handler to return the index. The metadata one provides various metadata regarding the OSD. Such as * process

[pve-devel] [PATCH docs] add clarification of experimental zfs encryption status

2022-07-06 Thread Mira Limbeck
Signed-off-by: Mira Limbeck --- local-zfs.adoc | 6 ++ 1 file changed, 6 insertions(+) diff --git a/local-zfs.adoc b/local-zfs.adoc index 2dc25fd..1f4a4ed 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -547,6 +547,12 @@ improve performance when sufficient memory exists in a system. En

Re: [pve-devel] [PATCH v2 http-server 2/2] AnyEvent: Fix #3990 - make small files uploadable

2022-07-06 Thread Daniel Tschlatscher
The GUI works without problems. Files of arbitrary size can be uploaded without issues. Apart from that, I mostly focused on usage via the API using curl and Postman. What worked as expected: * Upload in the GUI Tested by uploading files of sizes: 0B, 1kB, 8kB, 15kB (did not work before), 16k