Skip to content
New issue

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

Update versions and CLI samples #1218

Merged
merged 1 commit into from
Aug 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/prerequisites/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ weight: 1
| Platform | Version | OS Dependencies |
|---------------|:----------------:|:------------------------:|
| PowerMax | PowerMax 2500/8500 PowerMaxOS 10 (6079)<br>PowerMaxOS 10.0.1 (6079)<br>PowerMaxOS 10.1 (6079)<br>PowerMax 2000/8000 - 5978.711.711, 5978.714.714<br>5978.479.479<br>Unisphere 10.0,10.0.1,10.1 | iscsi-initiator-utils<br>multipathd or powerpath<br>nvme-cli<br>nfs-utils |
| PowerFlex | 4.0.x, 4.5.x, 4.6.x | [SDC](https://www.dell.com/support/home/en-us/product-support/product/scaleio/drivers)|
| PowerFlex | 3.6.x, 4.5.x, 4.6.x | [SDC](https://www.dell.com/support/home/en-us/product-support/product/scaleio/drivers)|
| Unity XT | 5.2.x, 5.3.0, 5.4.x | iscsi-initiator-utils<br>multipathd<br>nfs-utils |
| PowerScale | OneFS 9.4, 9.5.0.x (x >= 5), 9.7 | nfs-utils |
| PowerStore | 3.0, 3.2, 3.5 | iscsi-initiator-utils<br>multipathd<br>nvme-cli<br>nfs-utils |
| PowerStore | 3.0, 3.2, 3.5, 3.6 | iscsi-initiator-utils<br>multipathd<br>nvme-cli<br>nfs-utils |
| ObjectScale | 1.2.x | - |
{{</table>}}

Expand Down
6 changes: 3 additions & 3 deletions content/docs/resiliency/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,16 @@ CSM for Resiliency provides the following capabilities:
{{<table "table table-striped table-bordered table-sm">}}
| COP/OS | Supported Versions |
| ----------------- | :----------------: |
| Kubernetes | 1.26, 1.27, 1.28 |
| Red Hat OpenShift | 4.13, 4.14 |
| Kubernetes | 1.28, 1.29, 1.30 |
| Red Hat OpenShift | 4.15, 4.16 |
{{</table>}}

## Supported Storage Platforms

{{<table "table table-striped table-bordered table-sm">}}
| | PowerFlex | Unity XT | PowerScale | PowerStore | PowerMax |
| ------------- | :----------: | :-------------------------------: | :-------------------------------------: | :---------------------------: | :---------------------------: |
| Storage Array | 3.6.x, 4.0.x, 4.5 | 5.1.x, 5.2.x, 5.3.0 | OneFS 9.3, 9.4, 9.5.0.x (x >= 5) | 3.0, 3.2, 3.5, 3.6 | 2500/8500 PowerMax OS 10 (6079), Unisphere 10.x |
| Storage Array | 3.6.x, 4.5.x, 4.6.x | 5.2.x, 5.3.0, 5.4.x | OneFS 9.4, 9.5.0.x (x >= 5), 9.7 | 3.0, 3.2, 3.5, 3.6 | 2500/8500 PowerMax OS 10 (6079), Unisphere 10.x |
{{</table>}}

## Supported CSI Drivers
Expand Down
2 changes: 1 addition & 1 deletion content/docs/support/cli/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -963,7 +963,7 @@ Gets PowerFlex volume infomation for a given tenant on a local cluster. The name
dellctl volume get --proxy <proxy.dell.com> --namespace vxflexos
```
```
# dellctl volume get --proxy <proxy.dell.com/proxy/volumes> --namespace vxflexos
# dellctl volume get --proxy <proxy.dell.com> --namespace vxflexos

NAME VOLUME ID SIZE POOL SYSTEM ID PV NAME PV STATUS STORAGE CLASS PVC NAME NAMESPACE
k8s-e7c8b39112 a69bf18e00000008 8.000000 mypool 636468e3638c840f k8s-e7c8b39112 Released vxflexos demo-claim10 default
Expand Down
Loading