RHEV 3 Beta Setting MTU on Storage Interface
Hi,
What is the current best practice on setting MTU of the interface that accesses iSCSI storage network?
Thanks in advance,
Toni
Responses
This isn't available in the GUI (but will be in 3.1)
You can manually set the mtu on the ifcfg-ethX device MTU=9000
If the device is actually a logical network (ethX+bridge with bonds and vlans in the middle sometimes), make sure all the devices that build up the logical network have the MTU=9000 param set up.
If the ethX you are using has no logical network attached, you should not worry. Just make sure the ifcfg script is persisted, if you're using RHEV-Hypervisor
You will need to the root console for that, but since you're making manual changes anyhow, I suppose you're already there.
to make a config file persistent, just type
persist /etc/sysconfig/network-scripts/ifcfg-ethX
Note that persisting works only for small config files in specific locations, you cannot just persist anything anywhere in the RHEV-H system