summaryrefslogtreecommitdiffstats
path: root/ci/ansible/group_vars/ceph/ceph.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/ansible/group_vars/ceph/ceph.yaml')
-rw-r--r--[-rwxr-xr-x]ci/ansible/group_vars/ceph/ceph.yaml13
1 files changed, 8 insertions, 5 deletions
diff --git a/ci/ansible/group_vars/ceph/ceph.yaml b/ci/ansible/group_vars/ceph/ceph.yaml
index 8272cd1..5e70724 100755..100644
--- a/ci/ansible/group_vars/ceph/ceph.yaml
+++ b/ci/ansible/group_vars/ceph/ceph.yaml
@@ -1,5 +1,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 \ No newline at end of file
+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