fio: Introduce libzbc IO engine
[fio.git] / fio.1
diff --git a/fio.1 b/fio.1
index 1db12c2ff41e7e5bd2df03cd75e55be177611a69..a2379f9816c2b0103191ff15338d9180527bf896 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -1629,6 +1629,12 @@ I/O. Requires \fBfilename\fR option to specify either block or
 character devices. This engine supports trim operations. The
 sg engine includes engine specific options.
 .TP
+.B libzbc
+Synchronous I/O engine for SMR hard-disks using the \fBlibzbc\fR
+library. The target can be either an sg character device or
+a block device file. This engine supports the zonemode=zbd zone
+operations.
+.TP
 .B null
 Doesn't transfer any data, just pretends to. This is mainly used to
 exercise fio itself and for debugging/testing purposes.