Error on attaching block device to multiple
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 75
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
Error 409 in do_volume_attach():
Volume $ID cannot be attached, because one of the volume attachments is not configured as shareable. To attach a volume to more than one instance, all volume attachments must be configured as shareable.
It would be a good idea to catch this and handle it more gracefully (or prevent it to begin with).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the do_volume_attach() entry point and reproduce the 409 response for a volume whose existing attachment is not shareable. Determine how attachment errors are currently surfaced and define the handling needed for this case, either by preventing the invalid request or presenting a clearer error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli, cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100