[pve-devel] applied: [PATCH pve-common] fix #4299: network : disable_ipv6: fix path checking

2023-01-16 Thread Wolfgang Bumiller
Sorry for the delay, the change definitely doesn't hurt, I was just wondering how it would happen. It's now applied, thanks! On Thu, Oct 20, 2022 at 12:24:29AM +0200, Alexandre Derumier wrote: > It's possible to have a > /proc/sys/net/ipv6/ directory > > but no > /proc/sys/net/ipv6/conf/$iface/d

Re: [pve-devel] [PATCH docs v4 4/5] added vIOMMU documentation

2023-01-16 Thread Wolfgang Bumiller
On Fri, Jan 13, 2023 at 02:31:36PM +0100, Markus Frank wrote: > > > On 1/13/23 11:09, Wolfgang Bumiller wrote: > > On Fri, Nov 25, 2022 at 03:08:56PM +0100, Markus Frank wrote: > > > Signed-off-by: Markus Frank > > > --- > > > qm-pci-passthrough.adoc | 25 + > > > 1 fi

[pve-devel] [RFC manager] vzdump: exclude zfs control dirs by default

2023-01-16 Thread Fabian Grünbichler
else in the face of snapdir=visible on a ZFS-backed mountpoint/rootfs, creating stop mode backups will fail (because automounting on access of .zfs/snapshot/XXX fails), and restoring a suspend mode backup onto a ZFS storage will fail (because an attempt to `mkdir /path/to/target/.zfs/snapshot/XXX`

[pve-devel] applied: [RFC qemu-server] migration: nbd export: switch away from deprecated QMP command

2023-01-16 Thread Thomas Lamprecht
Am 02/12/2022 um 13:54 schrieb Fiona Ebner: > The 'nbd-server-add' QMP command has been deprecated since QEMU 5.2 in > favor of a more general 'block-export-add'. > > When using 'nbd-server-add', QEMU internally converts the parameters > and calls blk_exp_add() which is also used by 'block-export-

[pve-devel] applied: [PATCH pve-manager] fix #4393: ui: storage backup view: make pbs-specific columns sortable

2023-01-16 Thread Thomas Lamprecht
Am 16/12/2022 um 13:45 schrieb Stefan Hanreich: > The sort order is analogous to how it behaves in the datastore content > overview in pbs. > > This means sorting in ascending order behaves as follows: > > Verify State > * failed > * none > * ok > > Encryption > * no > * yes > > For the encrypt

[pve-devel] [PATCH qemu-server v3] fix #4378: standardized error for ovmf files

2023-01-16 Thread Noel Ullreich
The error messages for missing OVMF_CODE and OVMF_VARS files were inconsistent as well as the error for the missing base var file not telling you the expected path. Signed-off-by: Noel Ullreich --- changes from v1: * rebased to account for move from sub config_to_command to sub print_ovmf_dr

[pve-devel] applied-series: [PATCH manager v2 0/2] Ceph API update return schemas

2023-01-16 Thread Thomas Lamprecht
Am 23/12/2022 um 10:59 schrieb Aaron Lauterer: > by adding more precise return definitions. > > Patch 3/3 from the last version [0] is split into two patches. > > The first handles a few small updates while the second one is a bit > larger, adding more infos for the cluster/ceph/metadata return s

Re: [pve-devel] [PATCH common v4 1/6] VM start timeout config parameter in backend

2023-01-16 Thread Thomas Lamprecht
for anyone wanting to pick this up: high level: it should go into pve-guest-common Am 05/01/2023 um 11:08 schrieb Daniel Tschlatscher: > This allows setting the 'startoptions' property string in the config. > For now this only implements the 'timeout' parameter but should be > rather easily exten

Re: [pve-devel] [PATCH access-control v2 2/6] added acls for Shared Filesystem Directories

2023-01-16 Thread Thomas Lamprecht
Am 23/12/2022 um 14:10 schrieb Markus Frank: > Signed-off-by: Markus Frank > --- > src/PVE/AccessControl.pm | 2 ++ > src/PVE/RPCEnvironment.pm | 12 +++- > 2 files changed, 13 insertions(+), 1 deletion(-) > > diff --git a/src/PVE/AccessControl.pm b/src/PVE/AccessControl.pm > index a95

[pve-devel] applied: [PATCH pve-docs] fixed grammar in qm manpage

2023-01-16 Thread Thomas Lamprecht
Am 02/12/2022 um 12:52 schrieb Noel Ullreich: > Fixed two small grammar errors in the qm manpage. Rephrased a as we generate more than the man pages out of this: s/manpage/chapter/ > sentence before the fixed sentence so that it would be more legible. > > Signed-off-by: Noel Ullreich > --- >

[pve-devel] applied: [PATCH pve-network] frr: add prefix-list support

2023-01-16 Thread Thomas Lamprecht
Am 30/11/2022 um 16:18 schrieb Alexandre Derumier: > parsing of prefix-list in frr.conf.local was missing > > reported on forum: > https://forum.proxmox.com/threads/using-the-proxmox-sdn-to-manage-host-connectivity-with-bgp.118553 > > Signed-off-by: Alexandre Derumier > --- > PVE/Network/SDN/Co

[pve-devel] applied: [PATCH docs] cluster join: mention that storage config from cluster is inherited

2023-01-16 Thread Thomas Lamprecht
Am 30/11/2022 um 15:09 schrieb Fiona Ebner: > and what to do about it. It's a rather common topic in forum threads. > > Suggested in the community forum: > https://forum.proxmox.com/threads/118492/post-513743 > > Signed-off-by: Fiona Ebner > --- > > I just added it to the existing note, but may

[pve-devel] [PATCH container] fix #4460: setup: centos: create /etc/hostname if it does not exist

2023-01-16 Thread Friedrich Weber
Previously, Setup/CentOS.pm only wrote to /etc/hostname if the file already existed. Many CT templates of Redhat-derived distros do not contain that file, so the containers ended up without /etc/hostname. This caused systemd-hostnamed to report the "static hostname" to be empty. If networking is ha