现网使用的一套HUAWEI XSG1系列存储,在通过iscsi协议分配给数据库LUN后,通过安装multipath进行聚合时,发现无法聚合,通过查看messages日志,发现有“alua not supported” 相关报错。具体见下图:
<img src="https://www.361way.com/wp-content/uploads/2019/12/alua.png" width="468" height="267" title="alua" alt="alua" />
同样,通过systemctl status multipathd也可以查看到该报错。
经和存储工程师一起查看确认,华为存储在存储端有控制使用华为UltraPath还是使用第三方多路径软件。
<img src="https://www.361way.com/wp-content/uploads/2019/12/alua-multipath.png" width="772" height="570" title="alua-multipath" alt="alua-multipath" />
配置完成后,通过重启主机,发现可以正常进行iscsi聚合了。
<br />