Hello folks, I have a small problem, originally I had this setup:
[16:39:40] @zglobix1: /root > zpool status -x
  pool: mypool
 state: DEGRADED
status: One or more devices could not be opened.  Sufficient replicas exist for
        the pool to continue functioning in a degraded state.
action: Attach the missing device and online it using 'zpool online'.
   see: http://www.sun.com/msg/ZFS-8000-D3
 scrub: resilver completed with 0 errors on Wed Mar 28 16:39:23 2007
config:

        NAME        STATE     READ WRITE CKSUM
        mypool      DEGRADED     0     0     0
          mirror    DEGRADED     0     0     0
            c1t2d0  ONLINE       0     0     0
            c1t3d0  UNAVAIL      0     0     0  cannot open

errors: No known data errors


so I was trying to get that device back online working and I did mess it up...

I did run:
zpool detach mypool c1t3d0

and now I lost my mirroring

[16:40:14] @zglobix1: /root > zpool status
  pool: mypool
 state: ONLINE
 scrub: resilver completed with 0 errors on Wed Mar 28 16:39:23 2007
config:

        NAME        STATE     READ WRITE CKSUM
        mypool      ONLINE       0     0     0
          c1t2d0    ONLINE       0     0     0

errors: No known data errors

is there any way to get my mirror back on that pool?

I have V240 with Solaris 10 U3 and its limited on how many disks I can have in that system so I was unable to do replace or anything, I did try to reboot system and did try tog et it working to have mirroring back in place but for some reason was unable to do it.

Anyway I would appreciate your help.

Chris

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to