Recent content by marmoset

  1. M

    Maxing out one pool impacts others

    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...