You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should just document how to setup a separate disk to host your disconnected registry. I have ran into this myself and have a few steps to quickly resolve this issue:
Tear down any podman pods on bastion
mv /opt /opt2
parted /dev/nvme0n1 (Or whatever extra disk you are using)
On bastion host, specially when holding a registry, the root hard drive can get filled.
If the host has extra disks, like nvme, they should be made ready on /var/lib/containers so that system is getting root disk filled
The text was updated successfully, but these errors were encountered: