This repository was archived by the owner on Dec 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 230
This repository was archived by the owner on Dec 7, 2023. It is now read-only.
ignite rm -f fails on dead/crashed container #751
Copy link
Copy link
Closed
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.
Description
I was having issues which meant things had crashed; however I expect that there is some way to remove all reference to a VM rather than just complaining it can't be done.
# ignite ps
VM ID IMAGE KERNEL SIZE CPUS MEMORY CREATED STATUS IPS PORTS NAME
0fdf2b2651969a6b weaveworks/ignite-ubuntu:20.04 weaveworks/ignite-kernel:4.19.125 4.0 GB 1 512.0 MB 19m ago Up 19m 10.1.2.23 silent-wildflower
33f2f348e0669522 weaveworks/ignite-ubuntu:20.04 weaveworks/ignite-kernel:4.19.125 4.0 GB 1 512.0 MB 15h ago Up 15h 10.1.2.20 billowing-night
8a4bfc4d66ecb348 weaveworks/ignite-ubuntu:20.04 weaveworks/ignite-kernel:4.19.125 4.0 GB 1 512.0 MB 40m ago Up 40m 10.1.2.21 aged-sun
d630446df4ba2d11 weaveworks/ignite-ubuntu:20.04 weaveworks/ignite-kernel:4.19.125 4.0 GB 1 512.0 MB 21m ago Up 21m 10.1.2.22 cold-water
#
root@bm01-ig:/home/vagrant# ignite rm -f 8a4bfc4d66ecb348
INFO[0000] Removing the container with ID "ignite-8a4bfc4d66ecb348" from the "cni" network
INFO[0000] CNI failed to retrieve network namespace path: no running task found: task ignite-8a4bfc4d66ecb348 not found: not found
FATA[0000] failed to kill container for VM "8a4bfc4d66ecb348": no running task found: task ignite-8a4bfc4d66ecb348 not found: not found
# ignite ps
VM ID IMAGE KERNEL SIZE CPUS MEMORY CREATED STATUS IPS PORTS NAME
0fdf2b2651969a6b weaveworks/ignite-ubuntu:20.04 weaveworks/ignite-kernel:4.19.125 4.0 GB 1 512.0 MB 19m ago Up 19m 10.1.2.23 silent-wildflower
33f2f348e0669522 weaveworks/ignite-ubuntu:20.04 weaveworks/ignite-kernel:4.19.125 4.0 GB 1 512.0 MB 15h ago Up 15h 10.1.2.20 billowing-night
8a4bfc4d66ecb348 weaveworks/ignite-ubuntu:20.04 weaveworks/ignite-kernel:4.19.125 4.0 GB 1 512.0 MB 41m ago Up 41m 10.1.2.21 aged-sun
d630446df4ba2d11 weaveworks/ignite-ubuntu:20.04 weaveworks/ignite-kernel:4.19.125 4.0 GB 1 512.0 MB 22m ago Up 22m 10.1.2.22 cold-water
Metadata
Metadata
Assignees
Labels
kind/bugCategorizes issue or PR as related to a bug.Categorizes issue or PR as related to a bug.