-
Notifications
You must be signed in to change notification settings - Fork 378
Block support list of issues #285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think that we should also add NodeStage/NodeUnstage to this discussion.
Above descriptions are not block specific, except whether what is bind mounted is filesystem or device and whether mount point is file or directory. Also, in deciding expression, we will need to consider that filesystem can be directly mounted to the target path instead of bind mount from other place, while block can't, technically. (For filesystem case and NodeStage/NodeUnstage unsupported case, some SP seems to mount filesystem to target path directly. Whether it should be allowed is example for this consideration.) |
@lpabon can you verify if after the change from symlink to bind mount any of these is still needed? |
What may be required: clarify that target_path should be created/deleted by CO. For block, it should be a empty file. For mountable FS, it should be a dir. |
Thought about this more. Maybe we shouldn't dictate that it has to use bind mount. Maybe some SP prefers directly creating the device node at |
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).
The text was updated successfully, but these errors were encountered: