Skip to content

Commit

Permalink
Merge pull request #8 from rootfs/dev
Browse files Browse the repository at this point in the history
switch to mount access type per conversation with @chakri
  • Loading branch information
rootfs authored Nov 20, 2017
2 parents a858b21 + af3a1c9 commit aa049ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ var (
accessMode = &csi.VolumeCapability_AccessMode{
Mode: csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
}
accessType = &csi.VolumeCapability_Block{
Block: &csi.VolumeCapability_BlockVolume{},
accessType = &csi.VolumeCapability_Mount{
Mount: &csi.VolumeCapability_MountVolume{},
}
// Each provisioner have a identify string to distinguish with others. This
// identify string will be added in PV annoations under this key.
Expand Down

0 comments on commit aa049ce

Please sign in to comment.