Citrix Hypervisor (XenServer) 重启后多路径显示不正常

在XenCenter查看多路径信息,8条路径只有4条为活动状态,使用命令multipath -ll 查看多路径状态8条均为活动状态。

错误原因

在pbd other-config配置中保存了状态的metadata信息导致。

解决方法

定位故障主机和存储

  • 获取主机的uuid:
xe host-list name-label=<hostname>
  • 获取存储的uuid:
xe sr-list name-label=<storage name>
  • 获取pbd uuid:
xe pbd-list sr-uuid=<sr-uuid> host-uuid=<host-uuid>
  • 检查pbd中other-config的参数
xe pbd-param-get param-name=other-config uuid=<pbd-uuid>

[c-alert type=”info”]storage_driver_domain: OpaqueRef:baefc14a-ed37-xxxxxxxxxxxxx; mpath-xxxxxxxxxxxxxxx: [4, 8]; multipathed: true[/c-alert]

配置正确的参数

xe pbd-param-set uuid=<pbd-uuid> other-config:mpath-xxxxxxxxxxxxxxx:="[8,\ 8]"
THE END
点赞0
评论 抢沙发

请登录后发表评论

    暂无评论内容