Signed-off-by: Matan Breizman <mbreizma@redhat.com>
debug asok assert abort = true
$(format_conf "${msgr_conf}")
$(format_conf "${extra_conf}")
+ $AUTOSCALER_OPTS
EOF
if [ "$lockdep" -eq 1 ] ; then
wconf <<EOF
debug ms = 1'
fi
+# Crimson doesn't support PG merge/split yet.
+if [ "$ceph_osd" == "crimson-osd" ]; then
+ AUTOSCALER_OPTS='
+ osd_pool_default_pg_autoscale_mode = off'
+fi
+
if [ -n "$MON_ADDR" ]; then
CMON_ARGS=" -m "$MON_ADDR
COSD_ARGS=" -m "$MON_ADDR