Dom0 fails to update and says it hasn't enough storage

I tried to update dom0, but the update fails. I have attached the update log, in short, it reports that there is not enough storage for some files. After that, it caches the downloaded files and the update fails:
dom0 Update.log (22,2 KB)

I still have enough free space on the device. What do I need to do?

1 Like

Unfortunately, this didn’t help because it only deleted a few MB of logs. However, this did help:

sudo lvresize --size 40G /dev/qubes_dom0/root
sudo resize2fs /dev/mapper/qubes_dom0-root

I increased the storage size of dom0 from 20 GB to 40 GB, but I got a warning:

WARNING: Sum of all thin volume sizes (1.60 TiB) exceeds the size of thin pools and the size of the whole volume group (<952.85 GiB).
WARNING: You have not turned on protection against thin pools running out of space.
WARNING: Set activation/thin_pool_autoextend_threshold below 100 to trigger automatic extension of thin pools before they get full.

Can I just ignore that, or do I need to do something?

1 Like