Make fill_device to stop writing on EDQUOT
[fio.git] / fio.1
diff --git a/fio.1 b/fio.1
index e7da5c6826f8ebc0efa9f8bc331f700d28607971..533bcf6a52a924291cf335509d8a8822dfc1339f 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -1650,7 +1650,8 @@ of a file. This option is ignored on non-regular files.
 .TP
 .BI fill_device \fR=\fPbool "\fR,\fB fill_fs" \fR=\fPbool
 Sets size to something really large and waits for ENOSPC (no space left on
-device) as the terminating condition. Only makes sense with sequential
+device) or EDQUOT (disk quota exceeded)
+as the terminating condition. Only makes sense with sequential
 write. For a read workload, the mount point will be filled first then I/O
 started on the result. This option doesn't make sense if operating on a raw
 device node, since the size of that is already known by the file system.