Box import command not working #156
Labels
No labels
blocked
blocker:ci-red
blocker:conflict
blocker:drill-pending
blocker:unrequested
bug
claimed
documentation
enhancement
epic
merge-next
needs-triage
ready
release
scope:cli
scope:drill
scope:host
scope:installer
scope:templates
scope:tiers
stale
state:addressing
state:bots-reviewing
state:building
state:needs-human
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: heavy-duty/box#156
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A box exported from root couldnt be imported into a user
Error:
box: importing andres-kimi-20260722T123151Z.tar.gz as andres-kimi...
Importing instance: 100% (1.38GB/s)Error: Setting "volatile.uuid.generation" on virtual-machine "andres-kimi" in project "user-1000" is forbidden
Thanks for the measured error — that line made this diagnosable from the report alone. Superseded by #158, which pins the mechanism (the artifact's
backup/backup.yamlcarriesvolatile.*verbatim, and a restricted project refuses thevolatile.uuidpair on create — so this very likely also breaks a restricted user re-importing their own export, not just root's), decides the fix (sanitize the artifact beforeincus import; explicitly notrestricted.virtual-machines.lowlevel=allow, which would openraw.*through the tier boundary), and carries the tasks, acceptance criteria and test plan. Safe to close.