-
richlowethe omnios gcc packages seem to ship .../include-fixed/ which we'd usually rather they didn't.
-
richloweon the basis we should fix our own headers, and not have surprise copies of our own headers actually get used.
-
richlowewas there a reason for that? did something break?
-
nomadI'm looking for ZFS opinions. I have 5 20TB drives I'd like to put into a single pool. Which would be more reliable - two sets of mirrors striped or a raidz3?
-
danmcdBy "two sets of mirrors" you mean: mirror disk1 disk2 mirror disk3 disk4 disk5 ?
-
danmcd(i.e. mirror(2) + mirror(3) ?)
-
nomadin the dual mirror the 5th drive would be hot spare
-
danmcdAhh.
-
richlowereliability in the sense of how many disks you may lose at the same time?
-
richlowestrip across mirrors has the downside that if you lose both of a pair, you're screwed
-
» nomad nods
-
nomadI know that was popular for a while (misnomered as RAID10) but wasn't sure if it had gone as out of favor as I thought it had.
-
nomadThe only thing I could think might make a difference with z3 is that all drives are always active, which would not happen to the hot spare in the other configuration
-
nomadbut I don't think that's going to make any real difference.
-
nomadhas the project to add a drive to an existing VDEV ever actually happened?