Skip to content
Snippets Groups Projects
Commit 0c9d7319 authored by Iustin Pop's avatar Iustin Pop
Browse files

Rewrap a comment in constants.py


As it was 80 chars, and you know that bothers me :)

Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichele Tartara <mtartara@google.com>
parent 5ba392f9
No related branches found
No related tags found
No related merge requests found
...@@ -2034,11 +2034,11 @@ DISK_LD_DEFAULTS = { ...@@ -2034,11 +2034,11 @@ DISK_LD_DEFAULTS = {
LDP_NET_CUSTOM: "", LDP_NET_CUSTOM: "",
LDP_DYNAMIC_RESYNC: False, LDP_DYNAMIC_RESYNC: False,
# The default values for the DRBD dynamic resync speed algorithm are taken # The default values for the DRBD dynamic resync speed algorithm
# from the drbsetup 8.3.11 man page, except for c-plan-ahead (that we # are taken from the drbsetup 8.3.11 man page, except for
# don't need to set to 0, because we have a separate option to enable it) # c-plan-ahead (that we don't need to set to 0, because we have a
# and for c-max-rate, that we cap to the default value for the static resync # separate option to enable it) and for c-max-rate, that we cap to
# rate. # the default value for the static resync rate.
LDP_PLAN_AHEAD: 20, # ds LDP_PLAN_AHEAD: 20, # ds
LDP_FILL_TARGET: 0, # sectors LDP_FILL_TARGET: 0, # sectors
LDP_DELAY_TARGET: 1, # ds LDP_DELAY_TARGET: 1, # ds
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment