enable_ceph: "yes"
enable_ceph_rgw: "no"

ceph_cache_mode: "writeback"

glance_backend_file: "no"
glance_backend_ceph: "yes"

cinder_backend_ceph: "{{ enable_ceph }}"
nova_backend_ceph: "{{ enable_ceph }}"

ceph_osd_mount_options: "defaults,noatime"

# 编辑/etc/kolla/config/ceph.conf
[global]
osd pool default size = 3
osd pool default min size = 2