diff --git a/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js b/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js index 1fb8145489..84f1cb489d 100644 --- a/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js +++ b/content/docs/deployment/csminstallationwizard/src/static/js/ui-functions.js @@ -366,6 +366,7 @@ function displayModules(installationType, driverName, CONSTANTS_PARAM) { $(".fsGroupPolicy").show(); $(".vgsnapshot").hide(); $(".storage-capacity").show(); + $(".max-volumes-per-node").show(); document.getElementById("driver-namespace").value = CONSTANTS_PARAM.POWERSCALE_NAMESPACE; if (installationType === 'operator'){ $(".observability-operator").show(); diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.7.0-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.7.0-values.template index 27ca745c16..ceb4675c5f 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.7.0-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.7.0-values.template @@ -238,6 +238,8 @@ csi-vxflexos: csi-isilon: enabled: $POWERSCALE_ENABLED version: "v2.7.0" + images: + driverRepository: $IMAGE_REPOSITORY certSecretCount: $CERT_SECRET_COUNT allowedNetworks: [] @@ -251,6 +253,8 @@ csi-isilon: storageCapacity: enabled: $STORAGE_CAPACITY_ENABLED + maxIsilonVolumesPerNode: $MAX_VOLUMES_PER_NODE + controller: controllerCount: $CONTROLLER_COUNT volumeNamePrefix: $VOLUME_NAME_PREFIX @@ -340,9 +344,6 @@ csi-isilon: - "--driverPodLabelValue=dell-storage" - "--ignoreVolumelessPods=false" - images: - driverRepository: $IMAGE_REPOSITORY - ## K8S/CSI-Unity ATTRIBUTES ########################################## csi-unity: diff --git a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template index 0e4c17a77a..7c5868ca36 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/helm/csm-1.8.0-values.template @@ -244,6 +244,8 @@ csi-vxflexos: csi-isilon: enabled: $POWERSCALE_ENABLED version: "v2.8.0" + images: + driverRepository: $IMAGE_REPOSITORY certSecretCount: $CERT_SECRET_COUNT allowedNetworks: [] @@ -257,6 +259,8 @@ csi-isilon: storageCapacity: enabled: $STORAGE_CAPACITY_ENABLED + maxIsilonVolumesPerNode: $MAX_VOLUMES_PER_NODE + controller: controllerCount: $CONTROLLER_COUNT volumeNamePrefix: $VOLUME_NAME_PREFIX @@ -346,9 +350,6 @@ csi-isilon: - "--driverPodLabelValue=dell-storage" - "--ignoreVolumelessPods=false" - images: - driverRepository: $IMAGE_REPOSITORY - ## K8S/CSI-Unity ATTRIBUTES ########################################## csi-unity: diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.7.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.7.0.template index 5a7ae01fd6..ceb028cea8 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.7.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.7.0.template @@ -179,7 +179,7 @@ spec: # Allowed values: n, where n >= 0 # Default value: 0 - name: X_CSI_MAX_VOLUMES_PER_NODE - value: "0" + value: "$MAX_VOLUMES_PER_NODE" # X_CSI_ALLOWED_NETWORKS: Custom networks for PowerScale export # Specify list of networks which can be used for NFS I/O traffic; CIDR format should be used. diff --git a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.8.0.template b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.8.0.template index 612207e6c7..c36b3e039d 100644 --- a/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.8.0.template +++ b/content/docs/deployment/csminstallationwizard/src/templates/operator/csm-isilon-1.8.0.template @@ -179,7 +179,7 @@ spec: # Allowed values: n, where n >= 0 # Default value: 0 - name: X_CSI_MAX_VOLUMES_PER_NODE - value: "0" + value: "$MAX_VOLUMES_PER_NODE" # X_CSI_ALLOWED_NETWORKS: Custom networks for PowerScale export # Specify list of networks which can be used for NFS I/O traffic; CIDR format should be used. diff --git a/content/docs/deployment/csmoperator/_index.md b/content/docs/deployment/csmoperator/_index.md index 0d7fa34669..1eeac304ed 100644 --- a/content/docs/deployment/csmoperator/_index.md +++ b/content/docs/deployment/csmoperator/_index.md @@ -24,9 +24,9 @@ The table below lists the driver and modules versions installable with the CSM O | CSI Driver | Version | CSM Authorization | CSM Replication | CSM Observability | CSM Resiliency | | ------------------ |---------|-------------------|-----------------|-------------------|----------------| +| CSI PowerScale | 2.8.0 | ✔ 1.7.0 | ✔ 1.5.0 | ✔ 1.6.0 | ✔ 1.7.0 | | CSI PowerScale | 2.7.0 | ✔ 1.7.0 | ✔ 1.5.0 | ✔ 1.5.0 | ✔ 1.6.0 | | CSI PowerScale | 2.6.0 | ✔ 1.6.0 | ✔ 1.4.0 | ✔ 1.5.0 | ❌ | -| CSI PowerScale | 2.5.0 | ✔ 1.5.0 | ✔ 1.3.0 | ✔ 1.4.0 | ❌ | | CSI PowerFlex | 2.7.0 | ✔ 1.7.0 | ✔ 1.5.0 | ✔ 1.5.0 | ✔ 1.6.0 | | CSI PowerFlex | 2.6.0 | ✔ 1.6.0 | ✔ 1.4.0 | ✔ 1.5.0 | ❌ | | CSI PowerFlex | 2.5.0 | ✔ 1.5.0 | ❌ | ✔ 1.4.0 | ❌ |