Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Dec 2010 11:30:27 -0800
From:      Jeremy Chadwick <freebsd@jdc.parodius.com>
To:        Dmitry Morozovsky <marck@rinet.ru>
Cc:        freebsd-fs@FreeBSD.org
Subject:   Re: stale zpool: how to rename?
Message-ID:  <20101209193027.GA10784@icarus.home.lan>
In-Reply-To: <alpine.BSF.2.00.1012092147200.88989@woozle.rinet.ru>
References:  <alpine.BSF.2.00.1012092147200.88989@woozle.rinet.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Dec 09, 2010 at 09:49:07PM +0300, Dmitry Morozovsky wrote:
> Dear colleagues,
> 
> how can I clear stale traces of old pool?
> 
> [this is on fresh stable/8]
> 
> Now I have:
> 
> root@ogre2:~# zpool import
>   pool: og
>     id: 4146846692207551713
>  state: UNAVAIL
> status: One or more devices are missing from the system.
> action: The pool cannot be imported. Attach the missing
>         devices and try again.
>    see: http://www.sun.com/msg/ZFS-8000-3C
> config:
> 
>         og          UNAVAIL  insufficient replicas
>           mirror    UNAVAIL  insufficient replicas
>             da0     UNAVAIL  cannot open
>             da1     UNAVAIL  cannot open
> root@ogre2:~# zpool status
>   pool: o
>  state: ONLINE
>  scrub: none requested
> config:
> 
>         NAME        STATE     READ WRITE CKSUM
>         o           ONLINE       0     0     0
>           mirror    ONLINE       0     0     0
>             da0h    ONLINE       0     0     0
>             da1h    ONLINE       0     0     0
> 
> errors: No known data errors
> root@ogre2:~# zpool import -f og
> cannot import 'og': no such pool or dataset
> root@ogre2:~# zpool destroy og
> cannot open 'og': no such pool

Try using the "id" of the old pool, not the pool name.

-- 
| Jeremy Chadwick                                   jdc@parodius.com |
| Parodius Networking                       http://www.parodius.com/ |
| UNIX Systems Administrator                  Mountain View, CA, USA |
| Making life hard for others since 1977.              PGP: 4BD6C0CB |




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