[pve-devel] [PATCH pve-manager] qemu: bump max cores to 256 by socket

2024-01-12 Thread Alexandre Derumier
New epyc cpu already support 168 threads qemu 8.1 support 1024 cores with q35 --- www/manager6/qemu/ProcessorEdit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/manager6/qemu/ProcessorEdit.js b/www/manager6/qemu/ProcessorEdit.js index b845ff66..b3538727 100644 ---

[pve-devel] applied: [PATCH pve-manager 1/1] add missing library packages

2024-01-12 Thread Thomas Lamprecht
no biggie, but for the subject something like: apt: package versions: track cluster & notify library packages might have been a slightly better fit and tell one more info if skimming the git log (--oneline), as otherwise that could also be interpreted as missing dependency or the like. But I

Re: [pve-devel] [PATCH storage] lvm: avoid warning due to human-readable text in vgs output

2024-01-12 Thread Fiona Ebner
Am 12.01.24 um 16:11 schrieb Friedrich Weber: > On 12/01/2024 11:28, Fabian Grünbichler wrote: >>> The vgs message is printed to stdout, so we could do something like >>> >>> warn $line if !defined($size); >>> >>> ? >> >> yep, that would be an option (warn+return ;)) > > Right, thanks. Thinking

Re: [pve-devel] [PATCH storage] lvm: avoid warning due to human-readable text in vgs output

2024-01-12 Thread Friedrich Weber
On 12/01/2024 11:28, Fabian Grünbichler wrote: >> The vgs message is printed to stdout, so we could do something like >> >> warn $line if !defined($size); >> >> ? > > yep, that would be an option (warn+return ;)) Right, thanks. Thinking about this some more, printing a user-visible warning

Re: [pve-devel] Status Ceph 18.2.1 for enterprise

2024-01-12 Thread Thomas Lamprecht
Hi! Am 12/01/2024 um 13:10 schrieb Mark Schouten via pve-devel: > What’s the ETA on that? I would like to keep the cluster as ‘enterprise’ > as possible and refrain from mixing repo’s. No hard ETA, but if nothing comes up we'll move that version over to enterprise between the middle of next

Re: [pve-devel] [PATCH cluster/manager/storage/docs 0/9] fix #4886: improve SSH handling

2024-01-12 Thread Esi Y via pve-devel
--- Begin Message --- On Fri, Jan 12, 2024 at 01:12:50PM +0100, Fabian Grünbichler wrote: > On January 11, 2024 11:51 am, Fabian Grünbichler wrote: > > this series replaces the old mechanism that used a cluster-wide merged known > > hosts file with distributing of each node's host key via pmxcfs,

[pve-devel] [PATCH pve-manager 1/1] add missing library packages

2024-01-12 Thread Hannes Duerr
Signed-off-by: Hannes Duerr --- PVE/API2/APT.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/PVE/API2/APT.pm b/PVE/API2/APT.pm index f50a5347..54121ec2 100644 --- a/PVE/API2/APT.pm +++ b/PVE/API2/APT.pm @@ -788,9 +788,12 @@ __PACKAGE__->register_method({

Re: [pve-devel] [PATCH docs 1/2] ssh: make pitfalls a regular section instead of block

2024-01-12 Thread Esi Y via pve-devel
--- Begin Message --- On Fri, Jan 12, 2024 at 02:12:01PM +0100, Fiona Ebner wrote: > Am 12.01.24 um 13:40 schrieb Esi Y: > >> @@ -918,9 +918,9 @@ transfer memory and disk contents. > >> > >> * Storage replication > >> > >> -.Pitfalls due to automatic execution of `.bashrc` and siblings > >>

Re: [pve-devel] [PATCH docs 1/2] ssh: make pitfalls a regular section instead of block

2024-01-12 Thread Fiona Ebner
Am 12.01.24 um 13:40 schrieb Esi Y: >> @@ -918,9 +918,9 @@ transfer memory and disk contents. >> >> * Storage replication >> >> -.Pitfalls due to automatic execution of `.bashrc` and siblings >> -[IMPORTANT] >> - >> +Pitfalls due to automatic execution of `.bashrc` and siblings >>

Re: [pve-devel] Status Ceph 18.2.1 for enterprise

2024-01-12 Thread Mark Schouten via pve-devel
--- Begin Message --- FYI, I’m now seeing this: Low space hindering backfill (add storage if this doesn't resolve itself): 13 pgs backfill_toofull Degraded data redundancy: 14206/18686823 objects degraded (0.076%), 2 pgs degraded, 2 pgs undersized Even though no OSD

[pve-devel] [PATCH qemu-server] config2command: add warning when SPICE memory configuration can lead to failing display initialization

2024-01-12 Thread Fiona Ebner
which happens with either SeaBIOS+q35 or OVMF+efitype=2m as reported in https://bugzilla.proxmox.com/show_bug.cgi?id=3726 Signed-off-by: Fiona Ebner --- PVE/QemuServer.pm | 24 1 file changed, 24 insertions(+) diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index

[pve-devel] [PATCH manager] ui: display edit: add warning when SPICE memory configuration can lead to failing display initialization

2024-01-12 Thread Fiona Ebner
which happens with either SeaBIOS+q35 or OVMF+efitype=2m as reported in https://bugzilla.proxmox.com/show_bug.cgi?id=3726 Suggested-by: Thomas Lamprecht Signed-off-by: Fiona Ebner --- www/manager6/qemu/DisplayEdit.js | 40 1 file changed, 40 insertions(+) diff

Re: [pve-devel] [PATCH docs 2/2] ssh: document PVE-specific setup

2024-01-12 Thread Fabian Grünbichler
> Esi Y via pve-devel hat am 12.01.2024 13:33 CET > geschrieben: > On Thu, Jan 11, 2024 at 11:51:20AM +0100, Fabian Grünbichler wrote: > > such as adapted configs and managed files. > > > > Signed-off-by: Fabian Grünbichler > > --- > > Notes: actual version needs to be inserted! > > > >

[pve-devel] Status Ceph 18.2.1 for enterprise

2024-01-12 Thread Mark Schouten via pve-devel
--- Begin Message --- Hi, We upgraded a cluster to Reef yesterday and we’re suffering from laggy OSD’s, a lot. There seems to be an issue where RocksDB is looking for 64k blocks that are aligned, but cannot find them (fast enough). The OSD starts logging stuff like:

Re: [pve-devel] [PATCH docs 1/2] ssh: make pitfalls a regular section instead of block

2024-01-12 Thread Esi Y via pve-devel
--- Begin Message --- On Thu, Jan 11, 2024 at 11:51:19AM +0100, Fabian Grünbichler wrote: > because we'll add another one before it, and formatting is off otherwise. > > Signed-off-by: Fabian Grünbichler > --- > pvecm.adoc | 8 +++- > 1 file changed, 3 insertions(+), 5 deletions(-) > >

Re: [pve-devel] [PATCH docs 2/2] ssh: document PVE-specific setup

2024-01-12 Thread Esi Y via pve-devel
--- Begin Message --- On Thu, Jan 11, 2024 at 11:51:20AM +0100, Fabian Grünbichler wrote: > such as adapted configs and managed files. > > Signed-off-by: Fabian Grünbichler > --- > Notes: actual version needs to be inserted! > > pvecm.adoc | 18 ++ > 1 file changed, 18

Re: [pve-devel] [PATCH cluster/manager/storage/docs 0/9] fix #4886: improve SSH handling

2024-01-12 Thread Fabian Grünbichler
On January 11, 2024 11:51 am, Fabian Grünbichler wrote: > this series replaces the old mechanism that used a cluster-wide merged known > hosts file with distributing of each node's host key via pmxcfs, and pinning > the distributed key explicitly for internal SSH connections. > > the main changes

Re: [pve-devel] [PATCH storage] lvm: avoid warning due to human-readable text in vgs output

2024-01-12 Thread Fabian Grünbichler
On January 12, 2024 11:06 am, Friedrich Weber wrote: > On 12/01/2024 10:22, Fabian Grünbichler wrote: >>> --- a/src/PVE/Storage/LVMPlugin.pm >>> +++ b/src/PVE/Storage/LVMPlugin.pm >>> @@ -130,6 +130,9 @@ sub lvm_vgs { >>> >>> my ($name, $size, $free, $lvcount, $pvname, $pvsize, $pvfree)

Re: [pve-devel] [PATCH storage] lvm: avoid warning due to human-readable text in vgs output

2024-01-12 Thread Friedrich Weber
On 12/01/2024 10:22, Fabian Grünbichler wrote: >> --- a/src/PVE/Storage/LVMPlugin.pm >> +++ b/src/PVE/Storage/LVMPlugin.pm >> @@ -130,6 +130,9 @@ sub lvm_vgs { >> >> my ($name, $size, $free, $lvcount, $pvname, $pvsize, $pvfree) = >> split (':', $line); >> >> +# skip

Re: [pve-devel] [PATCH storage] lvm: avoid warning due to human-readable text in vgs output

2024-01-12 Thread Fiona Ebner
Am 12.01.24 um 10:09 schrieb Friedrich Weber: > On 12/01/2024 09:57, Fiona Ebner wrote: >> Am 11.01.24 um 17:58 schrieb Friedrich Weber: >>> >>> [1] >>> https://sourceware.org/git/?p=lvm2.git;a=blob;f=lib/format_text/archive.c;h=5acf0c04a;hb=38e0c7a1#l222 >>> >> >>> 222

Re: [pve-devel] [PATCH storage] lvm: avoid warning due to human-readable text in vgs output

2024-01-12 Thread Fabian Grünbichler
On January 11, 2024 5:58 pm, Friedrich Weber wrote: > If the metadata archive under /etc/lvm/archive for a particular VG has > a lot of files or is overly large, `vgs` occasionally prints a message > to stdout [1]. The LVM plugin tries to parse this message and thus > produces the following

Re: [pve-devel] [PATCH storage] lvm: avoid warning due to human-readable text in vgs output

2024-01-12 Thread Friedrich Weber
On 12/01/2024 09:57, Fiona Ebner wrote: > Am 11.01.24 um 17:58 schrieb Friedrich Weber: >> >> [1] >> https://sourceware.org/git/?p=lvm2.git;a=blob;f=lib/format_text/archive.c;h=5acf0c04a;hb=38e0c7a1#l222 >> > >> 222 log_print_unless_silent("Consider pruning %s VG archive >>

Re: [pve-devel] [PATCH storage] lvm: avoid warning due to human-readable text in vgs output

2024-01-12 Thread Fiona Ebner
Am 11.01.24 um 17:58 schrieb Friedrich Weber: > > [1] > https://sourceware.org/git/?p=lvm2.git;a=blob;f=lib/format_text/archive.c;h=5acf0c04a;hb=38e0c7a1#l222 > > 222 log_print_unless_silent("Consider pruning %s VG archive > with more then %u MiB in %u files (see archiving