[pve-devel] [PATCH qemu-server] snapshot: save VM state: propagate error from QEMU

2022-08-29 Thread Fiona Ebner
So that there is a better chance to debug issues like in [0]. For suspending, which uses the same QMP calls, this is already done. [0]: https://forum.proxmox.com/threads/114203/ Signed-off-by: Fiona Ebner --- PVE/QemuConfig.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/QemuConfi

[pve-devel] applied: [PATCH firewall] fix #4175: ignore non-filter ebtables tables

2022-08-29 Thread Thomas Lamprecht
Am 27/07/2022 um 15:07 schrieb Fabian Grünbichler: > we only ever add rules to the filter table, without this we'd add all > rules from other tables (which might have been manually filled by the > admin) to the filter table as well - adding another copy on every > iteration of the firewall update c

[pve-devel] [PATCH access-control] auth ldap/ad: compare group member dn case-insensitively

2022-08-29 Thread Stoiko Ivanov
currently we add a user to a group if it's DN is listed in the member-attributes of a group. The comparison for this is done via existence check of a hash key, which is case-sensitive. The equality for DNs is defined in a not straight forward way [0]: (roughly translating to you need to honor the