Revision 0c9d7319 lib/constants.py

b/lib/constants.py
2034 2034
    LDP_NET_CUSTOM: "",
2035 2035
    LDP_DYNAMIC_RESYNC: False,
2036 2036

  
2037
    # The default values for the DRBD dynamic resync speed algorithm are taken
2038
    # from the drbsetup 8.3.11 man page, except for c-plan-ahead (that we
2039
    # don't need to set to 0, because we have a separate option to enable it)
2040
    # and for c-max-rate, that we cap to the default value for the static resync
2041
    # rate.
2037
    # The default values for the DRBD dynamic resync speed algorithm
2038
    # are taken from the drbsetup 8.3.11 man page, except for
2039
    # c-plan-ahead (that we don't need to set to 0, because we have a
2040
    # separate option to enable it) and for c-max-rate, that we cap to
2041
    # the default value for the static resync rate.
2042 2042
    LDP_PLAN_AHEAD: 20, # ds
2043 2043
    LDP_FILL_TARGET: 0, # sectors
2044 2044
    LDP_DELAY_TARGET: 1, # ds

Also available in: Unified diff