diff --git a/content/docs/csidriver/_index.md b/content/docs/csidriver/_index.md index 8be8c5c1bb..80be3762cd 100644 --- a/content/docs/csidriver/_index.md +++ b/content/docs/csidriver/_index.md @@ -21,7 +21,7 @@ The CSI Drivers by Dell implement an interface between [CSI](https://kubernetes- | Ubuntu | 20.04 | 20.04 | 18.04, 20.04 | 20.04, 22.04 | 20.04 | | CentOS | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | 7.8, 7.9 | | SLES | 15SP4 | 15SP4 | 15SP4 | 15SP3 | 15SP4 | -| Red Hat OpenShift | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | +| Red Hat OpenShift | 4.10, 4.10 EUS, 4.11 | 4.12, 4.12 EUS, | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | 4.10, 4.10 EUS, 4.11 | | Mirantis Kubernetes Engine | 3.6.x | 3.5.x,3.6.x | 3.6.x | 3.5.x, 3.6.x | 3.6.x | | Google Anthos | 1.12 | 1.12 | no | 1.12 | 1.14 | | VMware Tanzu | no | no | NFS | NFS | NFS,iSCSI | diff --git a/content/docs/csidriver/release/powerstore.md b/content/docs/csidriver/release/powerstore.md index 28ebee50b1..a43b0bb493 100644 --- a/content/docs/csidriver/release/powerstore.md +++ b/content/docs/csidriver/release/powerstore.md @@ -9,10 +9,14 @@ description: Release notes for PowerStore CSI driver - [Added support for Resiliency](https://github.com/dell/csm/issues/587) - [Added support for Kubernetes 1.26](https://github.com/dell/csm/issues/597) +- [Added support for MKE 3.6.x](https://github.com/dell/csm/issues/672) +- [Added support for RKE 1.4.1](https://github.com/dell/csm/issues/670) ### Fixed Issues -- [Fixed issue where driver was not properly cleaning up resources when volumes were unmounted](https://github.com/dell/csm/issues/666) +- [Multiple iSCSI network support](https://github.com/dell/csm/issues/668) +- [Create volume successful but unable to map volumes to a hosts](https://github.com/dell/csm/issues/599) +- [Can't find IP in X_CSI_POWERSTORE_EXTERNAL_ACCESS for NFS provisioning](https://github.com/dell/csm/issues/689) ### Known Issues @@ -25,5 +29,4 @@ description: Release notes for PowerStore CSI driver ### Note: -- Support for Kubernetes alpha features like Volume Health Monitoring and RWOP (ReadWriteOncePod) access mode will not be available in Openshift environment as Openshift doesn't support enabling of alpha features for Production Grade clusters. -- This release is only supported when driver is installed via helm. \ No newline at end of file +- Support for Kubernetes alpha features like Volume Health Monitoring and RWOP (ReadWriteOncePod) access mode will not be available in Openshift environment as Openshift doesn't support enabling of alpha features for Production Grade clusters. \ No newline at end of file diff --git a/content/docs/csidriver/troubleshooting/powermax.md b/content/docs/csidriver/troubleshooting/powermax.md index 960491a02a..b2e9802ce5 100644 --- a/content/docs/csidriver/troubleshooting/powermax.md +++ b/content/docs/csidriver/troubleshooting/powermax.md @@ -17,3 +17,4 @@ description: Troubleshooting PowerMax Driver |`FailedPrecondition desc = no topology keys could be generate`| Make sure that FC or iSCSI connectivity to the arrays are proper | | CreateHost failed with error `initiator is already part of different host.` | Update modifyHostName to true in values.yaml Or Remove the initiator from existing host | | `kubectl logs powermax-controller- –n ` driver logs says connection refused and the reverseproxy logs says "Failed to setup server.(secrets \"secret-name\" not found)" | Make sure the given secret exist on the cluster | +| nodestage is failing with error `Error invalid IQN Target iqn.EMC.0648.SE1F` | 1. Update initiator name to full default name , ex: iqn.1993-08.org.debian:01:e9afae962192
2.Ensure that the iSCSI initiators are available on all the nodes where the driver node plugin will be installed and it should be full default name. | diff --git a/content/docs/csidriver/upgradation/drivers/powerstore.md b/content/docs/csidriver/upgradation/drivers/powerstore.md index f44e02d6ee..5e757c955b 100644 --- a/content/docs/csidriver/upgradation/drivers/powerstore.md +++ b/content/docs/csidriver/upgradation/drivers/powerstore.md @@ -32,3 +32,13 @@ Note: While upgrading the driver via helm, controllerCount variable in myvalues. 4. Create the secret by running ```kubectl create secret generic powerstore-config -n csi-powerstore --from-file=config=secret.yaml``` 5. Copy the default values.yaml file `cd dell-csi-helm-installer && cp ../helm/csi-powerstore/values.yaml ./my-powerstore-settings.yaml` and update parameters as per the requirement. 6. Run the `csi-install` script with the option _\-\-upgrade_ by running: `./csi-install.sh --namespace csi-powerstore --values ./my-powerstore-settings.yaml --upgrade`. + +## Upgrade using Dell CSI Operator: + +**Notes:** +1. While upgrading the driver via operator, replicas count in sample CR yaml can be at most one less than the number of worker nodes. +2. Upgrading the Operator does not upgrade the CSI Driver. + + +1. Please upgrade the Dell CSI Operator by following [here](./../operator). +2. Once the operator is upgraded, to upgrade the driver, refer [here](./../../../installation/operator/#update-csi-drivers). \ No newline at end of file diff --git a/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.4.0.properties b/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.4.0.properties deleted file mode 100644 index 2e9afb6e8c..0000000000 --- a/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.4.0.properties +++ /dev/null @@ -1,6 +0,0 @@ -driverVersion=v2.4.0 -vgsnapshotImage=csi-volumegroup-snapshotter:v1.1.0 -replicationImage=dell-csi-replicator:v1.3.0 -authorizationImage=csm-authorization-sidecar:v1.4.0 -migrationImage=dell-csi-migrator:v1.0.0 -powermaxCSIReverseProxyImage=csipowermax-reverseproxy:v2.3.0 diff --git a/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.5.0.properties b/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.5.0.properties deleted file mode 100644 index 3fad6a924e..0000000000 --- a/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.5.0.properties +++ /dev/null @@ -1,6 +0,0 @@ -driverVersion=v2.5.0 -vgsnapshotImage=csi-volumegroup-snapshotter:v1.1.0 -replicationImage=dell-csi-replicator:v1.3.0 -authorizationImage=csm-authorization-sidecar:v1.5.0 -migrationImage=dell-csi-migrator:v1.0.0 -powermaxCSIReverseProxyImage=csipowermax-reverseproxy:v2.4.0 \ No newline at end of file diff --git a/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.6.0.properties b/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.6.0.properties index d242f20dfd..4b0b591d85 100644 --- a/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.6.0.properties +++ b/content/docs/deployment/csminstallationwizard/src/csm-versions/csm-1.6.0.properties @@ -4,4 +4,6 @@ replicationImage=dell-csi-replicator:v1.4.0 podmonImage=podmon:v1.5.0 authorizationImage=csm-authorization-sidecar:v1.6.0 migrationImage=dell-csi-migrator:v1.1.0 +migrationNodeRescanSidecarImage=dell-csi-node-rescanner:v1.0.0 powermaxCSIReverseProxyImage=csipowermax-reverseproxy:v2.5.0 +appMobilityVeleroPluginImage=csm-application-mobility-velero-plugin:v0.3.0 \ No newline at end of file diff --git a/content/docs/deployment/csminstallationwizard/src/index.html b/content/docs/deployment/csminstallationwizard/src/index.html index fcbf85ed90..98f94f8105 100644 --- a/content/docs/deployment/csminstallationwizard/src/index.html +++ b/content/docs/deployment/csminstallationwizard/src/index.html @@ -11,22 +11,19 @@ -
-
-
- -
-
-
-
+
+ +
+
+
-
+
Container Storage Modules (CSM) Installation Wizard
@@ -279,7 +276,7 @@
- +
@@ -454,17 +451,30 @@
-