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