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

2023-11-02 Thread Thomas Lamprecht
On 03/10/2023 13:36, Aaron Lauterer wrote: > 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

[pve-devel] aüüöoed: [PATCH docs] correct outdated info about gui header

2023-11-02 Thread Thomas Lamprecht
On 02/11/2023 16:08, Dominik Csapak wrote: > the header part of the gui did change, by moving the user name into a > button, which now contains more user specific actions. Update it to be > correct again. > applied, with some language follow-ups, thanks — keeping such things up-to-date is importa

[pve-devel] applied: [PATCH zfsonlinux] add patch for spurious warning on `zfs mount -a`

2023-11-02 Thread Thomas Lamprecht
On 02/11/2023 18:33, Stoiko Ivanov wrote: > reported in our community forum: > https://forum.proxmox.com/threads/.135635/post-60036 The dot isn't required, but it seems the anchor # really is, your link goes to an ancient post without that, switched it to: https://forum.proxmox.com/threads/135635

[pve-devel] applied: [PATCH zfsonlinux] add patch for spurious warning on `zfs mount -a`

2023-11-02 Thread Thomas Lamprecht
On 02/11/2023 18:33, Stoiko Ivanov wrote: > reported in our community forum: > https://forum.proxmox.com/threads/.135635/post-60036 > > the small fix was merged upstream: > https://github.com/openzfs/zfs/pull/15468 > > minimally tested by building with this patch and running > `zfs mount -a` on a

[pve-devel] applied-series: [PATCH 00/12] installer: add crate for common code

2023-11-02 Thread Thomas Lamprecht
On 25/10/2023 17:59, Aaron Lauterer wrote: > since work on the auto installer is happenning in parallel, now would be > a good point to move commonly used code into its own crate. Otherwise > the auto-installer will always have to play catch up with the ongoing > development of the tui installer. >

[pve-devel] [PATCH zfsonlinux] add patch for spurious warning on `zfs mount -a`

2023-11-02 Thread Stoiko Ivanov
reported in our community forum: https://forum.proxmox.com/threads/.135635/post-60036 the small fix was merged upstream: https://github.com/openzfs/zfs/pull/15468 minimally tested by building with this patch and running `zfs mount -a` on an affected system. Signed-off-by: Stoiko Ivanov --- this

Re: [pve-devel] [PATCH v2 container 1/1] Add device passthrough

2023-11-02 Thread Filip Schauer
On 30/10/2023 14:34, Wolfgang Bumiller wrote: On Tue, Oct 24, 2023 at 02:55:53PM +0200, Filip Schauer wrote: Add a dev[n] argument to the container config to pass devices through to a container. A device can be passed by its path. Alternatively a mapped USB device can be passed through with us

[pve-devel] [PATCH docs] correct outdated info about gui header

2023-11-02 Thread Dominik Csapak
the header part of the gui did change, by moving the user name into a button, which now contains more user specific actions. Update it to be correct again. Signed-off-by: Dominik Csapak --- pve-gui.adoc | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pve-g