mirror of
https://github.com/ceph/ceph
synced 2025-03-05 07:48:55 +00:00
ceph-volume tests use the new ansible syntax for lvm
Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
parent
7584d64c0f
commit
8f0f202ec4
@ -11,7 +11,9 @@ osd_scenario: lvm
|
||||
copy_admin_key: true
|
||||
# test-volume is created by tests/functional/lvm_setup.yml from /dev/sda
|
||||
lvm_volumes:
|
||||
test_volume: /dev/sdc
|
||||
- data: test_volume
|
||||
journal: /dev/sdc
|
||||
data_vg: test_group
|
||||
os_tuning_params:
|
||||
- { name: kernel.pid_max, value: 4194303 }
|
||||
- { name: fs.file-max, value: 26234859 }
|
||||
|
Loading…
Reference in New Issue
Block a user