Hi List,
A few days we exported a zpool which caused our system to panic. Ever since we
are able to reimport the pool. We are quite sure all data is intact sinse the
pool is located on raid 10 and the other pools still work. We copied the entire
disk (iscsi) to a file and placed it back on a id
On Thu, Aug 17, 2006 at 02:20:47PM +0200, Robert Milkowski wrote:
>
> I've just did :)
>
> However currently 'zpool import A B' means importing pool A and
> renaming it to pool B.
>
> I think it would be better to change current behavior and rename only
> with given switch like 'zpool import A -
Hello Eric,
Wednesday, August 16, 2006, 4:49:27 PM, you wrote:
ES> This seems like a reasonable RFE. Feel free to file it at
ES> bugs.opensolaris.org.
I've just did :)
However currently 'zpool import A B' means importing pool A and
renaming it to pool B.
I think it would be better to change c
This seems like a reasonable RFE. Feel free to file it at
bugs.opensolaris.org.
- Eric
On Wed, Aug 16, 2006 at 06:44:44AM +0200, Robert Milkowski wrote:
> Hello zfs-discuss,
>
> I do have several pools in a SAN shared environment where some pools
> are mounted by one server and some by anot
Hello zfs-discuss,
I do have several pools in a SAN shared environment where some pools
are mounted by one server and some by another.
Now I can do 'zpool export A B C D'
But I can't do 'zpool import A B C D'
import -a isn't an option since I want import only those pools I
just expor