( aspirin | 2011. 07. 25., h – 10:42 )

zfs alatt nincs megkötés, hogy mit hogyan "raidelünk" össze (lehet mirrorokat raidz-be is :))
A mi esetünkben a parancs egyszerű, ld. lentebb a végeredményt:


 zpool create orl mirror c7d0s4 c7d1s4 c8d0s4

Így egyszerűen nem két, hanem három lába lesz a mirrornak, az adatok három felé mennek.


[root@...]root/$zpool status -xv
  pool: orl
 state: ONLINE
status: The pool is formatted using an older on-disk format.  The pool can
        still be used, but some features are unavailable.
action: Upgrade the pool using 'zpool upgrade'.  Once this is done, the
        pool will no longer be accessible on older software versions.
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        orl         ONLINE       0     0     0
          mirror    ONLINE       0     0     0
            c7d0s4  ONLINE       0     0     0
            c7d1s4  ONLINE       0     0     0
            c8d0s4  ONLINE       0     0     0

errors: No known data errors

Itt is ilyesmit csináltak:
http://www.solarisinternals.com/wiki/index.php/ZFS_Configuration_Guide#…

<-------
You can't grep on dead trees.