Skip to content

Commit

Permalink
Merge pull request #3010 from jandubois/metric
Browse files Browse the repository at this point in the history
Silence `WARN[0000] vmType vz: ignoring networks[0]: [Metric]`
  • Loading branch information
AkihiroSuda authored Dec 11, 2024
2 parents 126d3ef + 62f6d1c commit af60ff7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/vz/vz_driver_darwin.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ func (l *LimaVzDriver) Validate() error {
"Lima",
"Socket",
"MACAddress",
"Metric",
"Interface",
); len(unknown) > 0 {
logrus.Warnf("vmType %s: ignoring networks[%d]: %+v", *l.Instance.Config.VMType, i, unknown)
Expand Down

0 comments on commit af60ff7

Please sign in to comment.