oxidecomputer / oxidecomputer/omicron
want disks, networking state in `omdb db instance show`
@hawkw is already working on this.
Since Oct 25, 2024.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
The omdb db instance show command shows the current state of an instance record, along with its active VMM, migration target VMM, and active migration, if these exist. It does not currently provide any information on other resources that might be associated with the instance, such as its attached disks and external IPs.
It could be nice for the db instance show command to be a "one-so op shop" for everything associated with an instance's real We should consider having it track down disks attached to an instance and the instance's networking state and output them as well.
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.
Assessment
This issue has not been assessed yet.