oxidecomputer / oxidecomputer/omicron
decommissioned_disk_cleaner background task show in omdb needs update
Open
@smklein is already working on this.
Since Jan 15, 2025.
- Dominant language
- Rust
- Stars
- 572
- Forks
- 97
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 96
Description
I was poking around background tasks to see if anything failed silently and saw this error:
root@oxz_switch0:~# omdb nexus background-tasks show decommissioned_disk_cleaner
note: Nexus URL not specified. Will pick one from DNS.
note: using DNS server for subnet fd00:1122:3344::/48
note: (if this is not right, use --dns-server to specify an alternate DNS server)
note: using Nexus URL http://[fd00:1122:3344:104::3]:12221
task: "decommissioned_disk_cleaner"
configured period: every 1m
currently executing: no
last completed activation: iter 109, triggered by a periodic timer firing
started at 2024-12-02T19:21:35.874Z (20s ago) and ran for 453ms
warning: unknown background task: "decommissioned_disk_cleaner" (don't know how to interpret details: Object {"deleted": Number(0), "error": Null, "error_count": Number(0), "found": Number(3), "not_ready_to_be_deleted": Number(3)})
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.