Skip to content

Commit

Permalink
Remove unsupported MULTI_NODE_READER_ONLY volume capability
Browse files Browse the repository at this point in the history
  • Loading branch information
bertinatto committed Nov 28, 2018
1 parent 9739153 commit 80b8b40
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/driver/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ func NewDriver(cloud cloud.Cloud, mounter *mount.SafeFormatAndMount, endpoint st
{
Mode: csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
},
{
Mode: csi.VolumeCapability_AccessMode_MULTI_NODE_READER_ONLY,
},
},
controllerCaps: []csi.ControllerServiceCapability_RPC_Type{
csi.ControllerServiceCapability_RPC_CREATE_DELETE_VOLUME,
Expand Down

0 comments on commit 80b8b40

Please # to comment.