Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

SIGSEGV with metadata from older version of ignite #854

Merged
merged 1 commit into from
Jul 12, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cmd/ignite/run/ps.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,9 @@ func fetchLatestStatus(vms []*api.VM) (outdatedVMs map[string]bool, errList []er
}
}
vmRuntime = dockerClient
default:
// Skip VMs with unknown runtime
continue
}

// Inspect the VM container using the runtime client.
Expand Down