SafeDisk AI

Object Storage Disk Full Metadata Recovery

When an S3-compatible store fills a disk, the first question is not what to delete. It is whether object data, metadata versions, drive fault state, and quorum can still be made consistent without wiping the PVC.

Free recovery boundary

Separate capacity recovery from metadata repair before destructive cleanup.

Use this when a disk-full event marks drives faulty, splits metadata versions, blocks reads/deletes, or leaves operators choosing between manual deletion and data loss.

preserve evidence -> restore headroom -> prove quorum -> repair metadata
Need $99 recovery policy Read-only evidence Open runbook $99 reusable policy
Read-only evidence

Capture headroom, metadata, quorum, and repair status before cleanup.

These checks are intentionally generic and public-safe. Replace paths and admin commands with the object store's equivalents; do not paste secrets, access keys, or object contents into public issues.

df -h; df -i; du metadata; drive state; heal status; largest temp/trash
Request $99 recovery policy Request $29 incident read

Runbook: Do Not Turn Full Disk Into Data Loss

  1. Pause writes or admission before the emergency reserve is consumed again.
  2. Preserve metadata, manifests, drive-state files, and repair logs before manual deletion.
  3. Separate data path fullness from metadata path corruption. A capacity fix is not proof that metadata can rejoin quorum.
  4. Reclaim only known-disposable space first: logs, temp files, failed multipart staging, expired trash, or documented cache paths.
  5. Verify the four operator-critical operations after headroom returns: list, read, delete, and restart.
  6. Document whether an offline repair or heal path exists. If it does not, the incident needs an explicit "wipe required" boundary and backup restore plan.
  7. Add a regression test that injects ENOSPC during metadata write, then proves restart, quorum state, and object operations do not require PVC wipe.
Copy-ready issue reply

Use this when disk-full recovery risks metadata corruption.

This keeps the discussion on acceptance criteria: recoverable headroom, metadata preservation, and offline repair boundaries.

I would make the recovery boundary explicit before recommending any wipe or manual deletion.

Acceptance checks I would want:
- Disk-full admission pauses new writes before the recovery reserve is gone.
- Metadata and drive-state files are preserved before any manual cleanup.
- Reclaimable temp/trash/multipart/log paths are documented separately from object data and metadata.
- After headroom is restored, list/read/delete/restart are tested before declaring recovery complete.
- If drives were marked faulty in memory, restart or repair reconciles that state without requiring a PVC wipe.
- If no offline metadata repair tool exists yet, the docs say exactly when restore-from-backup is the only safe path.
Request policy review
Paid scope

Turn one disk-full object-store incident into a reusable recovery policy.

The $99 policy is for S3-compatible object storage, erasure-coded stores, self-hosted backup/object systems, and stateful services where disk-full can split metadata or block read/delete recovery. You get one recovery boundary, read-only evidence checklist, and regression-test acceptance criteria.

No object contents, access keys, private logs, or PVC dumps. A public-safe symptom is enough to start.

Do Not Delete First