1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/test
David Teigland 78d14a805c integrity: add --integritysettings for tuning
The option can be used in multiple ways (like --cachesettings):

--integritysettings key=val
--integritysettings 'key1=val1 key2=val2'
--integritysettings key1=val1 --integritysettings key2=val2

Use with lvcreate or lvconvert when integrity is first enabled
to configure:
journal_sectors
journal_watermark
commit_time
bitmap_flush_interval
allow_discards

Use with lvchange to configure (only while inactive):
journal_watermark
commit_time
bitmap_flush_interval
allow_discards

lvchange --integritysettings "" clears any previously configured
settings, so dm-integrity will use its own defaults.

lvs -a -o integritysettings displays configured settings.
2024-08-07 17:40:34 -05:00
..
api tests: use PWD for dbus testing 2023-02-13 14:30:43 +01:00
dbus tests: reduce number of created LVs 2024-05-13 18:04:34 +02:00
lib tests: fix wrong pos with CONFIG_PRINTK_CALLER 2024-06-03 15:30:05 +02:00
shell integrity: add --integritysettings for tuning 2024-08-07 17:40:34 -05:00
unit radix_tree: api change 2024-06-03 15:30:05 +02:00
.gitignore test: add results/ to .gitignore 2016-12-10 18:00:25 +00:00
Makefile.in tests: correct linking order for RT_LIBS 2024-04-24 11:34:35 +02:00