This is an automated archive made by the Lemmit Bot.
The original was posted on /r/homeassistant by /u/Wind_Boarder on 2026-07-03 05:09:31+00:00.
After the latest updates my HAOS ran out of disk space. It seems to be related to the containerd change introduced in HAOS 17.0
The issue is mentioned here: https://github.com/home-assistant/supervisor/issues/6555#issuecomment-4057850266
and here: https://community.home-assistant.io/t/ha-os-17-0-migrate-storage-driver/976711/70
By using the following suggested procedure, my HAOS system disk usage dropped from 21.7 GB to 15.4 GB
- Settings -> System -> Backups -> Backup now (full backup)
- Download the backup file to a local machine.
- Open the HAOS console from Proxmox or use bare metal console (not SSH)
- Run "ha os datadisk wipe"
- After HA restarts fresh, restore HA by uploading the backup file saved.
Note: All HA backups will be lost with this procedure. Save them offline if you need them.
Is this going to be an ongoing issue with HAOS docker updates or has this issue been solved? I would hate to have to keep repeating this HAOS wipe and restore reset procedure every few months.