Skip to content

Commit 13a3118

Browse files
authored
Cinder conditionally supports ReadWriteMany volumes (#34219)
* Cinder conditionally supports ReadWriteMany volumes * Link directly to official docs. Signed-off-by: John Daniel Maguire <[email protected]>
1 parent 3238ca8 commit 13a3118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/storage/persistent-volumes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ If the access modes are specified as ReadWriteOncePod, the volume is constrained
558558
| AzureFile | &#x2713; | &#x2713; | &#x2713; | - |
559559
| AzureDisk | &#x2713; | - | - | - |
560560
| CephFS | &#x2713; | &#x2713; | &#x2713; | - |
561-
| Cinder | &#x2713; | - | - | - |
561+
| Cinder | &#x2713; | - | ([if multi-attach volumes are available](https://github.com/kubernetes/cloud-provider-openstack/blob/master/docs/cinder-csi-plugin/features.md#multi-attach-volumes)) | - |
562562
| CSI | depends on the driver | depends on the driver | depends on the driver | depends on the driver |
563563
| FC | &#x2713; | &#x2713; | - | - |
564564
| FlexVolume | &#x2713; | &#x2713; | depends on the driver | - |

0 commit comments

Comments
 (0)