Good Morning,
I've been having issues with ZFS v28 and FreeBSD 9. I've recently upgraded from 8.2-RELEASE and I just had a bad disk, I replaced it and it's resilvering. The thing is:
I've already played around with various loader.conf settings, mine currently looks like this:
This worked before.
I know it's not much data, but what happens if I dump my 6TB Data on there and another disk dies.. if that happens, should I wait like 5 weeks? :/
Any help appreciated.
best regards
I've been having issues with ZFS v28 and FreeBSD 9. I've recently upgraded from 8.2-RELEASE and I just had a bad disk, I replaced it and it's resilvering. The thing is:
Code:
# zpool status
pool: data
state: DEGRADED
status: One or more devices is currently being resilvered. The pool will
continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
scan: resilver in progress since Wed Jan 18 02:36:04 2012
158M scanned out of 939M at 63.1K/s, 3h31m to go
29.4M resilvered, 16.86% done
config:
NAME STATE READ WRITE CKSUM
data DEGRADED 0 0 0
raidz1-0 DEGRADED 0 0 0
replacing-0 DEGRADED 0 0 2
1771085465873421254 UNAVAIL 0 0 0 was /dev/ada0/old
ada0 ONLINE 0 0 0 (resilvering)
ada1 ONLINE 0 0 1 (resilvering)
ada2 ONLINE 0 0 1 (resilvering)
ada3 ONLINE 0 0 0
ada4 ONLINE 0 0 0
errors: No known data errors
I've already played around with various loader.conf settings, mine currently looks like this:
Code:
aio_load=YES
ahci_load=YES
vm.kmem_size=4g
vm.kmem_size_max=4g
vfs.zfs.arc_min=512m
vfs.zfs.arc_max=2g
vfs.zfs.vdev.min_pending=4
vfs.zfs.vdev.max_pending=4
vfs.zfs.prefetch_disable=1
#vfs.zfs.txg.synctime_ms=5 <- if I set this to 5 (default is 1000) then it goes down to 9-15K/s.
kern.maxfiles=950000
This worked before.

I know it's not much data, but what happens if I dump my 6TB Data on there and another disk dies.. if that happens, should I wait like 5 weeks? :/
Any help appreciated.
best regards