You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vfil.c contains a linux specific workaround with this comment:
/* 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 accommodate the
complete new file size. Because of this we enable
fallocate only on filesystems that are known to work as
we expect. */
Is that still needed ?
If so, can it be implemented in the linux jail instead ?
The text was updated successfully, but these errors were encountered:
vfil.c contains a linux specific workaround with this comment:
Is that still needed ?
If so, can it be implemented in the linux jail instead ?
The text was updated successfully, but these errors were encountered: