Drone error while creating volume root path mkdir no space left on device

Last week I installed the latest Drone image on a new CentOS 8 server with 100 G of storage. Currently, there is 96 GB of storage available. I have tried to build from two repositories that work on older Drone running on Centos 7, but get errors like:

Error response from daemon: create drone-98rQs8ZxmH1ZesJTJNor: error while creating volume root path '/var/lib/docker/volumes/drone-98rQs8ZxmH1ZesJTJNor': mkdir /var/lib/docker/volumes/drone-98rQs8ZxmH1ZesJTJNor: no space left on device'

What would cause this mkdir error?

Thanks,

Brian

I have fixed my problem. I have both an internal and internet-facing ALB for Drone and I only modified the targets of the internal ALB and forgot to modify the targets of the internet-facing ALB. Once all Target Groups were using the new Drone server, instead of the old Drone server then my problem was fixed.