|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] About LV guest
Stephen Liu wrote:
Host is installed on physical volume without partition nor in LVG. Can
I create LV guests?
Yes, but you need a volume group in which to create the logical
volumes. Basically you need an unused partition and then
pvcreate <partition>
vgcreate /dev/VG0 <partition>
lvcreate -L 5000 -n g01 VG0
So long as that all works you'll be fine -- there's no real difference
between a logical volume and a conventional disk partition for most
purposes.
jch
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|