|
|
|
|
|
by ajross
292 days ago
|
|
> 2 - No, metadata robustness absolutely varies across filesystems. That's misunderstanding the subthread. The upthread point was about metadata atomicity in snapshots, not hardware corruption recovery. A filesystem like ZFS can make sure the journal is checkpointed atomically with the CoW snapshot moment, where dm obviously can't. And I pointed out this wasn't actually helpful because this is a problem that has to be solved above the filesystem, in databases and apps, because it's isomorphic to power loss (something that the filesystem can't prevent). |
|
Doing the same with a block device snapshot is not so easy.