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 [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html