diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2022-07-04 15:10:58 +0200 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2022-07-11 01:18:24 +0200 |
commit | fe6fb1ec521407ec586ebda66d67345e33cfc39e (patch) | |
tree | e9f18839d63a307704bb06237a6588d437aea812 /man/lvmcache.7_main | |
parent | d2667bc25bccaf0f70cc2ded0fd3f25a79cb4f6c (diff) | |
download | lvm2-fe6fb1ec521407ec586ebda66d67345e33cfc39e.tar.gz |
man: space after size
Put space between size and SI unit.
Automatically make this 'space' as fixed size by Makefile sed script.
Diffstat (limited to 'man/lvmcache.7_main')
-rw-r--r-- | man/lvmcache.7_main | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/lvmcache.7_main b/man/lvmcache.7_main index 8b8289c74..d46c50d04 100644 --- a/man/lvmcache.7_main +++ b/man/lvmcache.7_main @@ -455,7 +455,7 @@ defines the default cache mode. . The size of data blocks managed by dm-cache can be specified with the --chunksize option when caching is started. The default unit is KiB. The -value must be a multiple of 32KiB between 32KiB and 1GiB. Cache chunks +value must be a multiple of 32 KiB between 32 KiB and 1 GiB. Cache chunks bigger then 512KiB shall be only used when necessary. .P Using a chunk size that is too large can result in wasteful use of the @@ -495,9 +495,9 @@ account of normal io traffic going to the devices. .P User can set migration threshold via cache policy settings as "migration_threshold=<#sectors>" to set the maximum number -of sectors being migrated, the default being 2048 sectors (1MiB). +of sectors being migrated, the default being 2048 sectors (1 MiB). .P -Command to set migration threshold to 2MiB (4096 sectors): +Command to set migration threshold to 2 MiB (4096 sectors): .P .B lvcreate --cachepolicy 'migration_threshold=4096' VG/LV .P |