]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix #69 - mon osd min down reporters 70/head
authorAlessandro Corbelli <alessandro.corbelli@guest.it>
Fri, 18 Apr 2014 08:47:30 +0000 (10:47 +0200)
committerAlessandro Corbelli <alessandro.corbelli@guest.it>
Fri, 18 Apr 2014 08:47:30 +0000 (10:47 +0200)
group_vars/all
roles/common/templates/ceph.conf.j2

index 26af4790f80931e3aff06f77d8bce9b30ba5e3af..2e653673bee49d68e1021a07af89ccb969af9020 100644 (file)
@@ -17,7 +17,7 @@ fsid: # /!\ GENERATE ONE WITH 'uuidgen -r' /!\
 #
 monitor_interface: eth1
 mon_osd_down_out_interval: 600
-mon_osd_mon_down_reporters: 7 # number of OSDs per host + 1
+mon_osd_min_down_reporters: 7 # number of OSDs per host + 1
 
 ## MDS options
 #
index 85c0a3f7e7531febe314e18143529e8f8f2c0339..4eb2cf80da25f735cdd1e247f576b28bbbdd2fb6 100644 (file)
@@ -30,7 +30,7 @@
 
 [mon]
   mon osd down out interval = {{ mon_osd_down_out_interval }}
-  mon osd mon down reporters = {{ mon_osd_mon_down_reporters }}
+  mon osd min down reporters = {{ mon_osd_min_down_reporters }}
 {% for host in groups['mons'] %}
   {% if hostvars[host]['ansible_hostname'] is defined %}
   [mon.{{ hostvars[host]['ansible_hostname'] }}]