Displaying 20 results from an estimated 4000 matches similar to: "virsh autostart: cannot set autostart for transient domain"
2010 Feb 25
1
guest management: 1 and only 1 instance
Gang,
???? I run several KVM host machines.? Due to updates, maintenance,
and unexpected reboots sometime host machines are restarted.? I can
easily envision a scenario where HostX needs some critical packages
updated or is acting up.? I migrate guest0, guest1, guest2 etc. from
HostX to HostY.? Then, in either a planned (i.e. scheduled
maintenance) or unplanned (i.e. unplanned reboot) event
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>
2009 Nov 06
8
Migrating from KVM to XEN - kernel panic
First let me say that I'm not a sysadmin, but am simply wearing that hat
this week so please excuse my ignorance. I need to temporarily move some
virtual servers from a CentOS-KVM platform to a CentOS-XEN platform while I
do some upgrades to the CentOS box. I've created a local LV, and used DD
and SCP to transfer the block device from the VKM machine to the XEN
machine. For quite a
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
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!
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
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,
2016 May 06
0
After restart, user's gnome autostart seems broken
Hello there,
CentOS6.7 64-bit up-to-date running on my laptop.. This night I had to
restart (did it properly). Since then, my ~/.config/autostart/ contains
some new broken .desktop files and /var/log/messages complains:
gnome-session[7280]: WARNING: Could not parse desktop file /home/wwp/.config/autostart/gnome-keyring-daemon.desktop: Key file does not have key 'Name'
2011 Jun 06
1
libvirt-bin MOSTLY fails to create default virtual network
I have observed 3 scenarios after I reboot the host with 2 guests (which are
supposed to autostart after boot/reboot of the host):
1. Default network is created but I can not ping guests. Gests don't have
assigned IP address or they both have IP address 192.168.122.100.
2. Default network is not created.
3. Default netork is properly created and everything works fine.
In each case guests are
2007 Apr 04
0
autostart
Hi,
Does backgroundrb 0.2.1 support autostart?
I''ve tried to set up autostart by adding something like the following
in backgroundrb.yml:
autostart:
1:
class: bar_worker
args: ''''
However, that does not seem to work. I also tried the scheduling
mechanism like this in backgroundrb_schedules.yml:
bar:
:class: :bar_worker
:job_key: :bar1
2017 Jan 17
1
gluster store and autostart - but fails
hi all
I've a few guest which work/run perfectly fine, I believe,
except for autostart.
Configuration of system, gluster and libvirt is pretty
regular and not complex.
Errors I see:
...
failed to initialize gluster connection (src=0x7f9424266350
priv=0x7f94242922b0): Transport endpoint is
internal error: Failed to autostart VM 'rhel-work2': failed
to initialize gluster connection
2007 Feb 15
0
disregard RE: new syntax for autostart and repeat
So disregard this question. I followed Mason Hale''s suggestion that I pass
in some worker_args and all is well in the scheduler.yml file.
Brian
_____
From: Brian Lucas [mailto:blucasCO at gmail.com]
Sent: Thursday, February 15, 2007 2:49 PM
To: ''backgroundrb-devel at rubyforge.org''
Subject: new syntax for autostart and repeat
Hello:
I''m a
2016 Mar 21
0
virtual machine won't autostart when using LVM with cache
Hello guys,
Recently I have switched to use LVM cache feature on logical volume
/dev/hdd/windata1 to improve it performace using 32GB partition from SSD
disk.
However, when my computer will start, my virtual machine won't autostart
Mar 21 10:48:57 brutus-coreos libvirtd[956]: Cannot access storage file
'/dev/hdd/windata1' (as uid:107, gid:107): No such file or directory
Mar 21
2017 Mar 20
2
libvirt-guests and time sync on autostart vms
I have a host running a few guests all configured to autostart.
I'm also using libvirt-guests to suspend the guests when the host
restarts or shuts down
When the host comes back up I see a bunch of log messages -
Resuming guest vm01 already active
Resuming guest vm02 already active
I guess this is because libvirt autostarts the guests when it starts
and before libvirt-guests has a chance
to
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
2007 Feb 15
0
new syntax for autostart and repeat
Hello:
I''m a little confused as to the >0.20 brb syntax as it relates to autostart
and repeat.
In short, I''d like to know the easiest way to automatically start a worker
and have it repeat every xx minutes. This was easy in the previous version
because you would simply do : ''repeat.every 20.minutes'' or similar in the
worker.
I''m sure
2017 Mar 21
0
Re: libvirt-guests and time sync on autostart vms
On Tue, Mar 21, 2017 at 1:37 AM, ıuoʎ <yonjah@gmail.com> wrote:
> On Mon, Mar 20, 2017 at 9:58 PM, Timo Juhani Lindfors
> <timo.lindfors@iki.fi> wrote:
> > ıuoʎ <yonjah@gmail.com> writes:
> >> I have a host running a few guests all configured to autostart.
> >> I'm also using libvirt-guests to suspend the guests when the host
> >>
2017 Mar 21
2
Re: libvirt-guests and time sync on autostart vms
On Mon, Mar 20, 2017 at 9:58 PM, Timo Juhani Lindfors
<timo.lindfors@iki.fi> wrote:
> ıuoʎ <yonjah@gmail.com> writes:
>> I have a host running a few guests all configured to autostart.
>> I'm also using libvirt-guests to suspend the guests when the host
>> restarts or shuts down
>
> I have a similar setup. I solved it by writing a small daemon that syncs
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 Dec 13
4
Unintended thread forked in autostart
Hello all,
I''ve got the problem about the following simple application using
autostart and repeat_every.
A thread(?) is forked for processing task at first, but at sencond time
two threads seem to be forked.
My simple application code is...
- In worker class
class FooWorker < BackgrounDRb:Rails
repeat_every 2.minutes
first_run Time.now
def do_work
puts Time.now.to_s +