VNX:在 RHEL 6 上設定 DM-MPIO 時發生錯誤「multipath.conf line 16,invalid keyword: prio_callout」

Summary: 本文說明使用者收到「multipath.conf line 16,invalid keyword: prio_callout」錯誤時的解決方案。

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

在 Red Hat Enterprise Linux (RHEL) 6 上設定裝置對應器-多路徑 I/O (DM-MPIO) 時,傳回下列錯誤訊息:

[root@IL-RDC-RH-77 ~]# multipathd -v2 -d
Mar 13 17:42:41 | --------start up--------
Mar 13 17:42:41 | read /etc/multipath.conf
Mar 13 17:42:41 | multipath.conf line 16, invalid keyword: prio_callout
Mar 13 17:42:41 | process is already running

[root@IL-RDC-RH-77 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)

 

Cause

在 RHEL 6 版本中,優先功能不再是標註程式。相反,它們是動態共享物件,如路徑檢查器函數。prio_callout 參數已替換為 prio 參數。

[root@IL-RDC-RH-77 ~]# cat /etc/multipath.conf
defaults {
        user_friendly_names yes
}

blacklist {
        devnode "^(ram|raw|loop|fd|md|dm-|sda|sr|scd|st)[0-9]*"
        devnode "^hd[a-z]"
        devnode "^cciss!c[0-9]d[0-9]*"
}

devices {
        device {
        vendor "DGC"
        product "*"
        prio_callout "/sbin/mpath_prio_alua /dev/%n" << This option is not correct for this version of RHEL.
        path_grouping_policy group_by_prio
        features "1 queue_if_no_path"
        failback immediate
        hardware_handler "1 alua"
}
}

 

Resolution

若要解決此問題,請編輯 /etc/multipathd.conf 檔案。

 

prio_callout "/sbin/mpath_prio_alua /dev/%n"prio "emc"prio "alua"

 

Affected Products

VNX/VNXe

Products

Red Hat Enterprise Linux Version 6
Article Properties
Article Number: 000059540
Article Type: Solution
Last Modified: 01 Oct 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.