[pve-devel] applied: [PATCH pve-installer v9] update the PCI(e) docs

2023-10-18 Thread Thomas Lamprecht
Am 20/07/2023 um 11:32 schrieb Noel Ullreich: > A little update to the PCI(e) docs. The PCI wiki article has been > reworked as well, in line with changes from this patch. > > Along some minor grammar fixes added: > * how to check if kernelmodules are being loaded > * how to check which drivers

Re: [pve-devel] [PATCH installer v2] fix #4869: Show state in management interface ComboBox

2023-10-18 Thread Filip Schauer
Tested this in the installer and it looks good to me. Tested-by: Filip Schauer On 17/10/2023 15:57, Maximiliano Sandoval R wrote: From: Maximiliano Sandoval This is a continuation of https://lists.proxmox.com/pipermail/pve-devel/2023-August/058639.html. Signed-off-by: Maximiliano Sandoval R

[pve-devel] [PATCH pve-manager 1/2] api: add suspendall endpoint

2023-10-18 Thread Hannes Laimer
Signed-off-by: Hannes Laimer --- code is mostly taken from the already existing stopal endpoint, since all checks are basically the same for both suspend and stop. PVE/API2/Nodes.pm | 118 ++ 1 file changed, 118 insertions(+) diff --git a/PVE/API2/No

[pve-devel] [PATCH pve-manager 2/2] ui: add bulk suspend support

2023-10-18 Thread Hannes Laimer
Signed-off-by: Hannes Laimer --- www/manager6/Utils.js | 1 + www/manager6/form/VMSelector.js | 4 www/manager6/node/CmdMenu.js | 14 ++ www/manager6/node/Config.js | 14 ++ www/manager6/window/BulkAction.js | 2 +- 5 files changed, 34 inse

[pve-devel] [PATCH pve-manager 0/2] add bulk suspend

2023-10-18 Thread Hannes Laimer
Adds support for bulk suspending VMs as it already exists for stop. Hannes Laimer (2): api: add suspendall endpoint ui: add bulk suspend support PVE/API2/Nodes.pm | 118 ++ www/manager6/Utils.js | 1 + www/manager6/form/VMSelector.js

Re: [pve-devel] [WIP v2 pve-network 05/10] dhcp: add DHCP plugin for dnsmasq

2023-10-18 Thread DERUMIER, Alexandre
>>Adding new MAC address mappings is done with a simple reload that >>does >>not disrupt the dnsmasq daemon in any way. Don't have read the code yet, but note that dhcp-hostsfile= for mac reservation (different than dynamic leases), can be modify without any reload of dnsmasq. _

Re: [pve-devel] [WIP v2 cluster/network/manager/qemu-server/container 00/10] Add support for DHCP servers to SDN

2023-10-18 Thread DERUMIER, Alexandre
>>Another thing: What happens when a user changes the MAC address via >>the >>UI? I'd either disallow it completely or we need to update the DHCP >>configuration files and IPAM when mac address is changed online, the nic is doing unplug then replug. So technically, it's just - unplug nic: dele

Re: [pve-devel] [RFC] towards automated integration testing

2023-10-18 Thread Lukas Wagner
On 10/17/23 18:28, Thomas Lamprecht wrote: Am 17/10/2023 um 14:33 schrieb Lukas Wagner: On 10/17/23 08:35, Thomas Lamprecht wrote:  From top of my head I'd rather do some attribute based dependency annotation, so that one can depend on single tests, or whole fixture on others single tests or

[pve-devel] [PATCH installer] run env: always re-create run env file in test mode

2023-10-18 Thread Christoph Heiss
When debugging or otherwise deliberately running the `dump-env` low-level installer command in test mode, chances are that you'd want the run env file to be re-created as well. No impact on the normal installation flow. Signed-off-by: Christoph Heiss --- Noticed over time that I have to run `rm