I migrate VMDK disks to zvols and while I running something like
I get quite high IO delay on the proxmox node and even VMs that are running are non-responsive and logging
inside the vm. The disk above is about 64GiB in size and take a good amount of time (but thats not my concern).
While I'm a ZFS newbie, I have the impression that all/many other I/O is blocked during the dump above. At least, the VMs I have running, about 5, do not do any I/O during this time.
What might be happening here?
Code:
qemu-img convert -f vmdk sv0044_2.vmdk -O raw /dev/zvol/rpool/vm-1044-disk-1
I get quite high IO delay on the proxmox node and even VMs that are running are non-responsive and logging
Code:
[ 3019.135857] sd 2:0:0:1: [sdb] abort
[ 3019.135878] sd 2:0:0:1: [sdb] abort
[ 3019.135894] sd 2:0:0:1: [sdb] abort
[ 3019.135911] sd 2:0:0:1: [sdb] abort
[ 3080.804019] sd 2:0:0:1: [sdb] abort
inside the vm. The disk above is about 64GiB in size and take a good amount of time (but thats not my concern).
While I'm a ZFS newbie, I have the impression that all/many other I/O is blocked during the dump above. At least, the VMs I have running, about 5, do not do any I/O during this time.
What might be happening here?
Last edited: