On Thu, Oct 20, 2016 at 7:53 PM, Martin Kletzander
<mkletzan(a)redhat.com> wrote:
> On Thu, Oct 20, 2016 at 11:26:09AM +0200, Ruben Kerkhof wrote:
>>
>> Hi all,
>>
>> virsh(1) has this to say about virsh shutdown:
>> "The exact behavior of a domain when it shuts down is set by the
>> on_shutdown parameter in the domain's XML definition."
>>
>> on_shutdown isn't documented in
https://libvirt.org/formatdomain.html
>>
>>
>> Is the virsh(1) manpage wrong?
>>
>
> Yes, it most certainly is. The element is called <on_poweroff/> [1]
Thanks for your reply Martin.
Interestingly, I checked some of my xml, and they had <on_shutdown/>
in there next to <on_poweroff/>
These vms have been running for years and I might have even migrated
them from Xen's xm configs to libvirt / kvm at one point.
virsh dumpxml confirms that this element is just ignored, so no harm done.
Or have you possibly edited the on-disk saved state of libvirt some time
back instead of using virsh edit? =)