@@ -5,6 +5,7 @@ include ../../Makefile.inc
CFLAGS += -I..
+# If you add or remove a checker also update multipath/multipath.conf.5
LIBS= \
libcheckcciss_tur.so \
libcheckreadsector0.so \
@@ -1,3 +1,7 @@
+/*
+ * If you add or modify a value also update multipath/multipath.conf.5
+ * and the TEMPLATE in libmultipath/hwtable.c
+ */
#define DEFAULT_UID_ATTRIBUTE "ID_SERIAL"
#define DEFAULT_UDEVDIR "/dev"
#define DEFAULT_MULTIPATHDIR "/" LIB_STRING "/multipath"
@@ -1329,6 +1329,9 @@ snprint_deprecated (struct config *conf, char * buff, int len, void * data)
#define __deprecated
+/*
+ * If you add or remove a keywork also update multipath/multipath.conf.5
+ */
void
init_keywords(vector keywords)
{
@@ -5,6 +5,7 @@ include ../../Makefile.inc
CFLAGS += -I..
+# If you add or remove a prioritizer also update multipath/multipath.conf.5
LIBS = \
libprioalua.so \
libprioconst.so \
Please, document the changes. Cc: Christophe Varoqui <christophe.varoqui@opensvc.com> Cc: device-mapper development <dm-devel@redhat.com> Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com> --- libmultipath/checkers/Makefile | 1 + libmultipath/defaults.h | 4 ++++ libmultipath/dict.c | 3 +++ libmultipath/prioritizers/Makefile | 1 + 4 files changed, 9 insertions(+)