Getting error such as “WARNING: Device mismatch detected for vg/lv which is accessing/dev/mapper/l
1920 단어 vgchange
Getting error such as " WARNING: Device mismatch detected for vg/lv which is accessing /dev/mapper/lun1 instead of /dev/mapper/lun2" after lvm migration.
환경
문제
lvm
commands after lvm
migration using pvmove
: Raw WARNING: Device mismatch detected for vg/lv which is accessing /dev/mapper/lun1 instead of /dev/mapper/lun2
lvs
command, it displays the following output: Raw WARNING: Device mismatch detected for vg_name/lv_name which is accessing /dev/mapper/mpathap1 instead of (null).
WARNING: Device mismatch detected for vg_name/lv_name which is accessing /dev/mapper/mpathbp1 instead of (null).
WARNING: Device mismatch detected for vg_name/lv_name which is accessing /dev/mapper/mpathcp1 instead of (null).
WARNING: Device mismatch detected for vg_name/lv_name which is accessing /dev/mapper/mpathdp1 instead of (null).
[...]
Refusing refresh of partial LV vg_name/lv_name. Use '--activationmode partial' to override.
Refusing refresh of partial LV vg_name/lv_name. Use '--activationmode partial' to override.
Refusing refresh of partial LV vg_name/lv_name. Use '--activationmode partial' to override.
Refusing refresh of partial LV vg_name/lv_name. Use '--activationmode partial' to override.
[...]
결의
# vgextend --restoremissing vg_name
# pvscan
# vgscan
Raw
# vgchange --refresh VolumeGroupName