]> git.proxmox.com Git - ceph.git/blame - ceph/src/ceph-volume/ceph_volume/tests/functional/lvm/centos7/filestore/create/group_vars/all
update sources to 12.2.7
[ceph.git] / ceph / src / ceph-volume / ceph_volume / tests / functional / lvm / centos7 / filestore / create / group_vars / all
CommitLineData
d2e6a577
FG
1---
2
3ceph_dev: True
4cluster: ceph
5public_network: "192.168.3.0/24"
6cluster_network: "192.168.4.0/24"
7monitor_interface: eth1
8journal_size: 100
9osd_objectstore: "filestore"
10osd_scenario: lvm
181888fb
FG
11ceph_origin: 'repository'
12ceph_repository: 'dev'
28e407b8 13copy_admin_key: false
d2e6a577
FG
14# test-volume is created by tests/functional/lvm_setup.yml from /dev/sda
15lvm_volumes:
181888fb
FG
16 - data: data-lv1
17 journal: /dev/sdc1
b5b8bbf5 18 data_vg: test_group
b32b8144 19 crush_device_class: test
181888fb
FG
20 - data: data-lv2
21 journal: journal1
22 data_vg: test_group
23 journal_vg: journals
3efd9988
FG
24 - data: /dev/sdd1
25 journal: /dev/sdd2
d2e6a577
FG
26os_tuning_params:
27 - { name: kernel.pid_max, value: 4194303 }
28 - { name: fs.file-max, value: 26234859 }
29ceph_conf_overrides:
30 global:
31 osd_pool_default_pg_num: 8
32 osd_pool_default_size: 1