On Thu, Aug 7, 2008 at 9:51 AM, Dietmar Maurer <[EMAIL PROTECTED]> wrote: > I thought about using 1 lvm volume, but splitting that into slices > somehow, which can then be used as kvm disks - maybe by implementing a > very simple filesystem (block mapper). The problem with this approach is > that adding/deleting a new disk would mean to grow/shrink an lvm > partition, which is slow.
you could run LVM in the VM. be careful about block scanning tools on Dom0, could mistake the LVM structure inside a LV for the 'outer' one. (reiserfsck has this problem with image files) -- Javier -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
