展示を参照してください。

管理者が新しいノードをクラスターに追加しています。ノードは、クラスターが実行しているのと同じバージョンの AHV および AOS にイメージ化され、適切な IP アドレスで構成され、br0-up は既存のアップリンク ボンドと同じように構成されています。 Prism で機能すると、クラスターは新しいノードを見つけることができません。
新しいノードからの上記の出力に基づいて、この問題の原因として最も可能性が高いものは何ですか?
正解:B
The correct answer is B. The existing and the expansion node are on different VLANs.
The output shows that the new node has a br0-up bond with four interfaces: eth0, eth1, eth2, and eth3. The bond is configured with LACP active and LACP fallback set to false. This means that the bond will only work if the upstream switch supports LACP and is configured to form an LACP group with the four interfaces. However, the output also shows that the bond has no IP address assigned to it, which indicates that the bond is not operational. One possible reason for this is that the existing and the expansion node are on different VLANs, and the upstream switch is not configured to allow the VLAN traffic on the LACP group. This would prevent the new node from communicating with the cluster and being discovered by the Expand Cluster function in Prism.
To verify this, the administrator can check the VLAN configuration on the upstream switch and compare it with the existing nodes. Alternatively, the administrator can use the "manage_ovs show_uplinks" command on an existing node and compare the output with the new node. If there is a VLAN mismatch, the administrator can either change the VLAN configuration on the switch or on the new node to match the existing nodes.