Skip to content

Commit bff023c

Browse files
committed
Cinder now supports raw block volume
XRef: kubernetes/kubernetes#64879
1 parent 76ebd19 commit bff023c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

+1-5
Original file line numberDiff line numberDiff line change
@@ -528,17 +528,13 @@ applicable.
528528

529529
* AWSElasticBlockStore
530530
* AzureDisk
531+
* Cinder
531532
* FC (Fibre Channel)
532533
* GCEPersistentDisk
533534
* iSCSI
534535
* Local volume
535536
* RBD (Ceph Block Device)
536537

537-
{{< note >}}
538-
**Note**: Only FC and iSCSI volumes supported raw block volumes in Kubernetes 1.9.
539-
Support for the additional plugins was added in 1.10.
540-
{{< /note >}}
541-
542538
### Persistent Volumes using a Raw Block Volume
543539
```yaml
544540
apiVersion: v1

0 commit comments

Comments
 (0)