PowerStore:ホスト側でMPIO構成がないため、ノードの再起動後にシングル ノードがI/Oを処理する

Summary: すべてのホストは、4つのiSCSIセッション(ノードBに2つ、ノードAに2つ)を持つ2つのイニシエーターで構成されました。再起動前は、パフォーマンス メトリックに示すように、両方のノードが予想どおりにI/Oを処理します。両方のノードを再起動した後、他の変更を行わずにノードBのパフォーマンス チャートは帯域幅がゼロになり、ホスト側のマルチパスI/O(MPIO)構成がないため、すべてのI/OがノードAに送られます。 ...

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

ノードの再起動前に、両方のノードがI/Oを処理します。
ノードを再起動する前のパフォーマンス メトリック

ノードの再起動後、I/OはノードAにのみ送信されました。ノードBのiSCSI FEポートにI/Oはありません。  
ノード再起動後のパフォーマンス メトリック

Cause

Linuxホストのユーザーのマルチパス構成に、次のPowerStore情報が含まれていません。
defaults {
                user_friendly_names     no
                find_multipaths                yes
                failback                 10
                no_path_retry                  10
}
blacklist {
                devnode              "^nvme.*"
                devnode "scini*"
                devnode "^rbd[0-9]*"
                devnode "^nbd[0-9]*"
}
# Leave this section in place even if empty
blacklist_exceptions {
}
devices {
                device {
                                vendor                                 "DataCore"
                                product                                "SAN*"
                                path_checker                    "tur"
                                path_grouping_policy    failover
                                failback                 30
                }
                device {
                                vendor                                 "DELL"
                                product                                "MD36xx(i|f)"
                                features                               "2 pg_init_retries 50"
                                hardware_handler          "1 rdac"
                                path_selector                    "round-robin 0"
                                path_grouping_policy    group_by_prio
                                failback                 immediate
                                rr_min_io                            100
                                path_checker                    rdac
                                prio                                        rdac
                                no_path_retry                  30
                }
                device {
                                vendor                                 "DGC"
                                product                                ".*"
                                detect_prio                        yes
                                retain_attached_hw_handler yes
                }
                device {
                                vendor                                 "EMC"
                                product                                "Invista"
                                detect_prio                        yes
                                retain_attached_hw_handler yes
                                path_grouping_policy    group_by_prio
                }
…
PowerStoreは次に追加されませんでした: /etc/multipath.confに戻ります。構成は /etc/multipath.conf Linuxホストは次のようになります。
defaults {
  user_friendly_names yes
  disable_changed_wwids yes
}
devices {
  device {
    vendor DellEMC
    product PowerStore
    path_selector "queue-length 0"
    path_grouping_policy group_by_prio
    path_checker tur
   detect_prio yes
   failback immediate
   no_path_retry 3
   rr_min_io_rq 1
   fast_io_fail_tmo 15
   }

『Linux用Dellホスト接続性ガイド』のドキュメントには、/etc/multipath.confファイルを変更するように次のように記載されています。
* vendor - "DellEMC"
* product - "PowerStore"
* path_selector - "queue-length 0"
* path_grouping_policy -
* "group_by_prio"
* path_checker - "tur"
* detect_prio - "yes"
* failback - "immediate"
* no_path_retry - "3"
* rr_min_io_rq - "1"
* fast_io_fail_tmo - "15"
* max_sectors_kb - "1024"
PowerStore LUNはLinuxに追加されていないため /etc/multipath.conf、マルチパスはPowerStoreの論理ユニット番号(LUN)を管理しませんでした。再起動イベント中に、ノードAはノードBの1分前に起動し、ホストはノードAのiSCSIターゲット ポートにのみI/Oを送信します。これは設計どおりの正常な動作です。

Resolution

LINUXマルチパス構成を変更するようにユーザーにアドバイスします。PowerStoreを /etc/multipath.conf、UIのノードBパフォーマンス メトリックがリカバリーされました。

Dellサポートの 「Linux用Dellホスト接続性ガイド 」を参照してください。
Article Properties
Article Number: 000220440
Article Type: Solution
Last Modified: 06 Mar 2024
Version:  2
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.