You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered:
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.
Not at all related. It does it on x86_64 as well. It could be a bug in koji in the way it's integrated. But it's not console related at all or arm specific. Its the reason we had to go kill a bunch of wild vms on the builders.
On 9 May 2017 9:27:27 pm GMT-05:00, Dusty Mabe ***@***.***> wrote:
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.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#397 (comment)
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
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
and needed to clean it up by doing
when imagefactory gets killed it should ensure it destroys the running guest at the same time
The text was updated successfully, but these errors were encountered: