zfs can’t rm file when “No space left on device”

ZFS locks when the fs is full. It is a known bug unresolved as of today. The workarounds are to:#

  1. add more vdevs to the zpool, or
  2. zero a file by ‘cat /dev/null >! FILE’ in tcsh

Leave a Comment