can I consolidate a multi-disk zfs zpool to a single (larger) disk?

Posted by rmeden on Server Fault See other posts from Server Fault or by rmeden
Published on 2012-11-07T15:35:16Z Indexed on 2012/11/07 17:03 UTC
Read the original article Hit count: 255

Filed under:
|
|
|

I have this zpool:

    bash-3.2# zpool status dpool
  pool: dpool
 state: ONLINE
 scan: none requested
 config:
        NAME                                     STATE     READ WRITE CKSUM
        dpool                                    ONLINE       0     0     0
          c3t600601604F021A009E1F867A3E24E211d0  ONLINE       0     0     0
          c3t600601604F021A00141D843A3F24E211d0  ONLINE       0     0     0

I would like to replace both of these disks with a single (larger disk). Can it be done? zpool attach allows me to replace one physical disk, but it won't allow me to replace both at once.

© Server Fault or respective owner

Related posts about solaris

Related posts about hard-drive