Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
Hello, we did compile DRBD 8.4 on 2.6.32-042stab081.3 kernel, and we are using it without any issue. We had a fault on our primary server, and when we switched to the other node the filesystem was clean. I can understand that "1 is not statiscally significant", but it is working for us. We just had to add the following lines to /usr/src/kernels/2.6.32-042stab081.3/include/linux/idr.h #define MAX_LEVEL (MAX_ID_SHIFT + IDR_BITS - 1) / IDR_BITS /* Number of id_layer structs to leave in free list */ #define IDR_FREE_MAX MAX_LEVEL + MAX_LEVEL Massimiliano