WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

Re: [Xen-devel] Re: [Xen-users] Issues migrating to xen 4.1 / lvm vg for

> >> On Sun, Apr 10, 2011 at 12:56:05PM +0800, Sylvain CHEVALIER wrote:
> >> > 1. Our config files were referring to the LVM devices like
> >> > /dev/vg/domU-root with disk = [ 'phy:vg/domU-root,sda1,w' ]. This does
> >> > not work anymore, we have to include '/dev/': disk = [
> >> > 'phy:/dev/vg/domU-root,sda1,w' ].

This seems like a bug in xl's implementation of the syntax specification
(docs/misc/xl-disk-configuration.txt), which states that any path which
doesn't start with a / should have "/dev/" prepended (IOW non-absolute
paths are relative to /dev/).

Anyone fancy knocking up a patch?

Ian.


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-devel] Re: [Xen-users] Issues migrating to xen 4.1 / lvm vg for disk, Ian Campbell <=