Eu tentaria assim
-
Adicione um novo disco pelo menos tão grande quanto o ausente (digamos / dev / sdX).
-
Crie um PV com o mesmo uuid que o ausente.
pvcreate --restorefile SEU ARQUIVO --uuid J7dXL-2m2j-d0OC-bczy-fQak-YOj7-OhRLlW / dev / sdX
-
Tente novamente seu comando de restauração:
vgcfgrestore --restorefile SEU ARQUIVO my_vol_group
Veja também man vgcfgrestore
:
REPLACING PHYSICAL VOLUMES vgdisplay --partial --verbose will show you the UUIDs and sizes of any PVs that are no longer present. If a PV in the VG is lost and you wish to substitute another of the same size, use pvcreate --restorefile filename --uuid uuid (plus additional arguments as appropriate) to initialise it with the same UUID as the missing PV. Repeat for all other missing PVs in the VG. Then use vgcfgrestore --file filename to restore the volume group's metadata.