Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Dec 2014 23:21:59 +0100
From:      Michelle Sullivan <michelle@sorbs.net>
To:        Will Andrews <will@firepipe.net>
Cc:        "freebsd-fs@freebsd.org" <freebsd-fs@freebsd.org>
Subject:   Re: ZFS weird issue...
Message-ID:  <5484D307.7070707@sorbs.net>
In-Reply-To: <CADBaqminLE%2BN1x9SYpuwf1LM9t7xQ8H=pj9RQW1vdECEThMH-A@mail.gmail.com>
References:  <54825E70.20900@sorbs.net> <CADBaqmiPM7nSASjc80HpS1%2Bk62DwBnrr5DbwHQtWHyr7%2BwCE8A@mail.gmail.com> <54842CC5.2020604@sorbs.net> <CADBaqminLE%2BN1x9SYpuwf1LM9t7xQ8H=pj9RQW1vdECEThMH-A@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Will Andrews wrote:
> On Sunday, December 7, 2014, Michelle Sullivan <michelle@sorbs.net
> <mailto:michelle@sorbs.net>> wrote:
>
>     2 physical paths of mfid8 ... that can't be good...  can't seem to use
>     guids.
>
>
> Can you paste the commands you tried and the result? It's hard to
> guess what might be causing the problem otherwise.
>
> --Will. 
I think this is all of them:

root@colossus:~ # zpool replace sorbs spare-8 mfid8
invalid vdev specification
use '-f' to override the following errors:
/dev/mfid8 is part of active pool 'sorbs'
root@colossus:~ # zpool replace sorbs spare-8 mfid15
cannot replace spare-8 with mfid15: no such device in pool
root@colossus:~ # zpool replace sorbs 933862663 1702922605
cannot open '1702922605': no such GEOM provider
must be a full path or shorthand device name
root@colossus:~ # zpool replace sorbs mfid8 mfid8
invalid vdev specification
use '-f' to override the following errors:
/dev/mfid8 is part of active pool 'sorbs'
root@colossus:~ # zpool replace sorbs mfid15 mfid15
cannot replace mfid15 with mfid15: no such device in pool
root@colossus:~ # zpool replace sorbs spare-8 1702922605
cannot open '1702922605': no such GEOM provider
must be a full path or shorthand device name
root@colossus:~ # zpool replace sorbs 1702922605 spare-8
cannot open 'spare-8': no such GEOM provider
must be a full path or shorthand device name
root@colossus:~ # zpool replace sorbs 1702922605 mfid8
invalid vdev specification
use '-f' to override the following errors:
/dev/mfid8 is part of active pool 'sorbs'

The problem seems to be the guid -> device name transaltion is working
and failing because there is already a mfid8... and the re-number didn't
happen when the device was replaced...

-- 
Michelle Sullivan
http://www.mhix.org/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5484D307.7070707>