Hey all I am in the process of moving disks residing on Ceph over to iscsi based storage.
If I use the GUI to move the disk, all is well and its succesful.
If I use the CLI, it fails with the following.
Almost all of my storage is iscsi based and all of my VM disks are using aio=io_uring, seems a bit odd. Ideally I need this to work at the CLI level as I have 500 disks to move.
If I use the GUI to move the disk, all is well and its succesful.
If I use the CLI, it fails with the following.
Code:
root@ccscloud3:~# qm move_disk 119 scsi3 Cloud-Udarchive1
create full clone of drive scsi3 (Cloud-Ceph1:vm-119-disk-0)
storage migration failed: target storage is known to cause issues with aio=io_uring (used by current drive)
Almost all of my storage is iscsi based and all of my VM disks are using aio=io_uring, seems a bit odd. Ideally I need this to work at the CLI level as I have 500 disks to move.