Veranstaltungen/2009-12-04 ZFS-Workshop/Szenario: RAID-Z1: Unterschied zwischen den Versionen

Aus UUGRN
(Navigation eingebaut)
 
(Eine dazwischenliegende Version von einem anderen Benutzer wird nicht angezeigt)
Zeile 35: Zeile 35:
  
 
</div>
 
</div>
 +
 +
{{:ZFS-Workshop/Navigation}}

Aktuelle Version vom 14. April 2022, 06:44 Uhr

shl@sonnenkind:~$ mkfile 100m HDD0
shl@sonnenkind:~$ mkfile 100m HDD1
shl@sonnenkind:~$ mkfile 100m HDD2

Erstellung eines RAID-Z1 Pools:

shl@sonnenkind:~$ pfexec zpool create testpool raidz1 ~/HDD0 ~/HDD1 ~/HDD2
shl@sonnenkind:~$ zpool status testpool
  pool: testpool
 state: ONLINE
 scrub: none requested
config:

        NAME                       STATE     READ WRITE CKSUM
        testpool                   ONLINE       0     0     0
          raidz1-0                 ONLINE       0     0     0
            /export/home/shl/HDD0  ONLINE       0     0     0
            /export/home/shl/HDD1  ONLINE       0     0     0
            /export/home/shl/HDD2  ONLINE       0     0     0

errors: No known data errors