pvc/node-daemon
Joshua Boniface e70255dbd6 Support configurable interface MTUs
MTUs were hardcoded at 9000, which breaks if the underlying interface
or network switch does not support jumbo frames, a possible deployment
limitation. This has non-obvious consequences due to MTU mismatches
for certain services (Ceph, Zookeeper, etc.).

This commit adds support for configurable MTUs for each interface,
set in pvcd.yaml. The example has been updated to reflect this, with
a default of 1500 (the Ethernet standard).

This commit also adds autoconfiguration of the VNI device MTU based
on the `vni_mtu` value, the same for bridge networks and minus 50
(rather than 200 from the hardcoded value, based on the following
resource [1]) for VXLAN networks.

[1] http://ipengineer.net/2014/06/vxlan-mtu-vs-ip-mtu-consideration/
2019-06-17 23:34:48 -04:00
..
pvcd Support configurable interface MTUs 2019-06-17 23:34:48 -04:00
pvc-flush.service Wait on both sides for 30s 2019-05-24 01:23:18 -04:00
pvcd.py Massive rejigger into single daemon 2018-10-14 02:40:54 -04:00
pvcd.sample.yaml Support configurable interface MTUs 2019-06-17 23:34:48 -04:00
pvcd.service Perform additional tweaks to units 2019-05-23 23:18:28 -04:00
pvcd.target Add node autoflush service and target 2019-05-23 22:42:51 -04:00