dell / csm

Dell Container Storage Modules (CSM)
Apache License 2.0
68 stars 15 forks source link

[BUG]: a documentation issue for raw block in Unity CSI driver doc #1363

Closed fanf4 closed 3 months ago

fanf4 commented 4 months ago

Bug Description

In https://dell.github.io/csm-docs/docs/csidriver/#csi-driver-capabilities, it mentioned CSI UNITY driver supports Access Mode RWO, RWX, ROX, RWOP for raw block, however in https://dell.github.io/csm-docs/docs/csidriver/features/unity/#raw-block-support , it said Access modes allowed are ReadWriteOnce and ReadWriteMany. Access mode ReadOnlyMany is not supported with raw block since we cannot restrict volumes to be readonly from Unity XT. so what does CSI unity driver support access mode for raw block volume ?

Logs

N/A

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

https://dell.github.io/csm-docs/docs/csidriver/#csi-driver-capabilities it mentioned CSI UNITY driver supports Access Mode RWO, RWX, ROX, RWOP for raw block,

https://dell.github.io/csm-docs/docs/csidriver/features/unity/#raw-block-support it said Access modes allowed are ReadWriteOnce and ReadWriteMany. Access mode ReadOnlyMany is not supported with raw block since we cannot restrict volumes to be readonly from Unity XT.

Expected Behavior

should keep same content in the docs website

CSM Driver(s)

1.10.2

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

CSI UNITY DRIVER

Operating System

N/A

csmbot commented 4 months ago

@fanf4: Thank you for submitting this issue!

The issue is currently awaiting triage. Please make sure you have given us as much context as possible.

If the maintainers determine this is a relevant issue, they will remove the needs-triage label and respond appropriately.


We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at container.storage.modules@dell.com.

gallacher commented 4 months ago

/sync

csmbot commented 4 months ago

link: 25976

adarsh-dell commented 3 months ago

@AkshaySainiDell If you are merging the fix into the main branch, should we remove the milestone 1.11 from the associated GitHub issue?

AkshaySainiDell commented 3 months ago

Updated the Access Mode for volumeMode: Block in CSI Driver Capabilities table.