[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [PATCH] dm snapshot: ignore discards issued to the snapshot-origin target
- From: Christoph Hellwig <hch infradead org>
- To: device-mapper development <dm-devel redhat com>
- Cc: DarkNovaNick gmail com, LVM general discussion and development <linux-lvm redhat com>
- Subject: Re: [dm-devel] [PATCH] dm snapshot: ignore discards issued to the snapshot-origin target
- Date: Thu, 28 Apr 2011 03:53:55 -0400
On Wed, Apr 27, 2011 at 08:19:13PM -0400, Mike Snitzer wrote:
> Discards pose a problem for the snapshot-origin target because they are
> treated as writes. Treating a discard as a write would trigger a
> copyout to the snapshot. Such copyout can prove too costly in the face
> of otherwise benign scenarios (e.g. create a snapshot and then mkfs.ext4
> the origin -- mkfs.ext4 discards the entire volume by default, which
> would copyout the entire origin volume to the snapshot).
You also need to make sure that we don't claim discard_zeroes_data for
the origin volume in this case. Especially as ext4 started to rely
on this actually working (very bad idea IMHO, but that's another story)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]