Skip to content

Commit

Permalink
Disable volume RWX mode support
Browse files Browse the repository at this point in the history
  • Loading branch information
guangbochen committed Apr 15, 2022
1 parent 5700629 commit 784b5f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/csi/controller_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ func NewControllerServer(coreClient ctlv1.Interface, virtClient kubecli.Kubevirt
accessModes: getVolumeCapabilityAccessModes(
[]csi.VolumeCapability_AccessMode_Mode{
csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
csi.VolumeCapability_AccessMode_MULTI_NODE_MULTI_WRITER,
}),
}
}
Expand Down

0 comments on commit 784b5f5

Please sign in to comment.