LDO-CERT/orochi

Issues with Complaints about no space when there is plenty

CyberKaizen opened this issue · 4 comments

I'm having an issue where docker-compose up doesn't work due to some check for space stating there is no space available.

However, I know this is false because there is 500GB thin provisioned assigned to it and it is only using 30GB.

Anyway, to fix the scripts or make some changes to resolve this issue so that it can be ran on an ESXi host guest VM?
image

What is your current system setup?
Was you running other docker images on that machine? If yes and not using anymore, you can prune, have a look here: https://linuxhint.com/fix-docker-no-device-space-left-error/

I gave that a shot, but no dice. Got any other ideas?

Need more info about server, like output of some command:

df -h
df

sudo docker system df -v
df-v

docker -v && docker-compose -v
docker version

😭 I figured it out! It was something very basic and dumb!
It had something to do with how I configured my VM templates on the ESXi Host. Rookie mistake.

The error about space issues was valid.