After we upgraded all our clusters to PVE 7.0-11 we get the following error for all VMs using EFI / q35.
Here's the vm-config:
agent: 1
balloon: 2000
bios: ovmf
boot: order=scsi0;net0
cores: 4
cpu: host
description: super secret
efidisk0: vm-storage:vm-2005-disk-1,size=1M
hostpci0: 11:00,pcie=1,x-vga=1
machine: q35
memory: 8000
name: gpu-01
net0: e1000=1E:EF:E3:69:E4:1A,bridge=vmbr0,firewall=1,tag=2068
numa: 0
ostype: l26
parent: Backup
scsi0: vm-storage:vm-2005-disk-0,size=200G
scsihw: virtio-scsi-pci
smbios1: uuid=d7bf12b9-9d1a-41d2-9437-5b2ff48c55ed
sockets: 2
vmgenid: 808ccf21-fcf0-47c6-a52d-7379f101b9b2
And the error:
kvm: -drive if=pflash,unit=1,cache=writeback,format=raw,id=drive-efidisk0,size=131072,file=rbd:vm-storage/vm-2005-disk-1:mon_host=10.255.102.71;10.255.102.72;10.255.102.73:auth_supported=cephx:id=admin:keyring=/etc/pve/priv/ceph/vm-storage.keyring:rbd_cache_policy=writeback: invalid conf option rbd_cache_policy: No such file or directory
TASK ERROR: start failed: QEMU exited with code 1
Seems to originate from /usr/share/perl5/PVE/QemuServer.pm:3357 where this is appended if using an rbd.
vm-storage is a ceph cluster running octopus.
Legacy boot seems unaffected but that's not an option for us...
Also, enabling KRBD boots the VM just fine, but still, we want the option to not use the kernel module.
This is on enteprise repositories.
Let me know if I should post more information.
Best regards
Marcus
Here's the vm-config:
agent: 1
balloon: 2000
bios: ovmf
boot: order=scsi0;net0
cores: 4
cpu: host
description: super secret
efidisk0: vm-storage:vm-2005-disk-1,size=1M
hostpci0: 11:00,pcie=1,x-vga=1
machine: q35
memory: 8000
name: gpu-01
net0: e1000=1E:EF:E3:69:E4:1A,bridge=vmbr0,firewall=1,tag=2068
numa: 0
ostype: l26
parent: Backup
scsi0: vm-storage:vm-2005-disk-0,size=200G
scsihw: virtio-scsi-pci
smbios1: uuid=d7bf12b9-9d1a-41d2-9437-5b2ff48c55ed
sockets: 2
vmgenid: 808ccf21-fcf0-47c6-a52d-7379f101b9b2
And the error:
kvm: -drive if=pflash,unit=1,cache=writeback,format=raw,id=drive-efidisk0,size=131072,file=rbd:vm-storage/vm-2005-disk-1:mon_host=10.255.102.71;10.255.102.72;10.255.102.73:auth_supported=cephx:id=admin:keyring=/etc/pve/priv/ceph/vm-storage.keyring:rbd_cache_policy=writeback: invalid conf option rbd_cache_policy: No such file or directory
TASK ERROR: start failed: QEMU exited with code 1
Seems to originate from /usr/share/perl5/PVE/QemuServer.pm:3357 where this is appended if using an rbd.
vm-storage is a ceph cluster running octopus.
Legacy boot seems unaffected but that's not an option for us...
Also, enabling KRBD boots the VM just fine, but still, we want the option to not use the kernel module.
This is on enteprise repositories.
Let me know if I should post more information.
Best regards
Marcus