On Tue, Jan 08, 2013 at 01:55:16PM -0500, Laine Stump wrote:
> On 01/02/2013 06:10 AM, Dale Amon wrote:
> > I have shifted some VM's to a new server running Quantal
> > and have had a world of trouble. The first one was caused
> > by issues with an apparently compiled in path in their
> > apparmor
2013/1/17 Michal Privoznik
> On 17.01.2013 10:37, lei yang wrote:
> > Hi experts
> >
> > I want to write a script to determine one domain named "vm1" is
> > defined or not, if defined, I will undefine it.
> >
> > The question is how could I know it define or not ?
>
> either you can 'virsh list -
On 01/16/2013 12:20 AM, Varun Bhatnagar wrote:
> Hi,
>
> Sorry for putting the images. Posting this question again.
> I am trying to boot my node through network with the following
> configuration (even with KVM it is not getting booted):
>
> *< domain type='kvm'>*
> * < name>Node-2-3*
>
> * < os
On 01/16/2013 12:27 AM, Paul Wouters wrote:
>
> On all of the networks I create, I really don't want
> libvirt/KVM/virt-manager to do any kind of DHCP. I'm currently using
> xml files to feed into libvirt via virsh, for example:
>
>
> 192_0_1
>
>
>
>
>
>
> Running this through virsh
Thanks, works for me
Lei
On Thu, Jan 17, 2013 at 10:01 PM, Michal Privoznik wrote:
> virsh list --persistent --all
___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redhat.com/mailman/listinfo/libvirt-users
On 17.01.2013 10:37, lei yang wrote:
> Hi experts
>
> I want to write a script to determine one domain named "vm1" is
> defined or not, if defined, I will undefine it.
>
> The question is how could I know it define or not ?
either you can 'virsh list --persistent --all | grep $vm' or you can try
Hi experts
I want to write a script to determine one domain named "vm1" is
defined or not, if defined, I will undefine it.
The question is how could I know it define or not ?
Lei
___
libvirt-users mailing list
libvirt-users@redhat.com
https://www.redh