Skip to content

Commit af60ff7

Browse files
authored
Merge pull request #3010 from jandubois/metric
Silence `WARN[0000] vmType vz: ignoring networks[0]: [Metric]`
2 parents 126d3ef + 62f6d1c commit af60ff7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/vz/vz_driver_darwin.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ func (l *LimaVzDriver) Validate() error {
130130
"Lima",
131131
"Socket",
132132
"MACAddress",
133+
"Metric",
133134
"Interface",
134135
); len(unknown) > 0 {
135136
logrus.Warnf("vmType %s: ignoring networks[%d]: %+v", *l.Instance.Config.VMType, i, unknown)

0 commit comments

Comments
 (0)