On Thu, 2024-07-25 at 10:03 +0200, Björn Lässig wrote:
Jul 25 09:16:18 cephmgr1 reverent_hypatia[1171489]: Fatal glibc error: CPU does not support x86-64-v2
When starting the container for 18.2.4. a glibc error occurs. 18.2.2. to 18.2.4 is a minor upgrade and should run on same hardware but this is not hardware: Both mgr and 3 of 5 monitor daemons run on virtual machines on a proxmox (qemu-based virtualizaton) which has the default CPU "kvm64". This means for the qemu options: kvm ... -smp 1,sockets=1,cores=4,maxcpus=4 \ -device kvm64-x86_64-cpu,id=cpu2,socket-id=0,core-id=1,thread-id=0\ -device kvm64-x86_64-cpu,id=cpu3,socket-id=0,core-id=2,thread-id=0\ -device kvm64-x86_64-cpu,id=cpu4,socket-id=0,core-id=3,thread-id=0
Which CPU type should I choose for my VMs for this libc?
Ok. x86-64-v2 is an CPU type in proxmox too. I found the documentation at https://www.qemu.org/docs/master/system/i386/cpu.html. My host CPUs meet the compatibility levels for x86-64-3 So I changed my VM CPU type to Epyc, since all my host CPUs are Epyc-V1 models. regards Björn Lässig