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