Will restarting multipath affect production?
环境
- Red Hat Enterprise Linux 5, 6, 7
问题
- What is the production impact of restarting multipath?
决议
- Running multipath with no parameters, will not cause any existing paths to fail or interrupt any current transfers.
# multipath
- If any changes have been made to /etc/multipath.conf then restarting multipath will affect production.
Its recommended to run the command 'stat /etc/multipath.conf' to check on any recent modifications.
If no changes have been made, than restarting multipath will not affect production.
# service multipath restart
You can verify this details with the following command to check on the connections.
# multipath -ll
The reason that production won't be affected is that existing multipaths have in-use reference counts in the kernel dm table.

本文探讨了在Red Hat Enterprise Linux环境下重启多路径服务是否会影响生产环境。文章指出,在没有修改/etc/multipath.conf配置文件的情况下,重启多路径服务不会影响现有的路径或中断当前的数据传输。若配置文件被修改,则建议检查后再进行重启操作。
1028

被折叠的 条评论
为什么被折叠?



