How can a lvm based xen was mor quickly an a image based I have just convert my images to lvm thanks to luke for all info _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I''m about to install a whole bunch of DomUs, each with a different operating system. It''s definitely faster not to use a file-backed block device. LVM is more flexible than partitions, and partitions are somewhat tedious (and dangerous) to set up. Is there any *measurable* overhead of using LVM as opposed to simple partitions? The two concerns I have are, how quickly can the physical disk sector number be calculated given the sector offsite in the device (either partition or LVM), and whether LVMs can be made physically contiguous. Mike -- Michael David Crawford mdc@prgmr.com prgmr.com - We Don''t Assume You Are Stupid. Xen-Powered Virtual Private Servers: http://prgmr.com/xen _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, May 25, 2009 at 3:59 AM, mattias <mj@mjw.se> wrote:> How can a lvm based xen was mor quickly an a image basedOne of the reasons is that file-based image have to go through dom0''s file system layer. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Mon, May 25, 2009 at 3:05 PM, Michael David Crawford <mdc@prgmr.com> wrote:> Is there any *measurable* overhead of using LVM as opposed to simple > partitions?>From someone in Redhat:http://lists.xensource.com/archives/html/xen-users/2008-01/msg00359.html> > The two concerns I have are, how quickly can the physical disk sector number > be calculated given the sector offsite in the device (either partition or > LVM),Why would you even want to know?> and whether LVMs can be made physically contiguous.Excluding effects of software/hardware RAID, it is contiguous by default when possible. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users