Skip to content
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

Cannot delete single SDC mapping if mappedToAll is True #26

Open
swevm opened this issue Jun 8, 2015 · 0 comments
Open

Cannot delete single SDC mapping if mappedToAll is True #26

swevm opened this issue Jun 8, 2015 · 0 comments

Comments

@swevm
Copy link
Owner

swevm commented Jun 8, 2015

Is not possible to remove a single mapping for a Volume if it have been mapped to all SDCs.
Not sure if this should be considered a bug or by design in SIO.

workaround:

  • Get list of all SDCs
  • Remove the SDC you want to unmap from the list
  • Map volume to list of SDCs
  • Change map_to_all_sdc parameter for volume to False

Not sure if this fixes the problem. Might cause a glitch for IO during unmap/remap. Need to test before implement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant