ZFS - moving from a zraid1 to zraid2 pool with 1.5tb disks

Randy Bush randy at psg.com
Sun Jan 9 05:50:06 UTC 2011


given i have raid or raidz1, can i move to raidz2?

# zpool status 
  pool: tank
 state: ONLINE
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        tank        ONLINE       0     0     0
          raidz1    ONLINE       0     0     0
            ad4s2   ONLINE       0     0     0
            ad8s2   ONLINE       0     0     0
            ad6s1   ONLINE       0     0     0
            ad10s1  ONLINE       0     0     0

or

# zpool status
  pool: tank
 state: ONLINE
 scrub: none requested
config:

        NAME              STATE     READ WRITE CKSUM
        tank              ONLINE       0     0     0
          mirror          ONLINE       0     0     0
            label/disk01  ONLINE       0     0     0
            label/disk00  ONLINE       0     0     0
          mirror          ONLINE       0     0     0
            label/disk02  ONLINE       0     0     0
            label/disk03  ONLINE       0     0     0

randy


More information about the freebsd-stable mailing list