Re: Notes on support for multiple devices for a single filesystem

From: Jeff Garzik
Date: Wed Dec 17 2008 - 16:28:40 EST


Kay Sievers wrote:
Features like the very nice and useful directory-based snapshots would
also not be possible with simple block-based multi-devices, right?

Snapshotting via block device has always been an incredibly dumb hack, existing primarily because filesystem-based snapshots did not exist for the filesystem in question.

Snapshots are better at the filesystem level because the filesystem is the only entity that knows when the filesystem is quiescent and snapshot-able.

ISTR we had to add ->write_super_lockfs() to hack in support for LVM in this manner, rather than doing it the right way.

Jeff


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/