openshift-examples icon indicating copy to clipboard operation
openshift-examples copied to clipboard

issue with docker storage

Open debianmaster opened this issue 8 years ago • 0 comments

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

debianmaster avatar Nov 02 '17 21:11 debianmaster