[pve-devel] [PATCH common v2] fix #4162: added `Auto-Submitted` header to email body

2023-09-19 Thread Gabriel Goller
`Auto-Submitted` is defined in the rfc 5436 [1] and describes how an automatic response (f.e. ooo replies, etc.) should behave on the emails. When using `Auto-Submitted: auto-generated` (or any value other than `none`) automatic replies won't be triggered. [1]: https://www.rfc-editor.org/rfc/rfc38

Re: [pve-devel] [PATCH common] fix #4162: added `Auto-Submitted` header to email body

2023-09-19 Thread Gabriel Goller
Submitted a new patch, missed setting the header on `html` emails. ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH pve-ceph] fix compatibility with CPUs not supporting SSE 4.1 instructions

2023-09-19 Thread Thomas Lamprecht
Am 18/09/2023 um 18:02 schrieb Dietmar Maurer: >> One of our users ran into issues with running Ceph on older CPU >> architectures [1]. This is apparently due to a bug in gcc-12 that >> leads to SSE 4.1 instructions always being executed rather than >> dynamically dispatching functions using those

[pve-devel] [PATCH ifupdown2] patch : addons: vxlan: fix VNI filter on single VXLAN device

2023-09-19 Thread Alexandre Derumier
Requested by a customer using setup with single vxlan devices. --- debian/patches/series | 3 ++- .../upstream/0001-vxlan-fix-vni-filter.patch | 27 +++ 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 debian/patches/upstream/0001-vxlan