mirror of
https://github.com/containers/podman.git
synced 2025-12-06 13:56:22 +08:00
hyperv: lookup machine on local filesystem first
when looking for a machine, look it up locally first to prevent accidental collision with non-podman machine vms. in the cast of `podman machine ls`, only list podman machines found by json files Enabled remove with force. [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
This commit is contained in:
5
vendor/github.com/containers/libhvee/pkg/hypervctl/summary.go
generated
vendored
5
vendor/github.com/containers/libhvee/pkg/hypervctl/summary.go
generated
vendored
@@ -46,12 +46,11 @@ const (
|
||||
SummaryRequestOtherEnabledState = 132
|
||||
)
|
||||
|
||||
|
||||
type SummaryRequestSet []uint
|
||||
|
||||
var (
|
||||
|
||||
// SummaryRequestCommon includes a smaller subset of commonly used fields
|
||||
// SummaryRequestCommon includes a smaller subset of commonly used fields
|
||||
SummaryRequestCommon = SummaryRequestSet{
|
||||
SummaryRequestName,
|
||||
SummaryRequestElementName,
|
||||
@@ -72,7 +71,7 @@ var (
|
||||
SummaryRequestSwapFilesInUse,
|
||||
}
|
||||
|
||||
// SummaryRequestNearAll includes everything but load history and thumbnails
|
||||
// SummaryRequestNearAll includes everything but load history and thumbnails
|
||||
SummaryRequestNearAll = SummaryRequestSet{
|
||||
SummaryRequestName,
|
||||
SummaryRequestElementName,
|
||||
|
||||
Reference in New Issue
Block a user