container-storage-interface / spec

Container Storage Interface (CSI) Specification.
Apache License 2.0
1.34k stars 373 forks source link

Should NodeStage staging_target_path be required? #295

Closed saad-ali closed 5 years ago

saad-ali commented 5 years ago

What if a volume plugin wants to use the NodeStageVolume as a lifecycle hook, but does not want to mount to the staging_target_path? Should spec allow for that?

saad-ali commented 5 years ago

@saad-ali @jdef @julian-hj agreed to: The path to which the volume will be published. -> The path to which the volume MAY be staged.