Jump to content
Welcome to our new Citrix community!
  • 0

Change Storage Interface MTU to 9000 in Xenserver Pool


Robert Madrian

Question

Hello,

 

Is it really true that changing the MTU size to 9000 on the Storage Interfaces in a Pool is only possible by deleting and reconfiguring the Interfaces?
(in Xencenter this option is deaktivated)
 
we have two pools with 17 Servers (Xenserver 6.2) and many Interfaces in an running environment and I don't want to change this with deleting the Interfaces...
 
robert
Link to comment

22 answers to this question

Recommended Posts

  • 0

I've done this with a CLI command, no need to recreate the network:

 

1) shut down guests

2) reconfigure the network

# xe network-param-set uuid=<network-uuid> MTU=9000

3) reboot hosts

4) verify proper MTU sizing

# ping -M do -s 8972 -c 2 <ipaddr-of-storage>

 

Instead of rebooting the hosts, I've also seen reports that unplugging / plugging the PIF's would do the trick, but I didn't check that by myself.

 

BfN, Konrad

  • Like 1
Link to comment
  • 0

It's typically around 10-15% gain fpr jumbo frames.  You'd be best off to either create a new PMI and migrate it all over to it and rebuild the bond, or to be safest, take everything down and reconfigure it.  I recall trying to do something like this on the fly once with a much older version of XenServer (6.1, perhaps) and it was not a happy ending.

Link to comment
  • 0

If the storage is not active, it may be possible to do this pool-wide with the xe "network-param-set" command (thanks, Jesse, for the tip!) but I'm not sure if (1) that will work with an active storage network or, (2) if it can be done if the NIC is part of a bond. If it's on a VLAN and the MTU of the NIC or bond itself would be exceeded, that certain;y won't work. You may have to do some additional experimenting on a test setup.

 

-=Tobias

Link to comment
  • 0
On 2/22/2017 at 10:13 PM, Konrad Ruess said:

I've done this with a CLI command, no need to recreate the network:

 

1) shut down guests

2) reconfigure the network

# xe network-param-set uuid=<network-uuid> MTU=9000

3) reboot hosts

4) verify proper MTU sizing

# ping -M do -s 8972 -c 2 <ipaddr-of-storage>

 

Instead of rebooting the hosts, I've also seen reports that unplugging / plugging the PIF's would do the trick, but I didn't check that by myself.

 

BfN, Konrad

 Toolstack restart has worked for me. No need to reboot. However I'm using XenServer 8.1

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...