[Varnish] #1792: If few free space and file-storage on xfs, Varnish does not restart.

Varnish varnish-bugs at varnish-cache.org
Tue Sep 15 15:37:51 CEST 2015


#1792: If few free space and file-storage on xfs, Varnish does not restart.
----------------------+-----------------------------------------------
 Reporter:  xcir      |       Owner:  Martin Blix Grydeland <martin@…>
     Type:  defect    |      Status:  closed
 Priority:  normal    |   Milestone:
Component:  varnishd  |     Version:  4.1.0-beta1
 Severity:  normal    |  Resolution:  fixed
 Keywords:            |
----------------------+-----------------------------------------------
Changes (by Martin Blix Grydeland <martin@…>):

 * owner:   => Martin Blix Grydeland <martin@…>
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [9f38e1a8909baeb55f6d4e570948d3f904146303]:
 {{{
 #!CommitTicketReference repository=""
 revision="9f38e1a8909baeb55f6d4e570948d3f904146303"
 fallocate will for some filesystems (e.g. xfs) not take the already
 allocated blocks of the file into account. This will cause fallocate
 to report ENOSPC when called on an existing fully allocated file
 unless the filesystem has enough free space to accomodate the complete
 new file size. Because of this we enable fallocate only on filesystems
 that are known to work as we expect.

 Fixes: #1792
 }}}

-- 
Ticket URL: <https://www.varnish-cache.org/trac/ticket/1792#comment:2>
Varnish <https://varnish-cache.org/>
The Varnish HTTP Accelerator



More information about the varnish-bugs mailing list