[PATCH] automatic snapshot extension with dmeventd (BZ 427298)
Alasdair G Kergon <[email protected]>
| Newsgroups | dev.linux.lists.lvm-devel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Oct 15, 2010 at 02:55:37PM +0200, Zdenek Kabelac wrote: > What I see as a problem for the future is how to resolve settings per each > snapshot as current 'global' version - one setting for all snapshots is IMHO > quite limiting. When we discussed this I suggested storing the information directly against each LV just as we do for other properties. So you'd set it with lvcreate/lvchange or inherit setting from vgcreate/vgchange or use default from lvm.conf or fallback to builtin default. That builds upon this patch, which is the first step. Alasdair