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

Commit

Permalink
Merge pull request #854 from juozasg/main
Browse files Browse the repository at this point in the history
SIGSEGV with metadata from older version of ignite
  • Loading branch information
stealthybox authored Jul 12, 2021
2 parents e76367e + 26b81e4 commit aaac01c
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit aaac01c

Please sign in to comment.