[Bug 256582] ZFS unable to attach/replace disk to the mirror/raidz
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 18 Jun 2021 19:04:47 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=256582
--- Comment #13 from Sergei Masharov <serzh@expir.org> ---
thanks a lot.
# sysctl vfs.zfs.min_auto_ashift=9
vfs.zfs.min_auto_ashift: 12 -> 9
root@proxy:/dev/diskid # zpool replace t1 ada0s2 ada1s1
# zpool status -v t1
pool: t1
state: ONLINE
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 Fri Jun 18 22:02:35 2021
125M scanned at 2.83M/s, 1.00M issued at 23.3K/s, 44.5G total
0B resilvered, 0.00% done, no estimated completion time
config:
NAME STATE READ WRITE CKSUM
t1 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
ada0s1 ONLINE 0 0 0
replacing-1 ONLINE 0 0 0
ada0s2 ONLINE 0 0 0
ada1s1 ONLINE 0 0 0
ada0s3 ONLINE 0 0 0
ada0s4 ONLINE 0 0 0
But I still think that the reported error is incorrect :-)
--
You are receiving this mail because:
You are the assignee for the bug.