Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've compiled and installed zfs 2.2.1 without errors... imported an existing raidz2 array (with x6 disks) again without errors.
While this zpool works fine on other platforms (including a PI 4), there is some strange behavior when writing to the zfs pool. I would describe it as the write freezes every few seconds with no disk IO, then comes to life and burst writes to the disks then hangs again, and so on.
This pool works fine on other devices/platforms with consistent read/writes without freezing like this... so not sure if I need to implement additional configuration steps for the PI 5 platform?
To illustrate the issue I've run the command:
sudo fio --name TEST --eta-newline=5s --filename=/zfs-pool-2/shared/tmp/temp.file --rw=write --size=16g --io_size=10g --blocksize=4096k --ioengine=libaio --fsync=10000 --iodepth=32 --direct=1 --numjobs=1 --runtime=220 --group_reporting
... during the freeze
zpool iostat -v
reports no disk IO, the output fromdstat -tdcD total,mmcblk0,sda,sdb,sdc,sdd,sde,sdf 5
confirms no IO either, see the screenshot...Reads don't seem to be affected, htop reports no more than a 50% load on the 4 cores at any given time... any ideas are welcome.
Thanks in advance :)
Beta Was this translation helpful? Give feedback.
All reactions