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

when imagefactory is killed it does not clean up after itself #397

Open
ausil opened this issue Feb 23, 2017 · 2 comments
Open

when imagefactory is killed it does not clean up after itself #397

ausil opened this issue Feb 23, 2017 · 2 comments

Comments

@ausil
Copy link

ausil commented Feb 23, 2017

with the koji integration of imagefactory, if the image fails on one arch the task on any other arches gets cancelled. however the vm gets left running

take https://koji.fedoraproject.org/koji/taskinfo?taskID=18010830

when i logged onto the builder doing the arm build I saw

# virsh list --all
Id    Nombre                         Estado 
----------------------------------------------------
36    factory-build-0c984303-a01e-40a9-a8cf-4b1de25cd952 ejecutando

and needed to clean it up by doing

# virsh destroy 36
El dominio 36 ha sido destruido

when imagefactory gets killed it should ensure it destroys the running guest at the same time

@dustymabe
Copy link

I honestly think this is related to clalancette/oz#230, which I reported a while back and has been fixed upstream. There is a pending version of oz that chris has been "about to release" for a few weeks now, so hopefully that will come soon.

@ausil
Copy link
Author

ausil commented May 10, 2017 via email

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

2 participants