Hi All.
After kernel panic problem fixed in 10.2-Release amd64 https://forums.freebsd.org/threads/kernel-panics-under-high-zfs-load-locate-database-building-etc.51470/
I can use my computer(4GB RAM, over 90% capacity @ SSD), but an access stall problem occur...
It is a new one , so I post it in new thread.
Prior 10.1-RELEASE AMD64, Work fine.
In 10.1-RELEASE AMD64, Got kernel panic.
Now 10.2-RELEASE AMD64, have some stall situation like under...
won't fix the problem.
I checked ZFS status by sysutils/zfs-stats and use
Have any suggest for the problem?
Thanks all a lot!
After kernel panic problem fixed in 10.2-Release amd64 https://forums.freebsd.org/threads/kernel-panics-under-high-zfs-load-locate-database-building-etc.51470/
I can use my computer(4GB RAM, over 90% capacity @ SSD), but an access stall problem occur...
It is a new one , so I post it in new thread.
Prior 10.1-RELEASE AMD64, Work fine.
In 10.1-RELEASE AMD64, Got kernel panic.
Now 10.2-RELEASE AMD64, have some stall situation like under...
- Reboot/Shutdown stall at "All buffer synced"
- If Shutdown/Reboot immediately after boot ready (before daily periodic task start),
Work fine. - When daily periodic task started, I saw
find
(rebuild locate database) STATE field bytop
- zio->io / RUN, Disk activity: Access.
- Several time after, It became "Empty", like
Code:
PID USERNAME THR PRI NICE SIZE RES STATE C TIME WCPU COMMAND 48209 nanko 5 20 0 426M 57592K uwait 1 0:22 0.00% nautilus 51158 nobody 1 52 5 12376K 1644K 0 0:17 0.00% find
SSD activity: IDLE. - Reboot/Shutdown, stall at "All buffer synced" Over night,
- Solution: Power bottom only.
- If Shutdown/Reboot immediately after boot ready (before daily periodic task start),
- devel/ccache.
I used it to build ports (cache directory on ZFS)
Build run 1 minute, later stall. rm
huge directory (ccache's cache directory, 5.XGB, 8-layer hash in ZFS)
Run 1 minute approx, later SSD access idle,rm
can't return to prompt.
Code:
vfs.zfs.arc_max="100M"
vfs.zfs.prefetch_disable="1"
I checked ZFS status by sysutils/zfs-stats and use
zfs-stats -AL
and output below
Code:
------------------------------------------------------------------------
ZFS Subsystem Report Mon Aug 31 01:09:48 2015
------------------------------------------------------------------------
ARC Summary: (HEALTHY)
Memory Throttle Count: 0
ARC Misc:
Deleted: 201.40k
Recycle Misses: 228.69k
Mutex Misses: 3
Evict Skips: 12.33m
ARC Size: 75.17% 192.43 MiB
Target Size: (Adaptive) 87.70% 224.50 MiB
Min Size (Hard Limit): 12.50% 32.00 MiB
Max Size (High Water): 8:1 256.00 MiB
ARC Size Breakdown:
Recently Used Cache Size: 77.17% 173.26 MiB
Frequently Used Cache Size: 22.83% 51.24 MiB
ARC Hash Breakdown:
Elements Max: 47.53k
Elements Current: 37.12% 17.64k
Collisions: 14.48k
Chain Max: 3
Chains: 585
------------------------------------------------------------------------
L2ARC is disabled
------------------------------------------------------------------------
Have any suggest for the problem?
Thanks all a lot!