You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of the minimal manifests feature, an additional configmap was added to the csi-powermax deloyment that contains the array ID, unisphere endpoint, transport protocol, and portgroup so that we could remove these values from the sample file. We need to undo this change, as the ask in the minimal manifests feature was to only remove all optional values from the sample file, not to remove mandatory fields as well.
This has caused confusion in the field and makes the installation process for powermax harder, not easier. We need to revert these changes by doing the following:
Remove the new configmap and all dependency on the new configmap
Put array ID, portgroup, and transport protocol fields in the minimal sample
Remove the driver’s dependency on the unisphere endpoint – the driver should not have to know anything about the unisphere endpoint. This will probably involve changing some logic in the csi-powermax repo.
The text was updated successfully, but these errors were encountered:
As part of the minimal manifests feature, an additional configmap was added to the csi-powermax deloyment that contains the array ID, unisphere endpoint, transport protocol, and portgroup so that we could remove these values from the sample file. We need to undo this change, as the ask in the minimal manifests feature was to only remove all optional values from the sample file, not to remove mandatory fields as well.
This has caused confusion in the field and makes the installation process for powermax harder, not easier. We need to revert these changes by doing the following:
The text was updated successfully, but these errors were encountered: