ZFS raidz1, disk anavail

[Freebsd 10.2-RELEASE-p12]

I'm getting a problem the RAID. I mark one of the devices as anavail
Code:
% zpool status -x
  pool: zroot
 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: [URL]http://illumos.org/msg/ZFS-8000-2Q[/URL]
  scan: scrub repaired 0 in 0h32m with 0 errors on Tue Feb 23 15:16:49 2016
config:

NAME                      STATE     READ WRITE CKSUM
        zroot                     DEGRADED     0     0     0
          raidz1-0                DEGRADED     0     0     0
            ada0p3                ONLINE       0     0     0
            ada1p3                ONLINE       0     0     0
            14967002143608137131  UNAVAIL      0     0     0  was /dev/ada2

errors: No known data errors

The suggested action is:
action: Attach the missing device and online it using 'zpool online'.

But I do not understand why, actually the device (ada2p3) I'm seeing it connected

% ls /dev/ | grep ada
ada0
ada0p1
ada0p2
ada0p3
ada1
ada1p1
ada1p2
ada1p3
ada2
ada2p1
ada2p2
ada2p3

Some help that can give me will be very grateful
Jose
 
[Freebsd 10.2-RELEASE-p12]
FreeBSD 10.2 has been End-of-Life since December 2016 and is not supported any more.
Topics about unsupported FreeBSD versions


action: Attach the missing device and online it using 'zpool online'.

But I do not understand why, actually the device (ada2p3) I'm seeing it connected
Drive itself is likely broken and you need to replace it.
 
Back
Top