Displaying 4 results from an estimated 4 matches for "disk04".
Did you mean:
  disk0
  
2010 Jul 25
4
zpool destroy causes panic
...ONLINE       0     0     0
           raidz2                  ONLINE       0     0     0
             gpt/disk01            ONLINE       0     0     0
             gpt/disk02            ONLINE       0     0     0
             gpt/disk03            ONLINE       0     0     0
             gpt/disk04            ONLINE       0     0     0
             gpt/disk05            ONLINE       0     0     0
             /tmp/sparsefile1.img  UNAVAIL      0     0     0  corrupted 
data
             /tmp/sparsefile2.img  UNAVAIL      0     0     0  corrupted 
data
errors: No known data errors
Why sparse...
2010 Oct 02
3
out of HDD space - zfs degraded
...storage              DEGRADED     0     0     0
           raidz2             DEGRADED     0     0     0
             gpt/disk01-live  ONLINE       0     0     0
             gpt/disk02-live  ONLINE       0     0     0
             gpt/disk03-live  ONLINE       0     0     0
             gpt/disk04-live  ONLINE       0     0     0
             gpt/disk05-live  ONLINE       0     0     0
             gpt/disk06-live  REMOVED      0     0     0
             gpt/disk07-live  ONLINE       0     0     0
$ zfs list
NAME                        USED  AVAIL  REFER  MOUNTPOINT
storage...
2003 Dec 18
0
Partial deadlock in 4.9p1
.../dev/da1a        Avail: 3/4094 MB (0%)
D disk01                State: up       Device /dev/da2a        Avail: 3/4094 MB (0%)
D disk02                State: up       Device /dev/da3a        Avail: 3/4094 MB (0%)
D disk03                State: up       Device /dev/da4a        Avail: 3/4094 MB (0%)
D disk04                State: up       Device /dev/da5a        Avail: 3/4094 MB (0%)
D disk05                State: up       Device /dev/da6a        Avail: 3/4094 MB (0%)
D disk08                State: up       Device /dev/da7a        Avail: 3/4094 MB (0%)
D disk09                State: up       Device /de...
2010 Mar 26
23
RAID10
Hi All,
I am looking at ZFS and I get that they call it RAIDZ which is similar to RAID 5, but what about RAID 10? Isn''t a RAID 10 setup better for data protection?
So if I have 8 x 1.5tb drives, wouldn''t I:
- mirror drive 1 and 5
- mirror drive 2 and 6
- mirror drive 3 and 7
- mirror drive 4 and 8
Then stripe 1,2,3,4
Then stripe 5,6,7,8
How does one do this with ZFS?