Menu

#813 ZFS Pool Issue

open
nobody
5
2012-10-28
2010-11-17
Personne
No

I'm doing everything of course with the WebGUI

If I create 3 Virtual Devices :
- VDHotSpare / spare / Hot Spare 1 x 8192MB
- VDRaid5 / raidz1 / Raid 5 of 2 x 2048MB + 2 x 8192MB <- I know it is weird, but it is a test :-)
- VDStripe1 / stripe / Stripe of 4 x 2048MB

and then create a pool, containing those 3 Virtual Devices
The command generated is
History for 'LaTotale':
2010-11-17.08:56:40 zpool create -m /mnt/LaTotale LaTotale spare /dev/da6 raidz1 /dev/da2 /dev/da3 /dev/da4 /dev/da5 /dev/ad1 /dev/ad3 /dev/da0 /dev/da1

The stripe disapeared and replaced by a Raid5 "RAIDZ1"

pool: LaTotale
state: ONLINE
scrub none requested
config:

NAME        STATE     READ WRITE CKSUM
LaTotale    ONLINE       0     0     0
  raidz1    ONLINE       0     0     0
    da2     ONLINE       0     0     0
    da3     ONLINE       0     0     0
    da4     ONLINE       0     0     0
    da5     ONLINE       0     0     0
    ad1     ONLINE       0     0     0
    ad3     ONLINE       0     0     0
    da0     ONLINE       0     0     0
    da1     ONLINE       0     0     0
spares
  da6       AVAIL

Discussion


Log in to post a comment.