]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
Enable single host mode 81/head
authorSébastien Han <sebastien.han@enovance.com>
Wed, 30 Apr 2014 23:24:20 +0000 (01:24 +0200)
committerSébastien Han <sebastien.han@enovance.com>
Wed, 30 Apr 2014 23:24:20 +0000 (01:24 +0200)
commit567c0bb6ce69ec54fc5cd8de6a8292c3003604a2
tree67ef77945af62073753adf80704746c258139ad4
parentd6a82a6201f35a2e482ea03b9cb7fca52c397b5f
Enable single host mode

This commit introduces a new config option 'osd crush chooseleaf type'.
With the help of this option and by setting it to '0' we tell Ceph to
store all the replicas on a single host. Basically we tell CRUSH to
iterate over disk and not over host.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
group_vars/all
roles/common/templates/ceph.conf.j2