From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xose Vazquez Perez Subject: [PATCH 07/15] multipath-tools: add Oracle FS to hwtable Date: Wed, 10 Aug 2016 18:20:30 +0200 Message-ID: <1470846038-6590-7-git-send-email-xose.vazquez@gmail.com> References: <1470846038-6590-1-git-send-email-xose.vazquez@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1470846038-6590-1-git-send-email-xose.vazquez@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com Cc: Srinivasan Ramani , Xose Vazquez Perez , device-mapper development List-Id: dm-devel.ids Based on info from the manufacturer. And also add ^ to Axiom. Cc: Srinivasan Ramani Cc: Christophe Varoqui Cc: device-mapper development Signed-off-by: Xose Vazquez Perez --- libmultipath/hwtable.c | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index b15020c..f7cd456 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -653,19 +653,27 @@ static struct hwentry default_hw[] = { /* * Oracle */ - { /* - * Pillar Data + * Pillar Data / Oracle FS * * Maintainer : Srinivasan Ramani * Mail : srinivas.ramani@oracle.com */ - .vendor = "Pillar", - .product = "Axiom", + { + .vendor = "^Pillar", + .product = "^Axiom", + .pgpolicy = GROUP_BY_PRIO, + .pgfailback = -FAILBACK_IMMEDIATE, + .prio_name = PRIO_ALUA, + }, + { + .vendor = "^Oracle", + .product = "^Oracle FS", .pgpolicy = GROUP_BY_PRIO, .pgfailback = -FAILBACK_IMMEDIATE, .prio_name = PRIO_ALUA, }, + /* Sun - StorageTek */ { .vendor = "STK", .product = "OPENstorage D280", -- 2.7.4