[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <49496EDE.5080101@garzik.org>
Date: Wed, 17 Dec 2008 16:27:58 -0500
From: Jeff Garzik <jeff@...zik.org>
To: Kay Sievers <kay.sievers@...y.org>
CC: Chris Mason <chris.mason@...cle.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Christoph Hellwig <hch@...radead.org>, adilger@....com,
sfr@...b.auug.org.au, linux-kernel@...r.kernel.org,
linux-btrfs@...r.kernel.org, linux-fsdevel@...r.kernel.org
Subject: Re: Notes on support for multiple devices for a single filesystem
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists