On 10/25/14, 2:09 PM, Alexander Pyhalov wrote:
One other question, do you have an old 'zpool status' of the pool
you're trying to import? I'm trying to verify that the pool
configuration shown above under $import looks correct to you. Should
that pool have more than one device? Is that the correct device?

$ zpool status
  pool: data
 state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
        still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
the pool may no longer be accessible by software that does not support
        the features. See zpool-features(5) for details.
  scan: none requested
config:

NAME STATE READ WRITE CKSUM
        data                                     ONLINE 0     0     0
          c4t6005076802808844B000000000000032d0  ONLINE 0     0     0
...
But it's a original disk, not the copy which I try to import.

The dump file is here:
ftp://fileserv.r61.net/Solaris/vmdump.2

---
System Administrator of Southern Federal University Computer Center

Is this disk, /dev/dsk/c10d1s0, still being used? If not, you could either unplug it or destroy the ZFS label on it by creating a new pool on that disk and then destroying that:

zpool create -f foo c10d1s0
zpool destroy c10d1s0

NOTE: only do the above commands if you are certain that there is nothing you care about on that disk.

The idea is to allow ZFS to find the correct disk to import from and avoid the panic. Once you have disconnected that disk or overwritten the label then you should be able to import your 'data' pool.

Let me know if that works.

Thanks,
George



-------------------------------------------
illumos-discuss
Archives: https://www.listbox.com/member/archive/182180/=now
RSS Feed: https://www.listbox.com/member/archive/rss/182180/21175430-2e6923be
Modify Your Subscription: 
https://www.listbox.com/member/?member_id=21175430&id_secret=21175430-6a77cda4
Powered by Listbox: http://www.listbox.com

Reply via email to