Following several connectivity issues caused by MTU mismatches between
switches and cluster nodes (where the host MTU was larger than the
switch MTU) a jumbo frame check has been added to the
controller_config, storage_config, and worker_config systemd services. This check logs the network’s capability to handle jumbo frames.
The change writes the results to /var/log/user.log and skips the test
for simplex configurations, as it is not required in that scenario.
Test Plan
=========
[PASS] install AIO-DX and check log messages
[PASS] install Standard and check log messages
[PASS] install AIO-SX and check that no messages are generated
Closes-Bug: 2131218
Change-Id: Iedd8713247b142930a4cc3175623e08d78cab258
Signed-off-by: Andre Kantek <andrefernandozanella.kantek@windriver.com>