From 0c9d7319e42787c63488e05bca9e0b962ca1e162 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 25 Feb 2013 09:40:42 +0100 Subject: [PATCH] Rewrap a comment in constants.py As it was 80 chars, and you know that bothers me :) Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Michele Tartara <mtartara@google.com> --- lib/constants.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/constants.py b/lib/constants.py index 56e5ec044..74720fd99 100644 --- a/lib/constants.py +++ b/lib/constants.py @@ -2034,11 +2034,11 @@ DISK_LD_DEFAULTS = { LDP_NET_CUSTOM: "", LDP_DYNAMIC_RESYNC: False, - # The default values for the DRBD dynamic resync speed algorithm are taken - # from the drbsetup 8.3.11 man page, except for c-plan-ahead (that we - # don't need to set to 0, because we have a separate option to enable it) - # and for c-max-rate, that we cap to the default value for the static resync - # rate. + # The default values for the DRBD dynamic resync speed algorithm + # are taken from the drbsetup 8.3.11 man page, except for + # c-plan-ahead (that we don't need to set to 0, because we have a + # separate option to enable it) and for c-max-rate, that we cap to + # the default value for the static resync rate. LDP_PLAN_AHEAD: 20, # ds LDP_FILL_TARGET: 0, # sectors LDP_DELAY_TARGET: 1, # ds -- GitLab