I have create a zpool on server1 with 3 mirrors. Every mirror consists out: 1 
local disk slice + 1 iscsi disk from server2.

I export the pool on server1, and try to import the pool on server2

Without connecting over iscsi to the local targets, no zpool is seen.

after connecting over iscsi to my local exposed disk, I thought I should be 
able to import my pool since for every mirror 1 submirror (the local iscsi 
target) is available.

When I try to import the pool I get: 

bash-3.2# zpool import
  pool: box3
    id: 13669273719601162928
 state: UNAVAIL
action: The pool cannot be imported due to damaged devices or data.
config:

        box3                                       UNAVAIL  insufficient 
replicas
          mirror                                   UNAVAIL  corrupted data
            c5t1d0s0                               ONLINE
            c8t600144F048FFCC000000E081B33B9800d0  ONLINE
          mirror                                   ONLINE
            c6t0d0s0                               ONLINE
            c8t600144F048FFCCC50000E081B33B9800d0  ONLINE
          mirror                                   ONLINE
            c6t1d0s0                               ONLINE
            c8t600144F048FFCCD80000E081B33B9800d0  ONLINE

But the pool can still be imported on server1, so the pool is still OK.

How come I cannot import the pool on another node?

Thanks in advance.

Kristof
--
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to