]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix OSD update during startup 114/head
authorSébastien Han <sebastien.han@enovance.com>
Tue, 2 Sep 2014 22:04:23 +0000 (00:04 +0200)
committerSébastien Han <sebastien.han@enovance.com>
Tue, 2 Sep 2014 22:04:23 +0000 (00:04 +0200)
Proviously we used osd_crush_update_on_start: true, this was interpreted
by Ansible as a boolean and appeared as 'True' inside the Ceph configuration
file. However the Ceph's init script is looking for 'true'.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-common/defaults/main.yml

index 32a12dcf1ac4f36bb420daf47f78342e101407b1..6a1de19080b25e99500c53d1d7624aa11bcd4740 100644 (file)
@@ -49,7 +49,7 @@ osd_mount_options_xfs: noatime
 osd_mon_heartbeat_interval: 30
 # CRUSH
 pool_default_crush_rule: 0
-osd_crush_update_on_start: true
+osd_crush_update_on_start: "true"
 # Object backend
 osd_objectstore: filestore
 # Performance tuning