| commit | 7437ee87e4f6457168e8440f9308b4296ddb9263 | [log] [tgz] |
|---|---|---|
| author | Shawn Lewis <shawnlewis@google.com> | Thu Aug 02 21:05:58 2007 +0200 |
| committer | Jens Axboe <jens.axboe@oracle.com> | Thu Aug 02 21:05:58 2007 +0200 |
| tree | 7d6a3375ac44f816db5bc2e3a2da574d9a68e425 | |
| parent | 67a1000f49db76ddb18ce9420ba03059af0214b9 [diff] [blame] |
[PATCH] Add verify_meta verification type Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
diff --git a/HOWTO b/HOWTO index 21ba960..c38266c 100644 --- a/HOWTO +++ b/HOWTO
@@ -592,6 +592,10 @@ sha256 Use sha256 as the checksum function. + meta Write extra information about each io + (timestamp, block number etc.). The block + number is verified. + null Only pretend to verify. Useful for testing internals with ioengine=null, not for much else.