Aqui está um estranho. Eu adicionei um espelho a um disco preexistente em um vg usando os mecanismos padrão, e agora, de acordo com iostat
, toda a E / S está sendo atendida apenas pelo espelho. Eu esperaria que as gravações estivessem indo para ambos na mesma proporção.
disco original = sdm
. novo espelho = sdn
, ambos os discos estão presentes na máquina há algum tempo. Anteriormente, sdn
não estava sendo usado.
números iostat representativos (não o primeiro resultado:)
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
Alguma idéia sobre essa esquisitice?
- atualização em 15/8/2017 - a máquina precisava ser totalmente reinstalada, pois o sistema operacional estava irrevogavelmente preso (comentários).
volta à máquina on-line. Deixei o particionamento do disco exatamente igual ao anterior e após a instalação do sistema operacional (cent.7.3), ele detectou os outros pvs, inicializou corretamente e recebi todos os dados do zfs de volta, mas a causa original disso ainda é preocupante . O espelhamento parece estar funcionando agora (baseado em iostat mostrando os mesmos números de sdn / sdm). Além disso, a saída sfdisk em ambos parece bem. Alguma sugestão sobre outras coisas para verificar para confirmar que tudo está bem? lvs, pvs, vgs, tudo parece bastante sensato.
[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
Tags lvm