We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Expands and upgrades can fail sometimes if the storage and management switches and port group names have been changed in ESX clusters.
The /opt/springpath/springpath_default.tunes has what we are expecting to be present.
[networking] portgroup_hypervisor_mgmt=Management Network portgroup_hypervisor_data=Storage Hypervisor Data Network portgroup_controller_mgmt=Storage Controller Management Network portgroup_controller_data=Storage Controller Data Network portgroup_hypervisor_vmotion=vMotion Network
[vswitch_mgmt] vswitch=vswitch-hx-inband-mgmt [vswitch_storage_data] vswitch=vswitch-hx-storage-data
There should be some new checks added into the script which verifies that these names are present and in use.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expands and upgrades can fail sometimes if the storage and management switches and port group names have been changed in ESX clusters.
The /opt/springpath/springpath_default.tunes has what we are expecting to be present.
[networking]
portgroup_hypervisor_mgmt=Management Network
portgroup_hypervisor_data=Storage Hypervisor Data Network
portgroup_controller_mgmt=Storage Controller Management Network
portgroup_controller_data=Storage Controller Data Network
portgroup_hypervisor_vmotion=vMotion Network
[vswitch_mgmt]
vswitch=vswitch-hx-inband-mgmt
[vswitch_storage_data]
vswitch=vswitch-hx-storage-data
There should be some new checks added into the script which verifies that these names are present and in use.
The text was updated successfully, but these errors were encountered: