Hi, I believe there is either a pull request or a ticket with this fix. Definitely a typo ;-) Cheers On 21/11/2013 08:23, Dietmar Maurer wrote: > http://ceph.com/git/?p=ceph.git;a=blob;f=src/init-ceph.in;h=7399abb8f85855f2248c4afb22bf94f2e2f080a2;hb=HEAD > > line 320: > > if [ "${update_crush:-1}" = "1" -o "{$update_crush:-1}" = "true" ]; then > > looks strange to me. Maybe that should be: > > - if [ "${update_crush:-1}" = "1" -o "{$update_crush:-1}" = "true" ]; then > + if [ "${update_crush:-1}" = "1" -o "${update_crush:-1}" = "true" ]; then > > > > -- > To unsubscribe from this list: send the line "unsubscribe ceph-devel" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html > -- Loïc Dachary, Artisan Logiciel Libre
Attachment:
signature.asc
Description: OpenPGP digital signature