Comment 3 for bug 1988851

Revision history for this message
Gabriel Cocenza (gabrielcocenza) wrote :

> For the time being, the lint rule can be path-mtu >=1550 for ovs, and path-mtu >=1558 for ovn.

I've already send a patch to review that is adding two capabilities:

- set log-level
- set custom message if the check doesn't pass.

So right now the patch is sending a warning message if the path-mtu >= 1550 for ovs, and path-mtu >= 1558 for ovn. The message says:

"Application neutron-api has config for 'path-mtu' which is bigger than <PATH_MTU_VALUE>. Using bigger value can be a problem to communicate with other external networks through a router."

What do you think Nobuto?

Setting the lint rule path-mtu >= 1550 or path-matu >= 1558 would be easier, but I think it's a good feature for juju-lint be able to control custom messages and log-level.