No Space left on device to update error

im trying to do the update with tools/update.sh but I get the subj error.

the drive itself has 32GB of space and nothing else running on it.

Is this something someone else has run into?

The machine run out of space, usually because there is the old docker images, clean them :smiley: and you should be fine.

run docker system prune

This never worked… actually completely rebuilt the VM gave it 32G of storage and nothing else is on it.

went to update it today and same error

Try to run df -h It would show what is the space available in the VM

weird… apparently im using 14G of a 15G partition on a 32GB allocated VM…

does active pieces use 14G of space?

I was able to free up enough space to make it work by using “docker system prune -a”

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.