添加新的lvm镜像,所有IO只去镜像

添加新的lvm镜像,所有IO只去镜像

这是一个奇怪的情况。我使用标准机制将镜像添加到 vg 中预先存在的磁盘,现在,根据iostat,所有 I/O 仅由镜像提供服务。我预计两者的写入速度相同。

原盘= sdm.新镜像 = sdn,两个磁盘都已在计算机中存在一段时间了。以前sdn没用过。

具有代表性的 iostat 数字(不是第一个结果:)

Device:         rrqm/s   wrqm/s     r/s     w/s    rkB/s    wkB/s avgrq-sz avgqu-sz   await r_await w_await  svctm  %util
sdm               0.00     0.00    0.00    0.00     0.00     0.00     0.00     0.00    0.00    0.00    0.00   0.00   0.00
sdn               0.00     0.00    0.00    9.00     0.00    45.33    10.07     0.01    1.37    0.00    1.37   1.37   1.23

sfdisk -d /dev/sdm > /tmp/x
sfdisk /dev/sdn < /tmp/x
pvcreate /dev/sdn2
vgextend cl /dev/sdn2
lvconvert -m 1 cl/root
lvconvert -m 1 cl/home
lvconvert -m 1 cl/dpoolzil
lvconvert -m 1 cl/flashimages

对这个奇怪的事情有什么想法吗?

--更新 8/15/2017-- 机器需要完全重新安装,因为操作系统无法挽回地卡住(评论)。

机器重新上线。我让磁盘分区与操作系统安装(cent7.3)之前和之后完全相同,它检测到其他 pv,正确启动,并且我恢复了所有 zfs 数据,但是造成这种情况的最初原因仍然令人不安。镜像现在似乎正在工作(基于 iostat 显示来自 sdn/sdm 的相同数字)。另外,两者的 sfdisk 输出看起来都很好。对于其他需要检查以三次验证是否一切正常的事情有什么建议吗? lvs、pvs、vgs,看起来都很正常。

[root@vm1 doug]# vgs
  VG #PV #LV #SN Attr   VSize VFree  
  cl   2   5   0 wz--n- 1.82t 380.98g
[root@vm1 doug]# lvs
  LV          VG Attr       LSize   Pool Origin Data%  Meta%  Move Log Cpy%Sync Convert
  dpoolzil    cl rwi-aor---   8.00g                                    100.00          
  flashimages cl rwi---r--- 600.00g                                                    
  home        cl rwi-a-r---  80.00g                                    100.00          
  root        cl rwi-aor---  50.00g                                    100.00          
  swap        cl -wi-a-----   4.00g                                                    
[root@vm1 doug]# pvs
  PV         VG Fmt  Attr PSize   PFree  
  /dev/sdm2  cl lvm2 a--  930.51g 188.49g
  /dev/sdn2  cl lvm2 a--  930.51g 192.49g
[root@vm1 doug]# lvdisplay
  --- Logical volume ---
  LV Path                /dev/cl/swap
  LV Name                swap
  VG Name                cl
  LV UUID                W7TV8r-RGSi-Lcj7-B50m-xxlx-6XUA-DxpmXQ
  LV Write Access        read/write
  LV Creation host, time vm1.kestonenap.net, 2017-04-14 22:16:17 -0400
  LV Status              available
  # open                 0
  LV Size                4.00 GiB
  Current LE             1024
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:5

  --- Logical volume ---
  LV Path                /dev/cl/home
  LV Name                home
  VG Name                cl
  LV UUID                KKepXa-GvJh-3vxE-3Jja-yhca-ecsX-xiKNDD
  LV Write Access        read/write
  LV Creation host, time vm1.kestonenap.net, 2017-04-14 22:16:17 -0400
  LV Status              available
  # open                 0
  LV Size                80.00 GiB
  Current LE             20480
  Mirrored volumes       2
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:10

  --- Logical volume ---
  LV Path                /dev/cl/root
  LV Name                root
  VG Name                cl
  LV UUID                guSfCa-B07B-wPXO-pX76-Rx2b-d95d-FEMVBy
  LV Write Access        read/write
  LV Creation host, time vm1.kestonenap.net, 2017-04-14 22:16:18 -0400
  LV Status              available
  # open                 1
  LV Size                50.00 GiB
  Current LE             12800
  Mirrored volumes       2
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:4

  --- Logical volume ---
  LV Path                /dev/cl/flashimages
  LV Name                flashimages
  VG Name                cl
  LV UUID                URVi35-SUGe-m8I8-UbVw-BtRz-Wdi4-QvI8E7
  LV Write Access        read/write
  LV Creation host, time vm1.kestonenap.net, 2017-04-15 13:38:46 -0400
  LV Status              NOT available
  LV Size                600.00 GiB
  Current LE             153600
  Mirrored volumes       2
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto

  --- Logical volume ---
  LV Path                /dev/cl/dpoolzil
  LV Name                dpoolzil
  VG Name                cl
  LV UUID                LIAHNK-lHac-Ua7c-c0o8-vHlB-h6w3-SF4D3m
  LV Write Access        read/write
  LV Creation host, time vm1.kestonenap.net, 2017-04-15 13:49:44 -0400
  LV Status              available
  # open                 1
  LV Size                8.00 GiB
  Current LE             2048
  Mirrored volumes       2
  Segments               1
  Allocation             inherit
  Read ahead sectors     auto
  - currently set to     256
  Block device           253:19

iostat interval paste:
sdm               0.00     0.00    0.00    6.00     0.00    18.67     6.22     0.01    1.72    0.00    1.72   1.06   0.63
sdn               0.00     0.00    0.00    6.00     0.00    18.67     6.22     0.01    1.61    0.00    1.61   1.00   0.60

相关内容