Skip to content

external-provisioner does not respect accessMode #117

Closed
@saad-ali

Description

@saad-ali

external-provisioner hard codes access mode to:

	accessMode = &csi.VolumeCapability_AccessMode{
		Mode: csi.VolumeCapability_AccessMode_SINGLE_NODE_WRITER,
	}

It does not use the access mode specified on PV/PVC which means that the driver can not properly validate the accessMode.

Reported by @cduchesne!

Metadata

Metadata

Assignees

Labels

kind/bugCategorizes issue or PR as related to a bug.lifecycle/staleDenotes an issue or PR has remained open with no activity and has become stale.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions