Skip to content

docs: remove stale block device TODO in firecracker.go - #1022

Open
magic-peach wants to merge 1 commit into
urunc-dev:mainfrom
magic-peach:docs/1013-stale-firecracker-todo
Open

docs: remove stale block device TODO in firecracker.go#1022
magic-peach wants to merge 1 commit into
urunc-dev:mainfrom
magic-peach:docs/1013-stale-firecracker-todo

Conversation

@magic-peach

Copy link
Copy Markdown
Contributor

Description

Removes a stale TODO comment above the Firecracker block device setup code. The comment claims block device support is missing, but the loop right below it already builds FirecrackerDrive entries from ukernel.MonitorBlockCli(), including marking the root device. Block devices are already supported and documented.

Related issues

How was this tested?

Comment only change. Ran go build and golangci-lint for the package to confirm nothing else needed touching.

LLM usage

none

Checklist

  • I have read the contribution guide.
  • The linter passes locally (make lint).
  • The e2e tests of at least one tool pass locally (make test_ctr, make test_nerdctl, make test_docker, make test_crictl).
  • If LLMs were used: I have read the llm policy.

Block devices are already implemented in the lines right below this
comment.

Fixes: urunc-dev#1013
Signed-off-by: Akanksha Trehun <akankshatrehun@gmail.com>
@netlify

netlify Bot commented Sep 3, 2026

Copy link
Copy Markdown

Deploy Preview for urunc ready!

Name Link
🔨 Latest commit 534cd0b
🔍 Latest deploy log https://app.netlify.com/projects/urunc/deploys/6a9976306b788b000802cdb2
😎 Deploy Preview https://deploy-preview-1022--urunc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@magic-peach

Copy link
Copy Markdown
Contributor Author

@cmainas could you please take a look at this pr as well when you get time?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stale TODO comment in firecracker.go claims block device support is missing

1 participant