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

Dual-Stack or IPv6 is not supported and added support for IPv4 #1412

Merged
merged 3 commits into from
Jan 15, 2025
Merged
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
7 changes: 6 additions & 1 deletion content/docs/csidriver/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ The CSI Drivers by Dell implement an interface between [CSI](https://kubernetes-
| Volume Limit | yes | yes | yes | yes | yes |
{{</table>}}

### Backend Storage Details
### Storage Platform Details
{{<table "table table-striped table-bordered table-sm">}}
| Features | PowerMax | PowerFlex | Unity XT | PowerScale | PowerStore |
|---------------|:----------------:|:------------------:|:----------------:|:----------------:|:----------------:|
Expand All @@ -49,4 +49,9 @@ The CSI Drivers by Dell implement an interface between [CSI](https://kubernetes-
| Thin / Thick provisioning | Thin | Thin | Thin/Thick | N/A | Thin |
| Platform-specific configurable settings | Service Level selection<br>iSCSI CHAP | - | Host IO Limit<br>Tiering Policy<br>NFS Host IO size<br>Snapshot Retention duration | Access Zone<br>NFS version (3 or 4);Configurable Export IPs | iSCSI CHAP |
| Auto RDM(vSphere) | Yes(over FC) | N/A | N/A | N/A | N/A |
|Internet Protocol| IPv4 | IPv4 | IPv4 | IPv4 | IPv4 |
{{</table>}}

> **Note:** Please note Dual-Stack or IPv6 is not supported.

</br>
Loading