Plugins/drone running out of diskspace

I have an ec2-instance with 8gb root and 100gb set to devicemapper for /var/lib/docker. My docker builds are failing because I am getting an out of disk space error. Quick guess is plugins/drone uses tmpfs for building and that’s why space is filling up there?

This plugin uses the official docker:dind image as its base, which does not support the device mapper driver, which means it will fallback to the vfs driver. See this writeup about vfs http://docs.drone.io/error-no-space-left-on-device/

Ah-ha! Thanks for enlightening!

Is there another link to the page? http://docs.drone.io/error-no-space-left-on-device/ seems to be broken

@carl-menezes-aql the document no longer exists, but you can see an archived version here: https://github.com/drone/docs/blob/d8c0c5caa23a8d262b725886092039b3d7e30175/content/faq/error_no_space_left_on_device.md