[Libvir] Autostarting guests and networks

Daniel P. Berrange berrange at redhat.com
Fri Feb 16 18:46:50 UTC 2007


On Fri, Feb 16, 2007 at 02:51:07PM +0000, Mark McLoughlin wrote:
> Hey,
> 	We need some way to have libvirtd automatically start guests and
> networks.
> 
> 	We had said we should have autostart directories containing config
> files of guests/networks which should be autostarted. One problem I see
> with that is that we'd need a new API to define autostart configs.
> 
> 	So, I suggest we add an "autostart" flag to the toplevel element of the
> configs.
> 
> 	We could discuss this one at length and I, for one, don't like using
> the XML format as an API like this, but ... comments?

I'm not sure that adding a flag to the XML is neccessarily the correct
way to do this. The XML is intended to be a description of the VM's
virtual hardware / resources. Whether a domain autostarts or not is really
administrator defined policy which doesn't match up with intended use of
the XML. Similar reason we don't put VCPU pinning information in the XML,
because its local machine / administrator defined policy rather than a
part of the VM hardware description.

I think I'd probably be more inclined to add a formal API for querying 
whether a domain autostarts, and a second for setting the autostart
flag on/off.

The old Xend just stuffs VM configs into a special directory to autostart,
so we can detect that by looking for appropriate symlins, and change it
by adding/removing the symlinks. The newer Xen 3.0.4 or later has a formal
API for setting/querying autostart I believe, but can't remember the details
just at the minute.

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  -=| 




More information about the libvir-list mailing list