SafeDisk AI

Confidential Space Model Image Boot Disk Full

When a confidential VM pulls or extracts a container image with baked model weights, the workload can die before app logs start. Treat this as a boot-disk admission and delivery-mode decision, not a generic runner cleanup problem.

Ask free AI judgment

Find what you can delete.

Leave your email now. The scan summary can follow after the first reply; we send the free SafeDisk AI deletion trial step only if deletion risk is still unclear.

Add command output optional

Free trial step. We reply first with a delete / confirm / protect judgment or one read-only detail we still need.

See sample result Ask AI about one file

Runbook: Fail Before The Confidential VM Starts

  1. Document the supported delivery modes: single-model bake, two-model encrypted runtime delivery, or explicitly-sized boot disk.
  2. Estimate extracted bytes, not only compressed image size. Model layers, runtime packages, OS reserve, logs, temp, and decompression overhead share the boot disk.
  3. Add a deploy preflight that rejects combinations such as MODEL_URL plus EMBED_MODEL_URL when they exceed the documented boot-disk budget.
  4. If a boot-disk-size variable is added, make the minimum size calculation visible in docs and examples.
  5. Put the Cloud Logging signature next to other silent-start failure modes: write /models/... no space left on device, missing app logs, and self-termination after image extraction.
  6. Keep encrypted delivery as the default for large or gated model weights so sensitive artifacts do not become permanent image layers.
Copy-ready issue reply

Use this when baked model layers overflow the CVM boot disk.

This keeps the fix framed around a clear delivery-mode contract and a preflight, not a vague increase-disk note.

I would make the acceptance criteria explicit around a size-budget preflight, not only docs.

Suggested boundary:

- One model baked into the image is allowed only if extracted image bytes + OS/runtime reserve fit the default boot disk.
- Two large model artifacts should default to encrypted runtime delivery into /models or tmpfs unless a boot-disk-size variable is set.
- Deployment should fail before launch when MODEL_URL + EMBED_MODEL_URL exceed the documented boot-disk budget.
- The silent-termination docs should include the Cloud Logging signature: write /models/... no space left on device, followed by the workload never starting.
- If a boot-disk-size knob is added, document the minimum-size formula and add a fixture with two model sizes that would fail on the default disk.

Do Not Delete Or Rebuild Blindly

Free AI deletion trial

Need a delete / confirm / protect answer?

Send the issue link, log excerpt, or storage summary first. We reply with the next safe move and offer the free SafeDisk AI deletion trial only if the incident still needs review.

Add output optional

Start with email. Output can follow after the first reply.