diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2011-05-11 08:29:52 -0400 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-11-08 10:55:50 -0500 |
commit | 6394b9358e6187414b7a6de7ba2c681ee4a790ac (patch) | |
tree | 0750ef2de127925d86f726287b726792f8b43cb8 /include/linux/drbd_limits.h | |
parent | 7dc1d67f7c324e5bf23883b94508112ca7a70f62 (diff) |
drbd: Refer to resync-rate consistently throughout the code
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd_limits.h')
-rw-r--r-- | include/linux/drbd_limits.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/linux/drbd_limits.h b/include/linux/drbd_limits.h index 3d3e2d5125cb..48339ae69d50 100644 --- a/include/linux/drbd_limits.h +++ b/include/linux/drbd_limits.h | |||
@@ -98,10 +98,11 @@ | |||
98 | 98 | ||
99 | /* syncer { */ | 99 | /* syncer { */ |
100 | /* FIXME allow rate to be zero? */ | 100 | /* FIXME allow rate to be zero? */ |
101 | #define DRBD_RATE_MIN 1 | 101 | #define DRBD_RESYNC_RATE_MIN 1 |
102 | /* channel bonding 10 GbE, or other hardware */ | 102 | /* channel bonding 10 GbE, or other hardware */ |
103 | #define DRBD_RATE_MAX (4 << 20) | 103 | #define DRBD_RESYNC_RATE_MAX (4 << 20) |
104 | #define DRBD_RATE_DEF 250 /* kb/second */ | 104 | #define DRBD_RESYNC_RATE_DEF 250 |
105 | #define DRBD_RESYNC_RATE_SCALE 'k' /* kilobytes */ | ||
105 | 106 | ||
106 | /* less than 7 would hit performance unnecessarily. | 107 | /* less than 7 would hit performance unnecessarily. |
107 | * 919 slots context information per transaction, | 108 | * 919 slots context information per transaction, |