mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-10 16:58:47 +03:00
tests: add space to split words
Fixing shellcheck warning: This word is outside of quotes. Did you intend to 'nest '"'single quotes'"' instead'?
This commit is contained in:
parent
270e526734
commit
e11de5847d
@ -81,10 +81,9 @@ aux profileconf valid_cmd_profile 'global/units = "h"' \
|
||||
|
||||
aux profileconf valid_mda_profile 'allocation/thin_pool_zero = 0' \
|
||||
'allocation/thin_pool_discards = "passdown"' \
|
||||
'allocation/thin_pool_chunk_size = 64'\
|
||||
'allocation/thin_pool_chunk_size = 64' \
|
||||
'activation/thin_pool_autoextend_threshold = 100' \
|
||||
'activation/thin_pool_autoextend_percent = 20' \
|
||||
|
||||
'activation/thin_pool_autoextend_percent = 20'
|
||||
|
||||
aux profileconf extra_mda_profile 'allocation/thin_pool_chunk_size = 128'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user