]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blobdiff - multipath-tools/patches/0085-UPBZ-1110006-datacore-config.patch
multipath-tools: Update to snapshot from 2013-02-22
[people/stevee/ipfire-3.x.git] / multipath-tools / patches / 0085-UPBZ-1110006-datacore-config.patch
diff --git a/multipath-tools/patches/0085-UPBZ-1110006-datacore-config.patch b/multipath-tools/patches/0085-UPBZ-1110006-datacore-config.patch
new file mode 100644 (file)
index 0000000..cedb5e3
--- /dev/null
@@ -0,0 +1,28 @@
+---
+ libmultipath/hwtable.c |   13 +++++++++++++
+ 1 file changed, 13 insertions(+)
+
+Index: multipath-tools-130222/libmultipath/hwtable.c
+===================================================================
+--- multipath-tools-130222.orig/libmultipath/hwtable.c
++++ multipath-tools-130222/libmultipath/hwtable.c
+@@ -1108,6 +1108,19 @@ static struct hwentry default_hw[] = {
+               .prio_name     = PRIO_ALUA,
+               .prio_args     = NULL,
+       },
++      {
++              .vendor        = "DataCore",
++              .product       = "Virtual Disk",
++              .features      = DEFAULT_FEATURES,
++              .hwhandler     = DEFAULT_HWHANDLER,
++              .pgpolicy      = GROUP_BY_PRIO,
++              .pgfailback    = -FAILBACK_IMMEDIATE,
++              .rr_weight     = RR_WEIGHT_NONE,
++              .no_path_retry = NO_PATH_RETRY_QUEUE,
++              .checker_name  = TUR,
++              .prio_name     = PRIO_ALUA,
++              .prio_args     = NULL,
++      },
+       /*
+        * EOL
+        */