Page 1 of 1

Need help fixing this....

Posted: 10 Sep 2016 15:11
by mbze430
I upgraded my NAS box MB/CPU, but controllers and HDD the same. After the upgrade one of my pool because like this
  • pool: moviespool2
    state: DEGRADED
    scan: resilvered 142G in 1h45m with 0 errors on Sat Sep 10 04:25:59 2016
    config:

    NAME STATE READ WRITE CKSUM
    moviespool2 DEGRADED 0 0 0
    raidz2-0 DEGRADED 0 0 0
    da3 ONLINE 0 0 0
    da2 ONLINE 0 0 0
    da1 ONLINE 0 0 0
    da5 ONLINE 0 0 0
    replacing-4 DEGRADED 4 77.5K 0
    8139071378898316023 UNAVAIL 0 0 0 was /dev/gpt/primary
    11169854016354540108 UNAVAIL 0 0 0 was /dev/gpt/Basic%20data%20partition
    cache
    gpt/cache2 ONLINE 0 0 0
The drive in question is /dev/da4. I have tried removing my physical hdd of da4 taken it to another PC and formatting it, and sticking back in and did a zpool replace /dev/gpt/primary and zpool replace /dev/gpt/Basic%20data%20partition and nothing works. I always get back with an error. "

Code: Select all

zpool replace moviespool2 /dev/gpt/primary
cannot open '/dev/gpt/primary': No such file or directory
zpool replace -f moviespool2 /dev/gpt/Basic%20data%20partition
invalid vdev specification
the following errors must be manually repaired:
/dev/gpt/Basic%20data%20partition is part of active pool 'moviespool2'

please help!

Re: Need help fixing this....

Posted: 10 Sep 2016 17:05
by apollo567
Check Sata cables please

Re: Need help fixing this....

Posted: 10 Sep 2016 20:45
by mbze430
since I don't have spare 8087 -> SATA fan out cable, I plugged it to another port. It is now detected as /dev/da11 But it is the same.
  • medianas: ~# zpool replace moviespool2 /dev/replacing-4 /dev/da11
    invalid vdev specification
    use '-f' to override the following errors:
    /dev/da11 is part of active pool 'moviespool2'
    medianas: ~# zpool replace -f moviespool2 /dev/replacing-4 /dev/da11
    invalid vdev specification
    the following errors must be manually repaired:
    /dev/da11 is part of active pool 'moviespool2'

Re: Need help fixing this....

Posted: 10 Sep 2016 21:16
by mbze430
ok I did zpool export and import on that pool, and it is starting to resilver.... hopefully this works....been battling this for HOURS