Ive just configured my SAN to run as a PVE node/storage appliance with ZFS over iSCSI as a LIO target.
NFS and iSCSI over RDMA is working well with the exception of adding EFI disks to a VM.
The best I have found similar is here @ https://forum.proxmox.com/threads/ovmf-uefi-bios-improvments.26174/ from years ago. A fix was made to resolve that issue but I am now on latest PVE 6.X and experiencing what appears to be the same problems.
A workaround reported in the post linked above by creating the EFI Disk on local storage and moving the disk onto the iSCSI storage works in my case also; albeit with a bit more work...
I was unable to move the EFI Disk via the GUI until I detached and remounted the disk as a non-efi disk, then edit the vm config manually to efidisk0:.
Reporting and hoping some help may resolve this for me and others who may run into this problem.
Thanks!
NFS and iSCSI over RDMA is working well with the exception of adding EFI disks to a VM.
Code:
Copying EFI vars image failed: command '/usr/bin/qemu-img convert -n -f raw -O raw /usr/share/pve-edk2-firmware//OVMF_VARS.fd iscsi://10.12.12.100/iqn.2003-01.org.linux-iscsi.pvesan.x8664:sn.ac80drg5766e/6' failed: exit code 1 (500)
The best I have found similar is here @ https://forum.proxmox.com/threads/ovmf-uefi-bios-improvments.26174/ from years ago. A fix was made to resolve that issue but I am now on latest PVE 6.X and experiencing what appears to be the same problems.
A workaround reported in the post linked above by creating the EFI Disk on local storage and moving the disk onto the iSCSI storage works in my case also; albeit with a bit more work...
I was unable to move the EFI Disk via the GUI until I detached and remounted the disk as a non-efi disk, then edit the vm config manually to efidisk0:.
Reporting and hoping some help may resolve this for me and others who may run into this problem.
Thanks!