Hello,

 I am currently trying to replace a disk that was offlined and getting the
following error:

# zpool replace tank 14989197580381994958
gptid/31be0527-84f0-11e6-bbbc-fcaa14edc6a6
invalid vdev specification
use '-f' to override the following errors:
/dev/gptid/31be0527-84f0-11e6-bbbc-fcaa14edc6a6 is part of active pool
'tank'

# zpool replace -f tank 14989197580381994958
gptid/31be0527-84f0-11e6-bbbc-fcaa14edc6a6
invalid vdev specification
the following errors must be manually repaired:
/dev/gptid/31be0527-84f0-11e6-bbbc-fcaa14edc6a6 is part of active pool
'tank'

# zpool status tank
  pool: tank
 state: DEGRADED
status: One or more devices has been taken offline by the administrator.
Sufficient replicas exist for the pool to continue functioning in a
degraded state.
action: Online the device using 'zpool online' or replace the device with
'zpool replace'.
  scan: resilvered 1.10T in 9h4m with 0 errors on Tue Sep 20 00:33:32 2016
config:

NAME                                            STATE     READ WRITE CKSUM
tank                                            DEGRADED     0     0     0
 raidz2-0                                      ONLINE       0     0     0
   gptid/8bdbd180-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8c4df91d-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8ccf21a3-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8d5521cb-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8de13b47-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8e842f92-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
 raidz2-1                                      DEGRADED     0     0     0
   gptid/8bba4a82-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8c26d491-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8ca3fea6-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   14989197580381994958                        OFFLINE      0     0     0
 was /dev/diskid/DISK-********p2
   gptid/8db26351-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8e4bfa70-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
 raidz2-2                                      ONLINE       0     0     0
   gptid/8b957b47-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8c0340da-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8c77ddcb-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8cf6b7f1-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8d84b31e-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8e146dad-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
 raidz2-3                                      ONLINE       0     0     0
   gptid/8ebb39df-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8ef49770-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/2f94035d-7e9f-11e6-abe9-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8f69cf08-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8fa7c0a6-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
   gptid/8fe7816d-f52a-11e5-90c5-fcaa14edc6a6  ONLINE       0     0     0
logs
 gptid/683dc146-f531-11e5-90c5-fcaa14edc6a6    ONLINE       0     0     0

errors: No known data errors

# glabel status | grep da14
gptid/24a57a9b-84f0-11e6-bbbc-fcaa14edc6a6     N/A  da14p1
gptid/31be0527-84f0-11e6-bbbc-fcaa14edc6a6     N/A  da14p2
                      diskid/DISK-********     N/A  da14

# gpart show da13 da14
=>        40  7814037088  da13  GPT  (3.6T)
          40     4194304     1  freebsd-swap  (2.0G)
     4194344  7809842784     2  freebsd-zfs  (3.6T)

=>        40  7814037088  da14  GPT  (3.6T)
          40     4194304     1  freebsd-swap  (2.0G)
     4194344  7809842784     2  freebsd-zfs  (3.6T)

# uname -a
FreeBSD S1 12.0-CURRENT FreeBSD 12.0-CURRENT #4 r306300: Sat Sep 24
14:24:23 EDT 2016
root@S1:/usr/src/head/obj/usr/src/head/src/sys/MYKERNEL-NODEBUG
 amd64

I recently offlined the device and after onlining it the label changed to
geom. After a few reboots the pool started importing by diskid. After
attempting to offline/online by gptid, would continue to fail with an
error. I decided try to replace it and is also failing with the error
above. I also wiped the first & last 2MB of the disk without success. Is
they're a known issue or perhaps I'm missing something obvious? zpool
labelclear is also providing a similar error. The -f options are not
helping.


Any ideas what my issue maybe? The error suggests it is currently active on
the pool, however the offline should have changed that status correct?

Ultima
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to