diff options
Diffstat (limited to 'main/multipath-tools/disable-rbd.patch')
-rw-r--r-- | main/multipath-tools/disable-rbd.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/main/multipath-tools/disable-rbd.patch b/main/multipath-tools/disable-rbd.patch new file mode 100644 index 0000000000..892a49b18b --- /dev/null +++ b/main/multipath-tools/disable-rbd.patch @@ -0,0 +1,14 @@ +diff --git a/libmultipath/checkers/Makefile b/libmultipath/checkers/Makefile +index 11ab76f..db276ef 100644 +--- a/libmultipath/checkers/Makefile ++++ b/libmultipath/checkers/Makefile +@@ -13,8 +13,7 @@ LIBS= \ + libcheckdirectio.so \ + libcheckemc_clariion.so \ + libcheckhp_sw.so \ +- libcheckrdac.so \ +- libcheckrbd.so ++ libcheckrdac.so + + all: $(LIBS) + |