Re: [pve-devel] [RFC/PATCH pve-common 5/5] pbs client: backup fs tree: drop namespace parameter

2022-07-25 Thread Fiona Ebner
Am 22.07.22 um 12:53 schrieb Wolfgang Bumiller: > On Wed, Jul 20, 2022 at 12:59:45PM +0200, Fabian Ebner wrote: >> Instead, use the one from the initial configuration. The only current >> caller is in PMG and the namespace parameter set there agrees with >> the one from the initial configuration, s

Re: [pve-devel] applied: [PATCH container] fix #4164: use DHCP=yes instead of DHCP=both in systemd-networkd config

2022-07-25 Thread Thomas Lamprecht
Am 22/07/2022 um 14:50 schrieb Wolfgang Bumiller: > On Tue, Jul 19, 2022 at 01:54:50PM +0200, Oguz Bektas wrote: >> On Tue, Jul 19, 2022 at 01:52:37PM +0200, Fabian Grünbichler wrote: >>> On July 19, 2022 1:24 pm, Oguz Bektas wrote: "both" option is deprecated, this gets rid of the warning in

Re: [pve-devel] [PATCH pve-container 0/3] fix #3711: delete LXC container with missing storage

2022-07-25 Thread Fiona Ebner
Am 20.07.22 um 16:49 schrieb Stefan Hrdlicka: > The patch adds a new option 'force-remove-storage' that stops pct > destory from dying if the storage is not available. This also adds a > menu option for the delete dialog of containers. > VMs are also affected, so we probably want the new option t

Re: [pve-devel] [PATCH pve-container 0/3] fix #3711: delete LXC container with missing storage

2022-07-25 Thread Wolfgang Bumiller
On Mon, Jul 25, 2022 at 12:40:21PM +0200, Fiona Ebner wrote: > Am 20.07.22 um 16:49 schrieb Stefan Hrdlicka: > > The patch adds a new option 'force-remove-storage' that stops pct > > destory from dying if the storage is not available. This also adds a > > menu option for the delete dialog of contai

[pve-devel] [PATCH widget-toolkit v2] fix: gui: up/down arrow keys increment/decrement twice in Number field

2022-07-25 Thread Daniel Tschlatscher
When the up or down arrow key on the keyboard was pressed while a number text field (or any one descending from Ext.form.field.Spinner) was selected, the up and down callbacks for that text fields KeyNav were called twice. Therefore, the value in the text field would always incorrectly increment/de

[pve-devel] [PATCH manager 1/1] ui: improve form/MDevSelector

2022-07-25 Thread Dominik Csapak
by * showing the (optional) name in front of the type * making the 'availble' column a bit narrower * enabling 'cellWrap' for the description * making the dropdown a bit wider (so all the information can fit) Signed-off-by: Dominik Csapak --- www/manager6/form/MDevSelector.js | 12 ++--

[pve-devel] [PATCH common 1/1] SysFSTools: get name from mediated device types

2022-07-25 Thread Dominik Csapak
Some vendors also provide a 'name' file here for the type, which, in case of NVIDIA, is the official name for the vGPU type in their documentation, so extract and return it too (if it exists). Signed-off-by: Dominik Csapak --- src/PVE/SysFSTools.pm | 6 +- 1 file changed, 5 insertions(+), 1

[pve-devel] [PATCH qemu-server 1/1] automatically add 'uuid' parameter when passing through NVIDIA vGPU

2022-07-25 Thread Dominik Csapak
When passing through an NVIDIA vGPU via mediated devices, their software needs the qemu process to have the 'uuid' parameter set to the one of the vGPU. Since it's currently not possible to pass through multiple vGPUs to one VM (seems to be an NVIDIA driver limitation at the moment), we don't have

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

2022-07-25 Thread Dominik Csapak
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 making the dropdown larger so users can see all the relevant in