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

RHEL(Red Hat Enterprise Linux) 6에서 DM-MPIO(Device Mapper-Multipath I/O)를 설정할 때 다음 오류 메시지가 반환됩니다.

[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.