diff mbox series

dm flakey: add error_writes to documentation

Message ID 20180928150614.21547-1-jpittman@redhat.com (mailing list archive)
State Superseded, archived
Delegated to: Mike Snitzer
Headers show
Series dm flakey: add error_writes to documentation | expand

Commit Message

John Pittman Sept. 28, 2018, 3:06 p.m. UTC
The "error_writes" optional feature parameter was added by commit
ef548c551e72 ("dm flakey: introduce "error_writes" feature"). Add
additional documentation detailing this parameter.

Signed-off-by: John Pittman <jpittman@redhat.com>
---
 Documentation/device-mapper/dm-flakey.txt | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

diff --git a/Documentation/device-mapper/dm-flakey.txt b/Documentation/device-mapper/dm-flakey.txt
index c43030718cef..4eb4ffa6ba52 100644
--- a/Documentation/device-mapper/dm-flakey.txt
+++ b/Documentation/device-mapper/dm-flakey.txt
@@ -33,6 +33,11 @@  Optional feature parameters:
 	All write I/O is silently ignored.
 	Read I/O is handled correctly.
 
+  error_writes:
+	All write I/O is errored and dropped
+	Incompatible with drop_writes
+	Read I/O is handled correctly.
+
   corrupt_bio_byte <Nth_byte> <direction> <value> <flags>:
 	During <down interval>, replace <Nth_byte> of the data of
 	each matching bio with <value>.