• Martin Blix Grydeland's avatar
    Remove the 80% file system free space check · 29097215
    Martin Blix Grydeland authored
    This check never worked as intended for several reasons:
    
    - Didn't take the existing file size into account, causing it to
      succeed on first startup but fail on next
    
    - Sparse files were not handled, and can't be handled as we don't know
      where in the file a hole could be and whether truncation actually
      would change the number of blocks used at all
    
    Fixes: #1343
    29097215
Name
Last commit
Last update
bin Loading commit data...
doc Loading commit data...
etc Loading commit data...
include Loading commit data...
lib Loading commit data...
m4 Loading commit data...
man Loading commit data...
redhat Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
Makefile.am Loading commit data...
Makefile.inc.phk Loading commit data...
Makefile.phk Loading commit data...
README Loading commit data...
autogen.des Loading commit data...
autogen.sh Loading commit data...
config.phk Loading commit data...
configure.ac Loading commit data...
flint.lnt Loading commit data...
varnish.m4 Loading commit data...
varnishapi-uninstalled.pc.in Loading commit data...
varnishapi.pc.in Loading commit data...