Skip to content

Commit

Permalink
unity changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijaKakde committed Sep 24, 2024
1 parent 18b4ea3 commit ffb6890
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion content/docs/csidriver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The CSI Drivers by Dell implement an interface between [CSI](https://kubernetes-
{{<table "table table-striped table-bordered table-sm">}}
| Features | PowerMax | PowerFlex | Unity XT | PowerScale | PowerStore |
|--------------------------|:--------:|:---------:|:---------:|:----------:|:----------:|
| CSI Driver version | 2.11.0 | 2.11.0 | 2.11.0 | 2.11.0 | 2.11.1 |
| CSI Driver version | 2.11.0 | 2.11.0 | 2.11.1 | 2.11.0 | 2.11.1 |
| Static Provisioning | yes | yes | yes | yes | yes |
| Dynamic Provisioning | yes | yes | yes | yes | yes |
| Expand Persistent Volume | yes | yes | yes | yes | yes |
Expand Down
3 changes: 2 additions & 1 deletion content/docs/csidriver/release/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Unity XT
description: Release notes for Unity XT CSI driver
---

## Release Notes - CSI Unity XT v2.11.0
## Release Notes - CSI Unity XT v2.11.1



Expand All @@ -18,6 +18,7 @@ description: Release notes for Unity XT CSI driver
- [#1359 - [FEATURE]: Add Support for OpenShift Container Platform (OCP) 4.16 ](https://github.com/dell/csm/issues/1359)
- [#1400 - [FEATURE]: Support for Kubernetes 1.30](https://github.com/dell/csm/issues/1400)
- [#1399 - [FEATURE]: Unity 5.4 Support](https://github.com/dell/csm/issues/1399)
- [#1415 - [FEATURE]: Unity consistency update to reduce the number of authentication API calls](https://github.com/dell/csm/issues/1415)

### Fixed Issues

Expand Down
2 changes: 1 addition & 1 deletion content/docs/deployment/csminstallationwizard/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The [Dell Container Storage Modules Installation Wizard](./src/index.html) is a
| CSI PowerScale | 2.10.1 |✔️ |✔️ |
| CSI PowerScale | 2.9.1 |✔️ |✔️ |
| CSI PowerScale | 2.8.0 |✔️ |✔️ |
| CSI Unity XT | 2.11.0 |✔️ ||
| CSI Unity XT | 2.11.1 |✔️ ||
| CSI Unity XT | 2.10.1 |✔️ ||
| CSI Unity XT | 2.9.1 |✔️ ||
| CSI Unity XT | 2.8.0 |✔️ ||
Expand Down
4 changes: 2 additions & 2 deletions content/docs/deployment/csmoperator/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The table below lists the driver and modules versions installable with the CSM O
| CSI PowerMax | 2.11.0 | ✔ 1.11.0 | ✔ 1.9.0 | ✔ 1.9.0 | ✔ 1.10.0 |
| CSI PowerMax | 2.10.1 | ✔ 1.10.1 | ✔ 1.8.1 | ✔ 1.8.1 ||
| CSI PowerMax | 2.9.1 | ✔ 1.9.1 | ✔ 1.7.1 | ✔ 1.7.0 ||
| CSI Unity XT | 2.11.0 |||||
| CSI Unity XT | 2.11.1 |||||
| CSI Unity XT | 2.10.1 |||||
| CSI Unity XT | 2.9.1 |||||

Expand Down Expand Up @@ -187,7 +187,7 @@ Here is the output of a request to build an offline bundle for the Dell CSM Oper
dellemc/csipowermax-reverseproxy:v2.10.0
dellemc/csi-powermax:v2.11.0
dellemc/csi-powerstore:v2.11.1
dellemc/csi-unity:v2.11.0
dellemc/csi-unity:v2.11.1
dellemc/csi-vxflexos:v2.11.0
dellemc/csm-authorization-sidecar:v1.11.0
dellemc/csm-metrics-powerflex:v1.9.0
Expand Down
2 changes: 1 addition & 1 deletion content/docs/deployment/helm/drivers/installation/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Install CSI Driver for Unity XT using this procedure.

* As a pre-requisite for running this procedure, you must have the downloaded files, including the Helm chart from the source [git repository](https://github.com/dell/csi-unity) with the command
```bash
git clone -b v2.11.0 https://github.com/dell/csi-unity.git
git clone -b v2.11.1 https://github.com/dell/csi-unity.git
```
* In the top-level dell-csi-helm-installer directory, there should be two scripts, `csi-install.sh` and `csi-uninstall.sh`.
* Ensure _unity_ namespace exists in Kubernetes cluster. Use the `kubectl create namespace unity` command to create the namespace if the namespace is not present.
Expand Down
4 changes: 2 additions & 2 deletions content/docs/deployment/helm/drivers/upgrade/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ You can upgrade the CSI Driver for Dell Unity XT using Helm or Dell CSM Operator

Preparing myvalues.yaml is the same as explained in the install section.

To upgrade the driver from csi-unity v2.10.1 to csi-unity v2.11.0
To upgrade the driver from csi-unity v2.10.1 to csi-unity v2.11.1

1. Get the latest csi-unity v2.11.0 code from Github using `git clone -b v2.11.0 https://github.com/dell/csi-unity.git`.
1. Get the latest csi-unity v2.11.0 code from Github using `git clone -b v2.11.1 https://github.com/dell/csi-unity.git`.
2. Copy the helm/csi-unity/values.yaml to the new location csi-unity/dell-csi-helm-installer and rename it to myvalues.yaml. Customize settings for installation by editing myvalues.yaml as needed.
3. Navigate to csi-unity/dell-csi-hem-installer folder and execute this command:
```bash
Expand Down
2 changes: 1 addition & 1 deletion content/docs/prerequisites/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ The table below lists the driver and modules versions installable with the CSM O
| CSI PowerMax | 2.11.0 | ✔ 1.11.0 | ✔ 1.9.0 | ✔ 1.9.0 | ✔ 1.10.0 |
| CSI PowerMax | 2.10.1 | ✔ 1.10.1 | ✔ 1.8.1 | ✔ 1.8.1 ||
| CSI PowerMax | 2.9.1 | ✔ 1.9.1 | ✔ 1.7.1 | ✔ 1.7.0 ||
| CSI Unity XT | 2.11.0 |||||
| CSI Unity XT | 2.11.1 |||||
| CSI Unity XT | 2.10.1 |||||
| CSI Unity XT | 2.9.1 |||||
{{</table>}}

0 comments on commit ffb6890

Please sign in to comment.