summaryrefslogtreecommitdiffstats
path: root/ci/ansible/group_vars/ceph/ceph.yaml
blob: 5e70724bbef3f7ccecde9ca4389b15560a4092f4 (plain)
1
2
3
4
5
6
7
8
configFile: /etc/ceph/ceph.conf
pool:
  "rbd": # change pool name same to ceph pool, but don't change it if you choose lvm backend
    diskType: SSD
    AZ: default
    accessProtocol: rbd
    thinProvisioned: true
    compressed: false