Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Virsh unable to give error message when image is not as per location #10

Open
tunicashashi opened this issue Sep 8, 2020 · 2 comments

Comments

@tunicashashi
Copy link

tunicashashi commented Sep 8, 2020

acrn-libvirt version: dev v6.1.0
acrn version: 2.0

Virsh command shows VM is running though the VM does not get started due to the image not found in the proper location given in xml file. acrn-dm unable to give feedback to virsh probably

root@exx:~# virsh list
Id Name State

0 vm_ubuntu running

root@exx:~# virsh destroy vm_ubuntu
error: Failed to destroy domain vm_ubuntu
error: internal error: Child process (/usr/bin/acrnctl stop -f vm_ubuntu) unexpected exit status 255

@peterfang
Copy link
Contributor

This is a known issue. acrn-dm is started as a daemon causing the libvirt driver to be unable to detect error codes.

@dbkinder
Copy link

dbkinder commented Oct 1, 2020

@peterfang Is this listed as a known issue in the ACRN release notes (https://projectacrn.github.io/2.0/release_notes/release_notes_2.0.html)? I don't see any that look like this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants