|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] logical volumes, virt-install and snaphots
On Mon, May 21, 2007 at 10:06:09PM +0200, Philippe Trolliet wrote:
> hi,
> i´m using Fedora Core 6 as dom0 and domU. is it possible to use
> virt-install with logical volumes created in the dom0? is there any
> howto out there how this works?
> the purpose of this is, that i want to make snapshots from those
> domU-lv´s in the dom0.
Sure, the --file parameter to virt-install will happily accept a path to
a plain file, a raw partition or an LVM volume. In retrospect it would
have been better called --disk :-)
# virt-install \
--name demo \
--ram 500 \
--file /dev/VolGroup00/DemoVM \
--location
http://download.fedora.redhat.com/pub/fedora/linux/core/6/x86_64/os/ \
--paravirt \
--vnc
Dan.
--
|=- Red Hat, Engineering, Emerging Technologies, Boston. +1 978 392 2496 -=|
|=- Perl modules: http://search.cpan.org/~danberr/ -=|
|=- Projects: http://freshmeat.net/~danielpb/ -=|
|=- GnuPG: 7D3B9505 F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 -=|
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|