oracle / oracle/yo

Error on attaching block device to multiple

Open
#12 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.