I updated my FreeNAS storage to 11.2 and am seeing an error with my storage. The data is available, however, I have an alert stating the pool is degraded.
Server:
Drives 0-3 are online and working. Drives 4 and 5 are unavailable.
Activity Completed:
Replaced drives 4 and 5.
Drives 4 and 5 are not able to come online or "replace"
Images:
Commands:
root@NAS00:~ # zpool status -v RAID
pool: RAID
state: DEGRADED
status: One or more devices could not be opened. Sufficient replicas exist for
the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
see: http://illumos.org/msg/ZFS-8000-2Q
scan: scrub repaired 2.47M in 0 days 02:51:36 with 0 errors on Sun Sep 16 02:52:02 2018
config:
NAME STATE READ WRITE CKSUM
RAID DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
gptid/cb6c5b26-280c-11e2-a545-0015174d9478 ONLINE 0 0 0
gptid/cbddf4b2-280c-11e2-a545-0015174d9478 ONLINE 0 0 0
gptid/3721331e-0b63-11e8-a89c-0015174d9478 ONLINE 0 0 0
gptid/ccc3415d-280c-11e2-a545-0015174d9478 ONLINE 0 0 0
13197821033431891599 UNAVAIL 0 0 0 was /dev/gptid/ce41974d-280c-11e2-a545-0015174d9478
14286115969205090104 UNAVAIL 0 0 0 was /dev/gptid/cecd832e-280c-11e2-a545-0015174d9478
errors: No known data errors
##############
root@NAS00:~ # zpool online RAID 13197821033431891599
warning: device '13197821033431891599' onlined, but remains in faulted state
use 'zpool replace' to replace devices that are no longer present
#############
root@NAS00:~ # zpool replace RAID /dev/gptid/ce41974d-280c-11e2-a545-0015174d9478 13197821033431891599
cannot open '13197821033431891599': no such GEOM provider
must be a full path or shorthand device name
Question:
Server:
- 6 drives (0-5)
- drives are 3TB Red Drives
Drives 0-3 are online and working. Drives 4 and 5 are unavailable.
Activity Completed:
Replaced drives 4 and 5.
Drives 4 and 5 are not able to come online or "replace"
Images:
Commands:
root@NAS00:~ # zpool status -v RAID
pool: RAID
state: DEGRADED
status: One or more devices could not be opened. Sufficient replicas exist for
the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
see: http://illumos.org/msg/ZFS-8000-2Q
scan: scrub repaired 2.47M in 0 days 02:51:36 with 0 errors on Sun Sep 16 02:52:02 2018
config:
NAME STATE READ WRITE CKSUM
RAID DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
gptid/cb6c5b26-280c-11e2-a545-0015174d9478 ONLINE 0 0 0
gptid/cbddf4b2-280c-11e2-a545-0015174d9478 ONLINE 0 0 0
gptid/3721331e-0b63-11e8-a89c-0015174d9478 ONLINE 0 0 0
gptid/ccc3415d-280c-11e2-a545-0015174d9478 ONLINE 0 0 0
13197821033431891599 UNAVAIL 0 0 0 was /dev/gptid/ce41974d-280c-11e2-a545-0015174d9478
14286115969205090104 UNAVAIL 0 0 0 was /dev/gptid/cecd832e-280c-11e2-a545-0015174d9478
errors: No known data errors
##############
root@NAS00:~ # zpool online RAID 13197821033431891599
warning: device '13197821033431891599' onlined, but remains in faulted state
use 'zpool replace' to replace devices that are no longer present
#############
root@NAS00:~ # zpool replace RAID /dev/gptid/ce41974d-280c-11e2-a545-0015174d9478 13197821033431891599
cannot open '13197821033431891599': no such GEOM provider
must be a full path or shorthand device name
Question:
- Why can I not bring the new drives back online?
- When I try to bring the new drives online, they cannot as they are "new".
- I tried to replace the drives, but I am doing something wrong