[pve-devel] missing proxmox-backup-client_3.2.5-1 package in no subscription repo

2024-06-17 Thread DERUMIER, Alexandre via pve-devel
--- Begin Message --- Hi, A lot of user are complaining about   dist-upgrade   trying to  remove pve-manager  https://forum.proxmox.com/threads/upgrading-pve-tries-to-remove- proxmox-ve-package.149101/page-3 It seem that's because of a missing  proxmox-backup-client_3.2.5-1 version depend . (It

Re: [pve-devel] [RFC http-server] fix #5391: proxy request: avoid HTTP 599 Too many redirections

2024-06-17 Thread Friedrich Weber
Forgot to include the following note here: Fabian noted we should do some benchmarks to validate that the more conservative/safe settings for connection reuse do not result in a huge performance drop. I haven't gotten around to do these benchmarks, but wanted to submit the patch as

[pve-devel] [RFC http-server] fix #5391: proxy request: avoid HTTP 599 Too many redirections

2024-06-17 Thread Friedrich Weber
The API server proxies HTTP requests in two cases: - between cluster nodes (pveproxy->pveproxy) - between daemons on one node for protected API endpoints (pveproxy->pvedaemon) The API server uses AnyEvent::HTTP for proxying, with unfortunate settings for connection reuse (details below). With t

[pve-devel] [PATCH qemu 1/2] PVE Backup: fixup error handling for fleecing

2024-06-17 Thread Fiona Ebner
The drained section needs to be terminated before breaking out of the loop in the error scenarios. Otherwise, guest IO on the drive would become stuck. Signed-off-by: Fiona Ebner --- .../0050-PVE-backup-add-fleecing-option.patch | 22 ++- ...ve-error-when-copy-before-write-fail.p

[pve-devel] [PATCH qemu 2/2] PVE backup: factor out setting up snapshot access for fleecing

2024-06-17 Thread Fiona Ebner
Avoids some line bloat in the create_backup_jobs_bh() function and is in preparation for setting up the snapshot access independently of fleecing, in particular that will be useful for providing access to the snapshot via NBD. Signed-off-by: Fiona Ebner --- .../0050-PVE-backup-add-fleecing-optio

Re: [pve-devel] [PATCH docs v2] pveceph: document cluster shutdown

2024-06-17 Thread Aaron Lauterer
new v3 is available https://lists.proxmox.com/pipermail/pve-devel/2024-May/064009.html On 2024-05-22 10:33, Aaron Lauterer wrote: Signed-off-by: Aaron Lauterer --- changes since v1: * incorporated suggested changes in phrasing to fix grammar and distinguish the steps on how to power down

Re: [pve-devel] [PATCH docs] asciidoc: add clickable anchor link to all headings

2024-06-17 Thread Christoph Heiss
Ping. Patch still applies. On Fri, May 10, 2024 at 03:16:18PM +0200, Christoph Heiss wrote: > Works the same as in our PBS documentation and is generally common for > documentations. > > Very useful for linking specific sections of the documentation in other > places. Previously, this always had t

Re: [pve-devel] [PATCH pve-kernel] fix #5448: cherry-pick SCSI VPD fix

2024-06-17 Thread Fiona Ebner
Am 06.06.24 um 09:02 schrieb Fabian Grünbichler: > ping, it's in linux-next in the meantime :) > And now in some mainline stable kernels and v6.10-rc3. ___ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/li

Re: [pve-devel] [PATCH pve-network/pve-common/pve-manager] fix #4300 : sdn: add bridge ports isolation

2024-06-17 Thread DERUMIER, Alexandre via pve-devel
--- Begin Message --- Hi, Could it be possible to apply this patch series ? (or a review if it need cleanup) (I see a lot of users requesting for it) Thanks ! Alexandre BTW: I'm a little bit off currently, I'm working on vm luks encryption, I'll send a patch series soon. Message

Re: [pve-devel] [PATCH installer v2 0/4] assistant: clean up glob patterns & regexes

2024-06-17 Thread Christoph Heiss
Ping. Still applies cleanly. On Mon, May 13, 2024 at 11:49:08AM +0200, Christoph Heiss wrote: > The proxmox-auto-install-assistant uses > - glob patterns for disk matching, which can be pre-compiled for > efficiency > - regexes for udev property matching, which can be simplified by some >