BannerSmash commented on PR #11193: URL: https://github.com/apache/cloudstack/pull/11193#issuecomment-4565824678
Can we reopen this? This is a massive issue for us, we're looking to use XCP-ng hosts specifically for the ease of use with iSCSI block storage. This documentation shows that as of version 8 for xenserver and xcp management networks are fine on a VLAN and a recommended path, but management PIFS of anything other than 1500 are unsupported https://docs.xenserver.com/en-us/xenserver/8/networking.html I have a nic bond that needs to be used for management, vlan and VXLAN traffic, the bond needs an MTU of at least 1600 to support the VXLAN overlay, if management is on the native VLAN it has to be on the bond, the reccomended way around this is to put the management PIF on a VLAN tagged network on the bond such as bond0.20 so that you can reduce the MTU for the management interface to 1500 there while leaving the overall bond at 9000 for other services. Because of this archaic check we're basically stuck, we cant use VXLAN backed networks as we cant set our bond to anything other than 1500. I'm willing to test how do we get this moved forward in bypassing the check for version 8 and newer or allowing a user configurable bypass to it? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
