Re: [pve-devel] [PATCH common 1/5] fix #3900: schema: support and prefer sizes with verbose suffixes {K, M, G, T}iB

2025-06-01 Thread Thomas Lamprecht
Am 12.05.25 um 14:41 schrieb Fiona Ebner: > The single-letter suffixes are ambiguous and especially in the context > of disks, the powers of ten are usually used. Proxmox VE uses > multiples of 1024 however. By adapting format_size() to use the verbose > suffixes all newly written or re-written siz

Re: [pve-devel] [RFC common/manager/qemu-server 0/5] fix #3900: schema: support and prefer sizes with verbose suffixes {K, M, G, T}iB

2025-06-01 Thread Thomas Lamprecht
Am 12.05.25 um 15:00 schrieb Fiona Ebner: > Am 12.05.25 um 14:41 schrieb Fiona Ebner: >> Maybe best is to wait for PVE 9 with this and do a parse+write for all >> guest configs (including their snapshots) in the pve8to9 script? The >> change also breaks backwards migration to a node that doesn't >>

[pve-devel] Dropping mixed tab/space indentation for Perl and JavaScript and adopting perltidy and biome for auto-formatting.

2025-06-01 Thread Thomas Lamprecht
Hello all, The gist is in the subject. ## Rationale The main rationale is that we want to reduce friction when working on the code base, and, more importantly, when submitting and reviewing patches. Pointing out basic style errors costs time and energy on both sides. If we can reduce that, the t

[pve-devel] applied: [PATCH v2 qemu-server] virtiofs: prevent issue with Windows OS and too many files

2025-06-01 Thread Thomas Lamprecht
On Fri, 02 May 2025 16:21:33 +0200, Fiona Ebner wrote: > As reported in the community forum [0] and the virtio-win project [1], > virtiofsd will run into its open file limit when used with a Windows > guest that reads too many files. It's also reported that the issue > does not occur with Linux gue

Re: [pve-devel] [RFC qemu] block/gluster: do not warn about deprecation

2025-06-01 Thread Thomas Lamprecht
Am 11.04.25 um 11:37 schrieb Fiona Ebner: > Proxmox VE will not drop the GlusterFS plugin during the PVE 8.x > support lifecycle. Avoid scaring users early. Those warnings from QEMU come up as standard info in the task log IIRC? I.e., not as task warning on our side. In that case, it might be nice