Posted May 14, 2012 23:28 UTC (Mon) by russell (subscriber, #10458)
In reply to: A bcache update by corbet
Parent article: A bcache update
could it be that the SSD is a single point of failure in front of a redundant set of disks. So writing to the SSD is probably no better than keeping it in RAM. Power supply failure vs SSD failure.
Posted May 15, 2012 7:56 UTC (Tue) by Tobu (subscriber, #24111)
[Link]
I think the SSD will be a single point of failure in writeback mode, because the underlying filesystem would have megabytes of metadata or journal blocks not written in the right order, which is bad corruption. I don't know how SSDs tend to fail; if they fail into a read-only the writes would still be recoverable in this case, as long as bcache can replay from a read-only SSD. Maybe a filesystem that handles SSD caching itself could avoid that risk.
A bcache update
Posted May 15, 2012 9:05 UTC (Tue) by Lennie (subscriber, #49641)
[Link]
Did you see my other comment ?
About how bcache will support more than one SSD in the future and how it will save 2 copies of your precious data on different SSDs instead of one: