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
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
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
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
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
>>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.
_
>>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
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
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