Skip to content

why need global mount in volume manager #51329

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

Closed
mjaow opened this issue Aug 25, 2017 · 4 comments
Closed

why need global mount in volume manager #51329

mjaow opened this issue Aug 25, 2017 · 4 comments
Labels
sig/storage Categorizes an issue or PR as relevant to SIG Storage.

Comments

@mjaow
Copy link

mjaow commented Aug 25, 2017

i find it's confused to add global mount to volume manager.The code says it mount device to global mount path then mount the volume to pod specific path.Does it really need global mount?Why not just mount device to pod specific path?I think it also works fine

@k8s-github-robot
Copy link

@mjaow
There are no sig labels on this issue. Please add a sig label by:

  1. mentioning a sig: @kubernetes/sig-<group-name>-<group-suffix>
    e.g., @kubernetes/sig-contributor-experience-<group-suffix> to notify the contributor experience sig, OR

  2. specifying the label manually: /sig <label>
    e.g., /sig scalability to apply the sig/scalability label

Note: Method 1 will trigger an email to the group. You can find the group list here and label list here.
The <group-suffix> in the method 1 has to be replaced with one of these: bugs, feature-requests, pr-reviews, test-failures, proposals

@k8s-github-robot k8s-github-robot added the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Aug 25, 2017
@mjaow
Copy link
Author

mjaow commented Aug 25, 2017

/sig storage
@saad-ali
@childsb

@k8s-ci-robot k8s-ci-robot added the sig/storage Categorizes an issue or PR as relevant to SIG Storage. label Aug 25, 2017
@k8s-github-robot k8s-github-robot removed the needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. label Aug 25, 2017
@wongma7
Copy link
Contributor

wongma7 commented Aug 25, 2017

because the device can be mounted only once and so if >1 pods want to use it, we then bind-mount it to the pod-specific paths

@mjaow
Copy link
Author

mjaow commented Aug 25, 2017

@wongma7 ,thx i get it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sig/storage Categorizes an issue or PR as relevant to SIG Storage.
Projects
None yet
Development

No branches or pull requests

4 participants