Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 1 | ---------------------- |
| 2 | HAProxy how-to |
| 3 | ---------------------- |
Willy Tarreau | e0c623d | 2012-06-04 00:42:09 +0200 | [diff] [blame] | 4 | version 1.5-dev11 |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 5 | willy tarreau |
Willy Tarreau | e0c623d | 2012-06-04 00:42:09 +0200 | [diff] [blame] | 6 | 2012/06/04 |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 7 | |
| 8 | |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 9 | 1) How to build it |
| 10 | ------------------ |
| 11 | |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 12 | To build haproxy, you will need : |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 13 | - GNU make. Neither Solaris nor OpenBSD's make work with the GNU Makefile. |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 14 | However, specific Makefiles for BSD and OSX are provided. |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 15 | - GCC between 2.91 and 4.5.0. Others may work, but not tested. |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 16 | - GNU ld |
| 17 | |
| 18 | Also, you might want to build with libpcre support, which will provide a very |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 19 | efficient regex implementation and will also fix some badness on Solaris' one. |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 20 | |
| 21 | To build haproxy, you have to choose your target OS amongst the following ones |
| 22 | and assign it to the TARGET variable : |
| 23 | |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 24 | - linux22 for Linux 2.2 |
| 25 | - linux24 for Linux 2.4 and above (default) |
| 26 | - linux24e for Linux 2.4 with support for a working epoll (> 0.21) |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 27 | - linux26 for Linux 2.6 and above |
Willy Tarreau | e0c623d | 2012-06-04 00:42:09 +0200 | [diff] [blame] | 28 | - linux2628 for Linux 2.6.28 and above (enables splice and tproxy) |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 29 | - solaris for Solaris 8 or 10 (others untested) |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 30 | - freebsd for FreeBSD 5 to 8.0 (others untested) |
| 31 | - openbsd for OpenBSD 3.1 to 4.6 (others untested) |
Willy Tarreau | 7dec965 | 2012-06-06 16:15:03 +0200 | [diff] [blame] | 32 | - aix52 for AIX 5.2 |
Yitzhak Sapir | 3208731 | 2009-06-14 18:27:54 +0200 | [diff] [blame] | 33 | - cygwin for Cygwin |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 34 | - generic for any other OS. |
| 35 | - custom to manually adjust every setting |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 36 | |
| 37 | You may also choose your CPU to benefit from some optimizations. This is |
| 38 | particularly important on UltraSparc machines. For this, you can assign |
| 39 | one of the following choices to the CPU variable : |
| 40 | |
| 41 | - i686 for intel PentiumPro, Pentium 2 and above, AMD Athlon |
| 42 | - i586 for intel Pentium, AMD K6, VIA C3. |
| 43 | - ultrasparc : Sun UltraSparc I/II/III/IV processor |
Willy Tarreau | a5899aa | 2010-11-28 07:41:00 +0100 | [diff] [blame] | 44 | - native : use the build machine's specific processor optimizations |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 45 | - generic : any other processor or no specific optimization. (default) |
| 46 | |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 47 | Alternatively, you may just set the CPU_CFLAGS value to the optimal GCC options |
| 48 | for your platform. |
| 49 | |
Willy Tarreau | ef7341d | 2009-04-11 19:45:50 +0200 | [diff] [blame] | 50 | You may want to build specific target binaries which do not match your native |
| 51 | compiler's target. This is particularly true on 64-bit systems when you want |
| 52 | to build a 32-bit binary. Use the ARCH variable for this purpose. Right now |
Willy Tarreau | a5899aa | 2010-11-28 07:41:00 +0100 | [diff] [blame] | 53 | it only knows about a few x86 variants (i386,i486,i586,i686,x86_64), two |
| 54 | generic ones (32,64) and sets -m32/-m64 as well as -march=<arch> accordingly. |
Willy Tarreau | ef7341d | 2009-04-11 19:45:50 +0200 | [diff] [blame] | 55 | |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 56 | If your system supports PCRE (Perl Compatible Regular Expressions), then you |
| 57 | really should build with libpcre which is between 2 and 10 times faster than |
| 58 | other libc implementations. Regex are used for header processing (deletion, |
| 59 | rewriting, allow, deny). The only inconvenient of libpcre is that it is not |
| 60 | yet widely spread, so if you build for other systems, you might get into |
| 61 | trouble if they don't have the dynamic library. In this situation, you should |
| 62 | statically link libpcre into haproxy so that it will not be necessary to |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 63 | install it on target systems. Available build options for PCRE are : |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 64 | |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 65 | - USE_PCRE=1 to use libpcre, in whatever form is available on your system |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 66 | (shared or static) |
| 67 | |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 68 | - USE_STATIC_PCRE=1 to use a static version of libpcre even if the dynamic |
| 69 | one is available. This will enhance portability. |
| 70 | |
| 71 | - with no option, use your OS libc's standard regex implemntation (default). |
| 72 | Warning! group references on Solaris seem broken. Use static-pcre whenever |
| 73 | possible. |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 74 | |
Willy Tarreau | 64bc40b | 2011-03-23 20:00:53 +0100 | [diff] [blame] | 75 | Recent systems can resolve IPv6 host names using getaddrinfo(). This primitive |
| 76 | is not present in all libcs and does not work in all of them either. Support in |
| 77 | glibc was broken before 2.3. Some embedded libs may not properly work either, |
| 78 | thus, support is disabled by default, meaning that some host names which only |
| 79 | resolve as IPv6 addresses will not resolve and configs might emit an error |
| 80 | during parsing. If you know that your OS libc has reliable support for |
| 81 | getaddrinfo(), you can add USE_GETADDRINFO=1 on the make command line to enable |
| 82 | it. This is the recommended option for most Linux distro packagers since it's |
| 83 | working fine on all recent mainstream distros. It is automatically enabled on |
| 84 | Solaris 8 and above, as it's known to work. |
| 85 | |
Willy Tarreau | d450881 | 2012-09-10 09:07:41 +0200 | [diff] [blame] | 86 | It is possible to add native support for SSL using the GNU makefile only, and |
| 87 | by passing "USE_OPENSSL=1" on the make commande line. The libssl and libcrypto |
| 88 | will automatically be linked with haproxy. Some systems also require libz, so |
| 89 | if the build fails due to missing symbols such as deflateInit(), then try again |
| 90 | with "ADDLIB=-lz". |
| 91 | |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 92 | By default, the DEBUG variable is set to '-g' to enable debug symbols. It is |
| 93 | not wise to disable it on uncommon systems, because it's often the only way to |
| 94 | get a complete core when you need one. Otherwise, you can set DEBUG to '-s' to |
| 95 | strip the binary. |
| 96 | |
| 97 | For example, I use this to build for Solaris 8 : |
| 98 | |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 99 | $ make TARGET=solaris CPU=ultrasparc USE_STATIC_PCRE=1 |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 100 | |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 101 | And I build it this way on OpenBSD or FreeBSD : |
willy tarreau | d38e72d | 2006-03-19 20:56:52 +0100 | [diff] [blame] | 102 | |
| 103 | $ make -f Makefile.bsd REGEX=pcre DEBUG= COPTS.generic="-Os -fomit-frame-pointer -mgnu" |
| 104 | |
Willy Tarreau | d450881 | 2012-09-10 09:07:41 +0200 | [diff] [blame] | 105 | And on a recent Linux with SSL support : |
| 106 | |
| 107 | $ make TARGET=linux2628 CPU=native USE_PCRE=1 USE_OPENSSL=1 |
| 108 | |
| 109 | In order to build a 32-bit binary on an x86_64 Linux system with SSL support : |
Willy Tarreau | ef7341d | 2009-04-11 19:45:50 +0200 | [diff] [blame] | 110 | |
Willy Tarreau | d450881 | 2012-09-10 09:07:41 +0200 | [diff] [blame] | 111 | $ make TARGET=linux26 ARCH=i386 USE_OPENSSL=1 ADDLIB=-lz |
Willy Tarreau | ef7341d | 2009-04-11 19:45:50 +0200 | [diff] [blame] | 112 | |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 113 | If you need to pass other defines, includes, libraries, etc... then please |
| 114 | check the Makefile to see which ones will be available in your case, and |
Willy Tarreau | 83b30c1 | 2008-05-25 10:32:50 +0200 | [diff] [blame] | 115 | use the USE_* variables in the GNU Makefile, or ADDINC, ADDLIB, and DEFINE |
| 116 | variables in the BSD makefiles. |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 117 | |
Willy Tarreau | 97ec969 | 2010-01-28 20:52:05 +0100 | [diff] [blame] | 118 | AIX 5.3 is known to work with the generic target. However, for the binary to |
| 119 | also run on 5.2 or earlier, you need to build with DEFINE="-D_MSGQSUPPORT", |
| 120 | otherwise __fd_select() will be used while not being present in the libc. |
Willy Tarreau | 7dec965 | 2012-06-06 16:15:03 +0200 | [diff] [blame] | 121 | If you get build errors because of strange symbols or section mismatches, |
| 122 | simply remove -g from DEBUG_CFLAGS. |
Willy Tarreau | 97ec969 | 2010-01-28 20:52:05 +0100 | [diff] [blame] | 123 | |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 124 | |
| 125 | 2) How to install it |
| 126 | -------------------- |
| 127 | |
| 128 | To install haproxy, you can either copy the single resulting binary to the |
| 129 | place you want, or run : |
| 130 | |
| 131 | $ sudo make install |
| 132 | |
| 133 | If you're packaging it for another system, you can specify its root directory |
| 134 | in the usual DESTDIR variable. |
| 135 | |
| 136 | |
| 137 | 3) How to set it up |
| 138 | ------------------- |
| 139 | |
| 140 | There is some documentation in the doc/ directory : |
| 141 | |
| 142 | - architecture.txt : this is the architecture manual. It is quite old and |
| 143 | does not tell about the nice new features, but it's still a good starting |
| 144 | point when you know what you want but don't know how to do it. |
| 145 | |
| 146 | - configuration.txt : this is the configuration manual. It recalls a few |
| 147 | essential HTTP basic concepts, and details all the configuration file |
| 148 | syntax (keywords, units). It also describes the log and stats format. It |
| 149 | is normally always up to date. If you see that something is missing from |
| 150 | it, please report it as this is a bug. |
| 151 | |
| 152 | - haproxy-en.txt / haproxy-fr.txt : these are the old outdated docs. You |
| 153 | should never need them. If you do, then please report what you didn't |
| 154 | find in the other ones. |
| 155 | |
| 156 | - gpl.txt / lgpl.txt : the copy of the licenses covering the software. See |
| 157 | the 'LICENSE' file at the top for more information. |
| 158 | |
| 159 | - the rest is mainly for developers. |
| 160 | |
| 161 | There are also a number of nice configuration examples in the "examples" |
| 162 | directory as well as on several sites and articles on the net which are linked |
| 163 | to from the haproxy web site. |
| 164 | |
| 165 | |
| 166 | 4) How to report a bug |
| 167 | ---------------------- |
| 168 | |
| 169 | It is possible that from time to time you'll find a bug. A bug is a case where |
| 170 | what you see is not what is documented. Otherwise it can be a misdesign. If you |
| 171 | find that something is stupidly design, please discuss it on the list (see the |
| 172 | "how to contribute" section below). If you feel like you're proceeding right |
| 173 | and haproxy doesn't obey, then first ask yourself if it is possible that nobody |
| 174 | before you has even encountered this issue. If it's unlikely, the you probably |
| 175 | have an issue in your setup. Just in case of doubt, please consult the mailing |
| 176 | list archives : |
| 177 | |
| 178 | http://www.formilux.org/archives/haproxy/ |
| 179 | http://marc.info/?l=haproxy |
| 180 | |
| 181 | Otherwise, please try to gather the maximum amount of information to help |
| 182 | reproduce the issue and send that to the mailing list : |
| 183 | |
| 184 | haproxy@formilux.org |
| 185 | |
| 186 | Please include your configuration and logs. You can mask your IP addresses and |
| 187 | passwords, we don't need them. But it's essential that you post your config if |
| 188 | you want people to guess what is happening. |
| 189 | |
| 190 | Also, keep in mind that haproxy is designed to NEVER CRASH. If you see it die |
| 191 | without any reason, then it definitely is a critical bug that must be reported |
| 192 | and urgently fixed. It has happened a couple of times in the past, essentially |
| 193 | on development versions running on new architectures. If you think your setup |
| 194 | is fairly common, then it is possible that the issue is totally unrelated. |
| 195 | Anyway, if that happens, feel free to contact me directly, as I will give you |
| 196 | instructions on how to collect a usable core file, and will probably ask for |
| 197 | other captures that you'll not want to share with the list. |
| 198 | |
| 199 | |
| 200 | 5) How to contribute |
| 201 | -------------------- |
| 202 | |
| 203 | It is possible that you'll want to add a specific feature to satisfy your needs |
| 204 | or one of your customers'. Contributions are welcome, however I'm often very |
| 205 | picky about changes. I will generally reject patches that change massive parts |
| 206 | of the code, or that touch the core parts without any good reason if those |
| 207 | changes have not been discussed first. |
| 208 | |
| 209 | The proper place to discuss your changes is the HAProxy Mailing List. There are |
| 210 | enough skilled readers to catch hazardous mistakes and to suggest improvements. |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 211 | I trust a number of them enough to merge a patch if they say it's OK, so using |
| 212 | the list is the fastest way to get your code reviewed and merged. You can |
| 213 | subscribe to it by sending an empty e-mail at the following address : |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 214 | |
| 215 | haproxy+subscribe@formilux.org |
| 216 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 217 | If you have an idea about something to implement, *please* discuss it on the |
| 218 | list first. It has already happened several times that two persons did the same |
| 219 | thing simultaneously. This is a waste of time for both of them. It's also very |
| 220 | common to see some changes rejected because they're done in a way that will |
| 221 | conflict with future evolutions, or that does not leave a good feeling. It's |
| 222 | always unpleasant for the person who did the work, and it is unpleasant for me |
| 223 | too because I value people's time and efforts. That would not happen if these |
| 224 | were discussed first. There is no problem posting work in progress to the list, |
| 225 | it happens quite often in fact. Also, don't waste your time with the doc when |
| 226 | submitting patches for review, only add the doc with the patch you consider |
| 227 | ready to merge. |
| 228 | |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 229 | If your work is very confidential and you can't publicly discuss it, you can |
| 230 | also mail me directly about it, but your mail may be waiting several days in |
| 231 | the queue before you get a response. |
| 232 | |
| 233 | If you'd like a feature to be added but you think you don't have the skills to |
| 234 | implement it yourself, you should follow these steps : |
| 235 | |
| 236 | 1. discuss the feature on the mailing list. It is possible that someone |
| 237 | else has already implemented it, or that someone will tell you how to |
| 238 | proceed without it, or even why not to do it. It is also possible that |
| 239 | in fact it's quite easy to implement and people will guide you through |
| 240 | the process. That way you'll finally have YOUR patch merged, providing |
| 241 | the feature YOU need. |
| 242 | |
| 243 | 2. if you really can't code it yourself after discussing it, then you may |
| 244 | consider contacting someone to do the job for you. Some people on the |
| 245 | list might be OK with trying to do it. Otherwise, you can check the list |
| 246 | of contributors at the URL below, some of the regular contributors may |
| 247 | be able to do the work, probably not for free but their time is as much |
| 248 | valuable as yours after all, you can't eat the cake and have it too. |
| 249 | |
| 250 | The list of past and regular contributors is available below. It lists not only |
| 251 | significant code contributions (features, fixes), but also time or money |
| 252 | donations : |
| 253 | |
| 254 | http://haproxy.1wt.eu/contrib.html |
| 255 | |
| 256 | Note to contributors: it's very handy when patches comes with a properly |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 257 | formated subject. There are 3 criteria of particular importance in any patch : |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 258 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 259 | - its nature (is it a fix for a bug, a new feature, an optimization, ...) |
| 260 | - its importance, which generally reflects the risk of merging/not merging it |
| 261 | - what area it applies to (eg: http, stats, startup, config, doc, ...) |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 262 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 263 | It's important to make these 3 criteria easy to spot in the patch's subject, |
| 264 | because it's the first (and sometimes the only) thing which is read when |
| 265 | reviewing patches to find which ones need to be backported to older versions. |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 266 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 267 | Specifically, bugs must be clearly easy to spot so that they're never missed. |
| 268 | Any patch fixing a bug must have the "BUG" tag in its subject. Most common |
| 269 | patch types include : |
| 270 | |
| 271 | - BUG fix for a bug. The severity of the bug should also be indicated |
| 272 | when known. Similarly, if a backport is needed to older versions, |
| 273 | it should be indicated on the last line of the commit message. If |
| 274 | the bug has been identified as a regression brought by a specific |
| 275 | patch or version, this indication will be appreciated too. New |
| 276 | maintenance releases are generally emitted when a few of these |
| 277 | patches are merged. |
| 278 | |
| 279 | - CLEANUP code cleanup, silence of warnings, etc... theorically no impact. |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 280 | These patches will rarely be seen in stable branches, though they |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 281 | may appear when they remove some annoyance or when they make |
| 282 | backporting easier. By nature, a cleanup is always minor. |
| 283 | |
| 284 | - REORG code reorganization. Some blocks may be moved to other places, |
| 285 | some important checks might be swapped, etc... These changes |
| 286 | always present a risk of regression. For this reason, they should |
| 287 | never be mixed with any bug fix nor functional change. Code is |
| 288 | only moved as-is. Indicating the risk of breakage is highly |
| 289 | recommended. |
| 290 | |
| 291 | - BUILD updates or fixes for build issues. Changes to makefiles also fall |
| 292 | into this category. The risk of breakage should be indicated if |
| 293 | known. It is also appreciated to indicate what platforms and/or |
| 294 | configurations were tested after the change. |
| 295 | |
| 296 | - OPTIM some code was optimised. Sometimes if the regression risk is very |
| 297 | low and the gains significant, such patches may be merged in the |
| 298 | stable branch. Depending on the amount of code changed or replaced |
| 299 | and the level of trust the author has in the change, the risk of |
| 300 | regression should be indicated. |
| 301 | |
| 302 | - RELEASE release of a new version (development or stable). |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 303 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 304 | - LICENSE licensing updates (may impact distro packagers). |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 305 | |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 306 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 307 | When the patch cannot be categorized, it's best not to put any tag. This is |
| 308 | commonly the case for new features, which development versions are mostly made |
| 309 | of. |
| 310 | |
| 311 | Additionally, the importance of the patch should be indicated when known. A |
| 312 | single upper-case word is preferred, among : |
| 313 | |
| 314 | - MINOR minor change, very low risk of impact. It is often the case for |
| 315 | code additions that don't touch live code. For a bug, it generally |
| 316 | indicates an annoyance, nothing more. |
| 317 | |
| 318 | - MEDIUM medium risk, may cause unexpected regressions of low importance or |
| 319 | which may quickly be discovered. For a bug, it generally indicates |
| 320 | something odd which requires changing the configuration in an |
| 321 | undesired way to work around the issue. |
| 322 | |
| 323 | - MAJOR major risk of hidden regression. This happens when I rearrange |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 324 | large parts of code, when I play with timeouts, with variable |
| 325 | initializations, etc... We should only exceptionally find such |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 326 | patches in stable branches. For a bug, it indicates severe |
| 327 | reliability issues for which workarounds are identified with or |
| 328 | without performance impacts. |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 329 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 330 | - CRITICAL medium-term reliability or security is at risk and workarounds, |
| 331 | if they exist, might not always be acceptable. An upgrade is |
| 332 | absolutely required. A maintenance release may be emitted even if |
| 333 | only one of these bugs are fixed. Note that this tag is only used |
| 334 | with bugs. Such patches must indicate what is the first version |
| 335 | affected, and if known, the commit ID which introduced the issue. |
| 336 | |
| 337 | If this criterion doesn't apply, it's best not to put it. For instance, most |
| 338 | doc updates and most examples or test files are just added or updated without |
| 339 | any need to qualify a level of importance. |
| 340 | |
| 341 | The area the patch applies to is quite important, because some areas are known |
| 342 | to be similar in older versions, suggesting a backport might be desirable, and |
| 343 | conversely, some areas are known to be specific to one version. When the tag is |
| 344 | used alone, uppercase is preferred for readability, otherwise lowercase is fine |
| 345 | too. The following tags are suggested but not limitative : |
| 346 | |
| 347 | - doc documentation updates or fixes. No code is affected, no need to |
| 348 | upgrade. These patches can also be sent right after a new feature, |
| 349 | to document it. |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 350 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 351 | - examples example files. Be careful, sometimes these files are packaged. |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 352 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 353 | - tests regression test files. No code is affected, no need to upgrade. |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 354 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 355 | - init initialization code, arguments parsing, etc... |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 356 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 357 | - config configuration parser, mostly used when adding new config keywords |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 358 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 359 | - http the HTTP engine |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 360 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 361 | - stats the stats reporting engine as well as the stats socket CLI |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 362 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 363 | - checks the health checks engine (eg: when adding new checks) |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 364 | |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 365 | - acl the ACL processing core or some ACLs from other areas |
| 366 | |
| 367 | - peers the peer synchronization engine |
| 368 | |
| 369 | - listeners everything related to incoming connection settings |
| 370 | |
| 371 | - frontend everything related to incoming connection processing |
| 372 | |
| 373 | - backend everything related to LB algorithms and server farm |
| 374 | |
| 375 | - session session processing and flags (very sensible, be careful) |
| 376 | |
| 377 | - server server connection management, queueing |
| 378 | |
| 379 | - proxy proxy maintenance (start/stop) |
| 380 | |
| 381 | - log log management |
| 382 | |
| 383 | - poll any of the pollers |
| 384 | |
| 385 | - halog the halog sub-component in the contrib directory |
| 386 | |
| 387 | - contrib any addition to the contrib directory |
| 388 | |
| 389 | Other names may be invented when more precise indications are meaningful, for |
| 390 | instance : "cookie" which indicates cookie processing in the HTTP core. Last, |
| 391 | indicating the name of the affected file is also a good way to quickly spot |
| 392 | changes. Many commits were already tagged with "stream_sock" or "cfgparse" for |
| 393 | instance. |
| 394 | |
| 395 | It is desired that AT LEAST one of the 3 criteria tags is reported in the patch |
| 396 | subject. Ideally, we would have the 3 most often. The two first criteria should |
| 397 | be present before a first colon (':'). If both are present, then they should be |
| 398 | delimited with a slash ('/'). The 3rd criterion (area) should appear next, also |
| 399 | followed by a colon. Thus, all of the following messages are valid : |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 400 | |
| 401 | Examples of messages : |
Willy Tarreau | 9a639a1 | 2011-09-10 22:48:36 +0200 | [diff] [blame] | 402 | - DOC: document options forwardfor to logasap |
| 403 | - DOC/MAJOR: reorganize the whole document and change indenting |
| 404 | - BUG: stats: connection reset counters must be plain ascii, not HTML |
| 405 | - BUG/MINOR: stats: connection reset counters must be plain ascii, not HTML |
| 406 | - MEDIUM: checks: support multi-packet health check responses |
| 407 | - RELEASE: Released version 1.4.2 |
| 408 | - BUILD: stats: stdint is not present on solaris |
| 409 | - OPTIM/MINOR: halog: make fgets parse more bytes by blocks |
| 410 | - REORG/MEDIUM: move syscall redefinition to specific places |
| 411 | |
| 412 | Please do not use square brackets anymore around the tags, because they give me |
| 413 | more work when merging patches. By default I'm asking Git to keep them but this |
| 414 | causes trouble when patches are prefixed with the [PATCH] tag because in order |
| 415 | not to store it, I have to hand-edit the patches. So as of now, I will ask Git |
| 416 | to remove whatever is located between square brackets, which implies that any |
| 417 | subject formatted the old way will have its tag stripped out. |
| 418 | |
| 419 | In fact, one of the only square bracket tags that still makes sense is '[RFC]' |
| 420 | at the beginning of the subject, when you're asking for someone to review your |
| 421 | change before getting it merged. If the patch is OK to be merged, then I can |
| 422 | merge it as-is and the '[RFC]' tag will automatically be removed. If you don't |
| 423 | want it to be merged at all, you can simply state it in the message, or use an |
| 424 | alternate '[WIP]' tag ("work in progress"). |
| 425 | |
| 426 | The tags are not rigid, follow your intuition first, anyway I reserve the right |
| 427 | to change them when merging the patch. It may happen that a same patch has a |
| 428 | different tag in two distinct branches. The reason is that a bug in one branch |
| 429 | may just be a cleanup in the other one because the code cannot be triggered. |
| 430 | |
Willy Tarreau | b1a34b6 | 2010-05-09 22:37:12 +0200 | [diff] [blame] | 431 | |
| 432 | For a more efficient interaction between the mainline code and your code, I can |
| 433 | only strongly encourage you to try the Git version control system : |
| 434 | |
| 435 | http://git-scm.com/ |
| 436 | |
| 437 | It's very fast, lightweight and lets you undo/redo your work as often as you |
| 438 | want, without making your mistakes visible to the rest of the world. It will |
| 439 | definitely help you contribute quality code and take other people's feedback |
| 440 | in consideration. In order to clone the HAProxy Git repository : |
| 441 | |
| 442 | $ git clone http://git.1wt.eu/git/haproxy-1.4.git (stable 1.4) |
| 443 | $ git clone http://git.1wt.eu/git/haproxy.git/ (development) |
| 444 | |
| 445 | If you decide to use Git for your developments, then your commit messages will |
| 446 | have the subject line in the format described above, then the whole description |
| 447 | of your work (mainly why you did it) will be in the body. You can directly send |
| 448 | your commits to the mailing list, the format is convenient to read and process. |
| 449 | |
willy tarreau | 7834533 | 2005-12-18 01:33:16 +0100 | [diff] [blame] | 450 | -- end |