Skip to content

Commit

Permalink
BZ-1715395: Updated block volume support.
Browse files Browse the repository at this point in the history
  • Loading branch information
huffmanca committed May 30, 2019
1 parent 7da6800 commit 83c199f
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions modules/storage-persistent-storage-block-volume.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,18 @@
= Block volume support

You can statically provision raw block volumes by including API fields
in your PV and PVC specifications. This functionality is only available for
manually provisioned PVs.
in your PV and PVC specifications.

The following table displays which volume plug-ins support block volumes.

.Block volume support
[cols="1,1,1", width="100%",options="header"]
|===
|Volume Plug-in |Manually provisioned |Dynamically provisioned
|AWS EBS | ✅ | ✅
|Fibre Channel | ✅ |
|HostPath | |
|iSCSI | ✅ |
|NFS | |
|VMWare vSphere | ✅ | ✅
|===

0 comments on commit 83c199f

Please sign in to comment.