oracle / oracle/oci-cli

Boot Volume ID not returned from oci compute instance get or oci ansible compute facts

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

Nobody has claimed this yet.

Dominant language
Python
Stars
669
Forks
236
Avg merge
1m
Merged PRs (30d)
4

Description

I have tried running "oci compute instance get --instance-id $OCID" and do not get boot volume id in the data. Also don't get the output from ansible using oracle.oci.oci_compute_instance_facts.

Using CLI or ansible this is the return value.
"source-details": { "boot-volume-size-in-gbs": null, "boot-volume-vpus-per-gb": null, "image-id": "ocid1.image.oc1.phx.xxxxxxxxxxxxpti5kzb6qbm5mi6t26g6euqwts3a42zxkuvtq", "instance-source-image-filter-details": null, "kms-key-id": null, "source-type": "image" },

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

Begin with oci compute instance get --instance-id ... and oracle.oci.oci_compute_instance_facts; compare their source-details output with the Compute instance API response. Done means the boot volume ID is returned consistently by the affected interfaces, with a reproducible verification for both paths.

Written by the indexing model from the issue text.

Assessment

Tech stack
ansible, python
Domain
cli, cloud, infrastructure
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.