This is a patch sent to me by Martin George from NetApp. It changes the
prioriziter name from netapp to ontap, and adds some minor enchancements to
the prioritizer. I can send another patch to change the file names to match,
but that makes it harder to see the full file history in git.
Index: multipath-tools-110412/libmultipath/prioritizers/netapp.c
================================================== =================
--- multipath-tools-110412.orig/libmultipath/prioritizers/netapp.c
+++ multipath-tools-110412/libmultipath/prioritizers/netapp.c
@@ -1,4 +1,4 @@
-/*
+/*
* Copyright 2005 Network Appliance, Inc., All Rights Reserved
* Author: David Wysochanski available at davidw@netapp.com
*
@@ -7,7 +7,7 @@
* published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* General Public License v2 for more details.
*/
@@ -27,17 +27,17 @@
#define INQUIRY_CMDLEN 6
#define DEFAULT_PRIOVAL 10
#define RESULTS_MAX 256
-#define SG_TIMEOUT 30000
+#define SG_TIMEOUT 60000
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
04-25-2011, 11:48 AM
Christophe Varoqui
multipath: changes to NetApp's prioritizer
On dim., 2011-04-24 at 23:02 -0500, Benjamin Marzinski wrote:
> This is a patch sent to me by Martin George from NetApp.
Applied.
> It changes the
> prioriziter name from netapp to ontap, and adds some minor enchancements to
> the prioritizer. I can send another patch to change the file names to match,
> but that makes it harder to see the full file history in git.
Yes, the files rename is welcome too.
--
Christophe Varoqui
OpenSVC - Software to scale
http://www.opensvc.com/
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
04-26-2011, 08:38 AM
yue
multipath: changes to NetApp's prioritizer
which version of multipath?
my invironment is fedora12* multipath 0.4.9.* multibus for netapp
there is not improvment in throughput?
thanks