ceph-csi/pkg/rbd
j-griffith b5b8e46460 Add multiNodeWritable option for RBD Volumes
This change adds the ability to define a `multiNodeWritable` option in
the Storage Class.

This change does a number of things:
1. Allow multi-node-multi-writer access modes if the SC options is
enabled
2. Bypass the watcher checks for MultiNodeMultiWriter Volumes
3. Maintains existing watcher checks for SingleNodeWriter access modes
regardless of the StorageClass option.

fix lint-errors
2019-03-01 21:59:57 +00:00
..
controllerserver.go Add multiNodeWritable option for RBD Volumes 2019-03-01 21:59:57 +00:00
identityserver.go move csi-common to ceph-csi 2019-02-27 14:17:19 +05:30
nodeserver.go Add multiNodeWritable option for RBD Volumes 2019-03-01 21:59:57 +00:00
rbd_attach.go Add multiNodeWritable option for RBD Volumes 2019-03-01 21:59:57 +00:00
rbd_util.go Add multiNodeWritable option for RBD Volumes 2019-03-01 21:59:57 +00:00
rbd.go Add multiNodeWritable option for RBD Volumes 2019-03-01 21:59:57 +00:00