我刚刚在我们的生产环境中接触了多路径,之前从未听说过这个概念。经过一番挖掘,我想我开始了解这个概念在理论上是如何工作的,但是我在将其推断为我正在处理的盒子上看到的内容时遇到了一些麻烦。
从 multipath -ll 我得到如下输出:
mpath0 (36000d3100088060000000000000000b9) dm-0 COMPELNT,Compellent Vol
size=60G features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=1 status=active
|- 0:0:0:0 sda 8:0 active ready running
|- 0:0:1:0 sdd 8:48 active ready running
|- 1:0:0:0 sdi 8:128 active ready running
`- 1:0:1:0 sdl 8:176 active ready running
Run Code Online (Sandbox Code Playgroud)
从 fdisk -l 我知道这些都是 60GB 磁盘,具有相同的分区设置:
Disk /dev/sda: 64.4 GB, 64424509440 bytes
255 heads, 63 sectors/track, 7832 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End …Run Code Online (Sandbox Code Playgroud)