[libvirt] [PATCH v2] Fix autostart flag when loading running domains

Eric Blake eblake at redhat.com
Tue Jun 14 20:24:44 UTC 2011


On 06/12/2011 09:05 PM, Michael Chapman wrote:
> Drivers load running persistent and transient domain configs before
> inactive persistent domain configs, however only the latter would set a
> domain's autostart flag. This mismatch between the loaded and on-disk
> state could later cause problems with "virsh autostart":
> 
>   # virsh autostart example
>   error: Failed to mark domain example as autostarted
>   error: Failed to create symlink '/etc/libvirt/qemu/autostart/example.xml to '/etc/libvirt/qemu/example.xml': File exists
> 
> This patch ensures the autostart flag is set correctly even when the
> domain is already defined.
> 
> Fixes:
> 
>   https://bugzilla.redhat.com/show_bug.cgi?id=632100
>   https://bugzilla.redhat.com/show_bug.cgi?id=675319
> 
> v1 -> v2:
>   - free autostartLink
>   - fixed comment
> 
> Signed-off-by: Michael Chapman <mike at very.puzzling.org>
> ---
>  src/conf/domain_conf.c |   19 +++++++++++--------
>  1 files changed, 11 insertions(+), 8 deletions(-)

ACK and pushed.  I added you to AUTHORS, let me know if I need to adjust
spellings.

-- 
Eric Blake   eblake at redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 619 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20110614/a7a23f0f/attachment-0001.sig>


More information about the libvir-list mailing list