Try to read sectors and look does it return data
hdparm --read-sector 512890372 /dev/sda
hdparm --read-sector 76753636 /dev/sda
hdparm --read-sector 821232972 /dev/sdb
Another drive test is to scrub with ZFS. It will read all the written data and will validate it.
If you are working with critical data then you will invest into UPS, more disk for file copies and so on...
For you at the moment I can suggest to disable ZFS sync ( regular and sync writes will become as regular writes) to see does it helps and If it possible rise ARC cache size.
zfs set...
Welcome to ZFS.
ZFS have a cache (ARC) and a cache for sync writes (LOG). Inside ARC cache you can find data cache and write cache.
ZFS do not write constantly (on not heavy writes). It flush the data every 5 seconds (zfs_txg_timeout) or when dirty cache is full.
Then ZFS write cache is full it...
It depend on your situation. I limit by IP address right now. Mandos server and mandos client are in different cities.
You can read introduction here ( https://www.recompile.se/mandos/man/intro.8mandos )
As they say:
I run one server with full encryption except boot partition.
Layout:
1. Needed partitions are encrypted with LUKS
2. ZFS use those partitions as regular partitions.
I use Mandos ( https://www.recompile.se/mandos ) as tool for auto password loader from remote server at boot time before loading...
If your `zpool status` report "Some supported and requested features are not enabled on the pool." then your pool is not upgraded.
Or you can check in `zpool history` did upgrade was initialized.
Or you can check in `zpool get all pool` enabled features and compare to documentation what was new...
I use 12 disks in 2x Raidz2 of 6 combination.
Doing copy 40GB file from ramfs to ZFS `zpool iostat` report as 600-1300 MiB/s. Using pv tool report as 622 MiB/s average. Using dd with bs=200M : 828 MB/s
I suggest you to troubleshoot with tools like atop or others who could show disk activity...
Try to use lower version of ZFS. Maybe it will help.
I stuck to kernel 6.2.16-18-pve and ZFS 2.1.13-pve1 and I`m not sure then I`ll upgrade to newer kernel.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.