1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

vdo: update vdo profile

This commit is contained in:
Zdenek Kabelac 2019-01-18 16:59:43 +01:00
parent f87dd7b127
commit 28f3125aaa

View File

@ -1,25 +1,24 @@
# Demo configuration for 'VDO' using less memory. # Demo configuration for 'VDO' using less memory.
# # ~lvmconfig --type full | grep vdo
allocation { allocation {
vdo_use_compression = 1 vdo_use_compression=1
vdo_use_deduplication = 1 vdo_use_deduplication=1
vdo_emulate_512_sectors = 0 vdo_use_metadata_hints=1
vdo_block_map_cache_size_mb = 128 vdo_minimum_io_size=4096
vdo_block_map_period = 16380 vdo_block_map_cache_size_mb=128
vdo_check_point_frequency = 0 vdo_block_map_period=16380
vdo_use_sparse_index = 0 vdo_check_point_frequency=0
vdo_index_memory_size_mb = 256 vdo_use_sparse_index=0
vdo_use_read_cache = 0 vdo_index_memory_size_mb=256
vdo_read_cache_size_mb = 0 vdo_slab_size_mb=2048
vdo_slab_size_mb = 2048 vdo_ack_threads=1
vdo_bio_threads=1
vdo_ack_threads = 1 vdo_bio_rotation=64
vdo_bio_threads = 1 vdo_cpu_threads=2
vdo_bio_rotation = 64 vdo_hash_zone_threads=1
vdo_cpu_threads = 2 vdo_logical_threads=1
vdo_hash_zone_threads = 1 vdo_physical_threads=1
vdo_logical_threads = 1 vdo_write_policy="auto"
vdo_physical_threads = 1 vdo_max_discard=1
vdo_write_policy = "auto"
} }