dm cache: Documentation: update default migration_throttling value
authorJohn Pittman <jpittman@redhat.com>
Tue, 30 Jan 2018 21:39:00 +0000 (16:39 -0500)
committerMike Snitzer <snitzer@redhat.com>
Tue, 30 Jan 2018 21:55:47 +0000 (16:55 -0500)
In commit f8350daf7af0 ("dm cache: tune migration throttling") the
value for DEFAULT_MIGRATION_THRESHOLD was decreased from 204800 to
2048.  Edit device-mapper/cache.txt to reflect the correct default
value for migration_threshold.

Signed-off-by: John Pittman <jpittman@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Documentation/device-mapper/cache.txt

index 79c7b6dc88ae990e19ef1b92804cfcf6cd55ac3b..ff0841711fd524063e2acf0fa4644ec2fbb4b764 100644 (file)
@@ -119,7 +119,7 @@ doing here to avoid migrating during those peak io moments.
 
 For the time being, a message "migration_threshold <#sectors>"
 can be used to set the maximum number of sectors being migrated,
-the default being 204800 sectors (100MB).
+the default being 2048 sectors (1MB).
 
 Updating on-disk metadata
 -------------------------