-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Description
List of issues as I find them. We can create issues from here to address the ones we need to create PRs for (or we can just refer to this issue).
- NodeUnpublishVolumeRequest() should have VolumeCapability() to determine if it is a block device or not. We need to determine if we need to unmount or remove the symlink
- NodePublishVolumeRequest() should define what to do as a driver when given a targetPath for a block volume. Right now in Kubernetes-csi we are assuming it is the responsibility of the CO to create the directory where the Symlink will live, for the CO to pass the targetPath (which is the symlink name) and for the CO to create the symlink to the raw device node.