We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9b52ec + 829def1 commit 993c9b5Copy full SHA for 993c9b5
2 files changed
Documentation/admin-guide/blockdev/zoned_loop.rst
@@ -104,6 +104,11 @@ ordered_zone_append Enable zloop mitigation of zone append reordering.
104
(extents), as when enabled, this can significantly reduce
105
the number of data extents needed to for a file data
106
mapping.
107
+discard_write_cache Discard all data that was not explicitly persisted using a
108
+ flush operation when the device is removed by truncating
109
+ each zone file to the size recorded during the last flush
110
+ operation. This simulates power fail events where
111
+ uncommitted data is lost.
112
=================== =========================================================
113
114
3) Deleting a Zoned Device
0 commit comments