Displaying 20 results from an estimated 4000 matches similar to: "Destroy autostarted network on shutdown"
2015 Dec 07
2
Re: Destroy autostarted network on shutdown
> autostarting (and autostopping) based on what event?
Based on start/shutdown of the host or starting/stopping libvirtd. I
just wrote a script to start with systemd but as there is that autostart
functionality in libvirtd this might not be the best solution.
Regards,
Jan
2015 Dec 07
0
Re: Destroy autostarted network on shutdown
On 12/06/2015 12:19 PM, Jan Grashöfer wrote:
> Hi all,
>
> I just ran into problem properly stopping a network. I have defined a
> network and network hook script to accomplish some preparations and
> cleanup. Testing my configuration (virsh net-start and virsh
> net-destroy) was successfully.
>
> Now I wanted to automate the lifecycle. Unfortunately I realized that an
>
2015 Dec 07
0
Re: Destroy autostarted network on shutdown
On 12/07/2015 01:20 PM, Jan Grashöfer wrote:
>> autostarting (and autostopping) based on what event?
> Based on start/shutdown of the host or starting/stopping libvirtd. I
> just wrote a script to start with systemd but as there is that autostart
> functionality in libvirtd this might not be the best solution.
networks with autostart set will be started when libvirtd is started if
2006 Aug 07
2
Autostarting and job keys...
I''ve now got 5 processes auto started. But I when I query the
MiddleMan for their keys (in script/console), it doesn''t find them.
Looking at the start script, it looks like it might be creating a new
MiddleMan object for each autostart
BackgrounDRb::MiddleMan.new.new_worker(:class => entry[''class''],
Even changing it to
2010 Aug 27
1
Unable to autostart storage pool.
Following xml file was used to create storage pool using 'virsh pool-create
<xml>'
<pool type='dir'>
<name>my-diskpool</name>
<uuid>2fbc894e-7619-6cda-a33c-b27fae5fbe8b</uuid>
<capacity>136024670208</capacity>
<allocation>11416657920</allocation>
<available>124608012288</available>
<source>
2010 Mar 17
1
Pool, iSCSI and guest start
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Former user of Xen and newbie in kvm/qemu/libvirt stuff, I give it a try
on my network ;-)
I need to run a VM with iSCSI target attached.
I did it this way :
1) Creation of iscsi pool (equa.xml) :
<pool type="iscsi">
<name>equalog</name>
<source>
<host name="10.10.0.1"/>
<device
2018 Dec 14
2
Re: "virsh list --all" is intermittently causing a shutdown client to boot?
Autostart is set to "enable" for this domain, but I wouldn't expect autostart to be invoked when a simple "read-only" command is run. I'd expect the "list --all" command to only display details about the domain...not change the status of the domain by booting it. Maybe I'm misunderstanding things...
On Thursday, December 13, 2018, 11:20:30 AM EST,
2012 Dec 02
1
iSCSI storage pool autostart
Hello everyone,
I have recently installed libvirt 1.0.0 and am having a problem with my
iSCSI storage pool's autostarting. They are just going to an inactive state
right after a reboot of the host. However once the startup is complete I
can manually start the pool without problem.
I am getting the following errors in the libvirtd.log file but they don't
really give me much as to what
2015 Oct 10
1
Re: qemu:///session and network-mounted home directories
Cole Robinson <crobinso@redhat.com> writes:
> The proper way to make sure shared VMs aren't started across multiple machines
> is libvirt's locking support: https://libvirt.org/locking.html
>
> It requires running a separate daemon though so isn't trivial, and I have no
> idea if it can be made to work with qemu:///session.
Hmm, but what do you mean by shared VMs
2006 Jul 31
1
[PATCH-SUGGESTION] autostarting workers
Hi there,
as i stated before in my talk with Ben Johnson, I hacked a little bit and
here it is - autostarting jobs. I think someone (eh... Ezra) should review
it and check to see if i made any mistakes. Also i dont have the possibility
to test it on other-than-Windows systems, but since the calling process
works just the same, it should do well...
Now the neccesary evil, the documentation...
If
2010 Jan 17
2
error: failed to serialize S-Expr
Last night I upgraded from b127 to b130 and now I can''t mark autostart
domains:
# virsh autostart lunar-1
error: Failed to mark domain lunar-1 as autostarted
error: failed to serialize S-Expr: (domain (on_crash restart) (uuid
91c21040-2098-bc0d-b401-3908f3a21667) (bootloader_args) (vcpus 1) (name
lunar-1) (on_poweroff destroy) (on_reboot restart) (cpus (
Searching the archives
2008 May 22
1
Preferred DomU creation method
All,
Is there a preferred method for creating a domain today; in other words,
virt-install, xm create, etc.? I have one machine that the domains were
created by another admin using xm create, and I /do/ like the config
options for autostarting, etc. For some reason, I used virt-install on
the current machine, and ended up with domains named and placed in
2016 Oct 17
3
Libvirt newer than 2.1.0 doesnt start up
Hi all,
I have some problems with libvirt >2.1.0 (so 2.2.0 and 2.3.0): I have a
working environment using libvirt 2.1.0 with 1 domain (called "mail")
and one network (called "default6"), both are autostarted. I have no
problems with this environment using libvirt 2.1.0, everything works great.
But after (testwise) updating to libvirt 2.2.0 or 2.3.0, libvirt doesn't
2013 Jun 14
2
Enabling route_localnet on private network
I have an issue setting a persistent kernel option on a libvirt net device since that device does not exist early enough during the boot of the KVM host.
I am using the 127.0.0.0 local net for cluster communication between the KVM host and its guests as well as between KVM guests. In order to use addresses on the 127.0.0.0/8 network, which is reserved for local communication, two configuration
2009 Dec 15
1
Libvirt problem - centos 5.4 / xen 3.4.2 all x86_64
Hi,
Anyone have that problem xen installation?
[root at xen64-dev ~]# virsh autostart appl
error: Failed to mark domain appl as autostarted
error: internal error sexpr2string failed
root at xen64-dev opt]# rpm -qa |grep libvirt
libvirt-client-0.7.0-6.el5
libvirt-python-0.7.0-6.el5
libvirt-0.7.0-6.el5
[root at xen64-dev opt]# rpm -qa |grep xen
xen-libs-3.4.2-2.el5
2018 Dec 14
0
Re: "virsh list --all" is intermittently causing a shutdown client to boot?
On 12/14/18 4:31 PM, Peter Kukla wrote:
> Autostart is set to "enable" for this domain, but I wouldn't expect autostart to be invoked when a simple "read-only" command is run. I'd expect the "list --all" command to only display details about the domain...not change the status of the domain by booting it. Maybe I'm misunderstanding things...
Bingo!
2011 Jan 04
1
autostarting storage pool
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello everyone,
How do I make storage pool auto start?
I have:
virsh # pool-list
Name State Autostart
- -----------------------------------------
default active yes
virtimages active no
I don't see anything in pool's xml that could suit this purpose:
virsh # pool-dumpxml virtimages
2008 Dec 26
0
autostarting domUs
What''s the OpenSolaris xVM idiom for autostarting domUs when I boot the dom0?
Is this a setting in the .xml for the domain, or is there something I
should poke at?
--
Christopher Vance
2009 Nov 13
0
virsh autostart: cannot set autostart for transient domain
Hello all,
I'm running a newly installed CentOS 5.4 KVM host and am running into
problems setting guests up to autostart. Has anyone seen and/or overcome
this issue?
[root at virt04 ~]# virsh autostart guest02
error: Failed to mark domain guest02 as autostarted
error: internal error cannot set autostart for transient domain
Just for kicks I tried symlinking /etc/libvirt/guest02.xml and
2008 Nov 01
1
xen domains autostart
Hi guys,
I have Centos 5.2 with all updates.
I am using xen virtualization - with visrsh.
I want to have autostart of domains configured, but so far this does not work
[root at power ~]# virsh autostart reqdemo
libvir: error : this function is not supported by the hypervisor:
virDomainSetAutostart
error: Failed to mark domain reqdemo as autostarted
I know that , when i am using xm style