Hi,
I have a proxmox install with multiple pools. The ones in question are:
bulk (8x6TB spinning SAS raidz2)
nvme (2x2TB nvme mirror)
I am copying in some images from a remote host:
dd if=/dev/whatever bs=1M |ssh root@proxmox dd of=/dev/zvol/bulk/<ID> bs=1M
and as that bulk pool gets busy, all the VMs (that only use the nvme pool) are non-responsive.
It feels like there's some shared resource that crosses pool boundaries, does this sound familiar to anyone?
I have a proxmox install with multiple pools. The ones in question are:
bulk (8x6TB spinning SAS raidz2)
nvme (2x2TB nvme mirror)
I am copying in some images from a remote host:
dd if=/dev/whatever bs=1M |ssh root@proxmox dd of=/dev/zvol/bulk/<ID> bs=1M
and as that bulk pool gets busy, all the VMs (that only use the nvme pool) are non-responsive.
It feels like there's some shared resource that crosses pool boundaries, does this sound familiar to anyone?