These commands are not supported in the images created with it. Such as reboot and shutdown-r
cslqm opened this issue · 1 comments
cslqm commented
Configuration
OS:centos 6.9
Oz version:0.17.0
python:2.6.6
Steps to reproduce
- Excuting command oz-install create image
- Use this image run one VM
- In the VM, excuting command "reboot" or "shutdown -r now"
Expected results
VM is reboot.
Actual results
VM just is stop,no start。
Please forgive my English,from google translate。
cslqm commented
Error is environment of libvirt xml。
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>