Displaying 5 results from an estimated 5 matches for "hchiramm".
2013 Aug 26
0
Fwd: The error for creating a new vm for kvm
---------- Forwarded message ----------
From: Qian Feng <qianfeng04161001@gmail.com>
Date: Mon, Aug 26, 2013 at 12:59 PM
Subject: Re: [libvirt-users] The error for creating a new vm for kvm
To: Humble Chirammal <hchiramm@redhat.com>
I use lsmod | grep kvm, it shows kvm and kvm_intel. It shows:
kvm_intel 39608 0
kvm 247190 1 kvm_intel
BTW, I use virt-manager to create a new virtual machine for qemu/kvm, it
shows no guests are supported for this connection.
I tend to restart th...
2013 Nov 19
2
Re: virsh and multi source-dev
Thank you for answering.
Yes sure I can from an xml,
But is it possible from the command line with define-pool-as ?
Best,
Matt
----- Mail original -----
> De: "Humble Chirammal" <hchiramm@redhat.com>
> À: "Matthieu Simonin" <matthieu.simonin@inria.fr>
> Cc: libvirt-users@redhat.com
> Envoyé: Mardi 19 Novembre 2013 11:06:35
> Objet: Re: [libvirt-users] virsh and multi source-dev
>
>
>
> ----- Original Message -----
> | From: "Matt...
2013 Aug 25
4
The error for creating a new vm for kvm
I checked the capabilities. I do not know why the guest is only for vbox.
<guest>
<os_type>hvm</os_type>
<arch name='i686'>
<wordsize>32</wordsize>
<domain type='vbox'>
</domain>
</arch>
</guest>
I want it run qemu-kvm. and when i run virsh define
/etc/libvirt/qemu/demo.xml. It shows error:
2013 Nov 19
2
virsh and multi source-dev
Hi,
I'm using LVM based storage pools and I'm wondering
if there is a way to specify several source-dev on the command line
for creating a volume group spread over several devices :
one device /dev/sdc1 is ok:
* virsh pool-define-as --name lvmpool --type logical --source-dev /dev/sdc1 --source-name vg --target /dev/vg
I would like something like (but sadly doesn't work):
? virsh
2013 Nov 19
0
Re: virsh and multi source-dev
----- Original Message -----
| From: "Matthieu Simonin" <matthieu.simonin@inria.fr>
| To: libvirt-users@redhat.com
| Sent: Tuesday, November 19, 2013 3:22:56 PM
| Subject: [libvirt-users] virsh and multi source-dev
|
| Hi,
|
| I'm using LVM based storage pools and I'm wondering
| if there is a way to specify several source-dev on the command line
| for creating a volume