openshift-examples
openshift-examples copied to clipboard
issue with docker storage
lvm -a
How full/empty the local Docker storage is.
vgs -s 'vg_free < 1000'
to check how much bytes left on the thinpool.
docker info
Shows also the available capacity.
df -h
With the following command can you check some errors from lvm
journalctl -l |egrep -i lvm