Re: [pve-devel] [PATCH common/qemu-server/manager] improve vGPU (mdev) usage for NVIDIA

2022-08-02 Thread DERUMIER, Alexandre
Le 26/07/22 à 08:55, Dominik Csapak a écrit : > This series improves the handling of NVIDIA vGPUs by exposing the optional > name > and automatically adding the uuid to the qemu process (required by NVIDIA > driver). Also adds the name to the UI for selecting a mediated devices as well > as ma

Re: [pve-devel] [PATCH many] add cluster-wide hardware device mapping

2022-08-02 Thread DERUMIER, Alexandre
many thanks for this patch series. I had a student at the previous training needing this feature. I'll be usefull in the future to get mdev vgpu live migration (It's not yet working with qemu 6.2) I'll try to test it next week when I'll back from holiday. Le 19/07/22 à 13:46, Dominik Csapak

[pve-devel] [PATCH] add ceph quincy repositories

2022-08-02 Thread Aaron Lauterer
Signed-off-by: Aaron Lauterer --- src/repositories/mod.rs | 2 ++ src/repositories/standard.rs | 29 + tests/repositories.rs| 2 ++ 3 files changed, 33 insertions(+) diff --git a/src/repositories/mod.rs b/src/repositories/mod.rs index 88b515d..d8848b8 1

[pve-devel] applied+follow-up: [PATCH manager 2/2] api2: use JSONSchema to validate commands for "nodes/{node}/execute"

2022-08-02 Thread Fabian Grünbichler
by extracting the actual schema used in the validator into a varaible, and dumping the contained item properties into the verbose_description of the string API type we at least get a full description in the api viewer. On July 27, 2022 4:56 pm, Stefan Sterz wrote: > this also makes it more expl

[pve-devel] applied: [PATCH manager 1/2] fix: api2: add return type to nodes/{node}/execute endpoint

2022-08-02 Thread Fabian Grünbichler
thanks! On July 27, 2022 4:56 pm, Stefan Sterz wrote: > since this was missing a proper return type definition the api viewer > couldn't display the endpoint (`retinfs.items` was undefined). also > the `pvesh` command would complain that it cannot properly format the > return type because the vari

Re: [pve-devel] [PATCH qemu] avoid segfault when aborting snapshot

2022-08-02 Thread Fiona Ebner
Am 02.08.22 um 11:52 schrieb Mira Limbeck: > On 7/26/22 14:25, Fiona Ebner wrote: >> Reported in the community forum[0]. >> >> For 6.1.0, there were a few changes to the coroutine-sleep API, but >> the adaptations in f376b2b ("update and rebase to QEMU v6.1.0") made >> a mistake. >> >> Currently, t

Re: [pve-devel] [PATCH qemu] avoid segfault when aborting snapshot

2022-08-02 Thread Mira Limbeck
On 7/26/22 14:25, Fiona Ebner wrote: Reported in the community forum[0]. For 6.1.0, there were a few changes to the coroutine-sleep API, but the adaptations in f376b2b ("update and rebase to QEMU v6.1.0") made a mistake. Currently, target_close_wait is NULL when passed to qemu_co_sleep_ns_wakea

[pve-devel] applied-series: [PATCH-SERIES v2 manager/guest-common] replication: improve removal of stale snapshots/volumes

2022-08-02 Thread Fabian Grünbichler
including RFC patch, which looked sensible to me ;) thanks! On July 27, 2022 1:22 pm, Fiona Ebner wrote: > Am 13.06.22 um 12:29 schrieb Fabian Ebner: >> In certain scenarios, see manager 2/2 and guest-common 3/4, replicated >> volumes could end up orphaned. This series attempts to fix those, as >

Re: [pve-devel] [PATCH V3 pve-manager 1/2] fix #2822: add lvm, lvmthin & zfs storage for all cluster nodes

2022-08-02 Thread Fiona Ebner
Am 01.08.22 um 16:30 schrieb Stefan Hrdlicka: > Hello :) > > On 7/27/22 12:19, Fiona Ebner wrote: >> Am 19.07.22 um 13:57 schrieb Stefan Hrdlicka: >>> @@ -42,7 +45,7 @@ Ext.define('PVE.storage.IScsiScan', { >>>   fields: ['target', 'portal'], >>>   proxy: { >>>   type: 'pro