On Thu, May 21, 2015 at 8:24 AM, Kenneth Waegeman <kenneth.waegeman@xxxxxxxx> wrote: > Hi, > > Some strange issue wrt boolean values in the config: > > this works: > > osd_crush_update_on_start = 0 -> osd not updated > osd_crush_update_on_start = 1 -> osd updated > > In a previous version we could set boolean values in the ceph.conf file with > the integers 1(true) and false(0) also for mon_cluster_log_to_syslog, but > this does not work anymore..: > > mon_cluster_log_to_syslog = true > works, but > mon_cluster_log_to_syslog = 1 > does not. > > Is mon_cluster_log_to_syslog not a real boolean anymore? Or what could this > be? Looking at src/common/config_opts.h, mon_cluster_log_to_syslog is a string type now. I presume the code is interpreting it and there are different options but I don't know when or why it got changed. :) -Greg _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com