Dear Proxmoxers,
i have two boxes, one is running truenas with ZFS RaidZ1 and exporting via NFS.
The other one is running Proxmox 7.2. (pve-host)
If I am running i.e.
fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --bs=4k --iodepth=64 --readwrite=randrw --rwmixread=75 --size=4G --filename=./testfile.fio
on the pve-host, on the nfs share, everything is fine. the IO delay wont spike much <15%. But if I am using an ubuntu container with a raw disk and use the above command, it will immediately spike to 99% and it will eventually timeout the share and everything is hanging.
I seem to be missing something significant here, can you give me a hint on this?
EDIT: Writing IO seems to be the problem. Reading is just fine.
Best
inDane
i have two boxes, one is running truenas with ZFS RaidZ1 and exporting via NFS.
The other one is running Proxmox 7.2. (pve-host)
If I am running i.e.
fio --randrepeat=1 --ioengine=libaio --direct=1 --gtod_reduce=1 --name=test --bs=4k --iodepth=64 --readwrite=randrw --rwmixread=75 --size=4G --filename=./testfile.fio
on the pve-host, on the nfs share, everything is fine. the IO delay wont spike much <15%. But if I am using an ubuntu container with a raw disk and use the above command, it will immediately spike to 99% and it will eventually timeout the share and everything is hanging.
I seem to be missing something significant here, can you give me a hint on this?
EDIT: Writing IO seems to be the problem. Reading is just fine.
Best
inDane
Last edited: