Re: [pve-devel] Watchdog hardware vor VMS

2023-10-03 Thread Thomas Lamprecht
Am 03/10/2023 um 12:51 schrieb Sascha Schmidt: > Am Dienstag, dem 03.10.2023 um 12:35 +0200 schrieb Thomas Lamprecht: >> Am 01/10/2023 um 08:59 schrieb Sascha Schmidt: >>> i have the whish to use watchdog inside of VMs. >>> I also want to develop this feature for Proxmox. >>> Can i go with this or

[pve-devel] [PATCH container] config: Remove duplicate attribute assignment

2023-10-03 Thread Filip Schauer
Signed-off-by: Filip Schauer --- src/PVE/LXC/Config.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index 2dd57e2..bf6d717 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -896,7 +896,6 @@ for (my $i = 0; $i < $MAX_MOUNT_POINTS;

[pve-devel] [PATCH manager 2/2] pvereport: add interfaces.d directory

2023-10-03 Thread Aaron Lauterer
With the SDN becoming more prevalent, it is a good idea to include any additional config files in '/etc/network/interfaces.d'. Since no special suffix is enforced, we need to match against any file. Signed-off-by: Aaron Lauterer --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --gi

[pve-devel] [PATCH manager 1/2] pvereport: dir2text: ignore special . and .. files

2023-10-03 Thread Aaron Lauterer
So far this hasn't been an issue as each user of dir2text wanted files with a specific pattern. But if we want every file in the directory, we need to skip the special files '.' and '..'. Signed-off-by: Aaron Lauterer --- PVE/Report.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/PVE/Repo

Re: [pve-devel] Watchdog hardware vor VMS

2023-10-03 Thread Thomas Lamprecht
Hello! Am 01/10/2023 um 08:59 schrieb Sascha Schmidt: > i have the whish to use watchdog inside of VMs. > I also want to develop this feature for Proxmox. > Can i go with this or is there a pro / con for? Proxmox VE already supports setting up a watchdog for virtual machines emulated by QEMU, it'

[pve-devel] [PATCH installer] low level: testmode: take path to disk image instead of using /dev/null

2023-10-03 Thread Christoph Heiss
.. in exactly the same way `proxinstall` does, streamlining them both. Up until now, testing the TUI installer often involved hand-editing the `run-env-info.json` to put some proper disk sizes > 0 in place. This makes this process just a lot easier. Signed-off-by: Christoph Heiss --- Makefile