lvm disaster recovery

orosmannaro

Well-Known Member
Jan 6, 2013
54
3
48
I deleted my ISCSI and LVM storage.

Than I run vgremove command to delete volume group. So, I lost my vms ...

Now, I recreated ISCSI and LVM storage.

Reading this tread it seem that it could be possible to restore the vms using data I have in /etc/lvm/ and lvcreate command with specific parameter, something like:

Code:
lvcreate --extents EFROM-ETO --zero n --name customer007 YOUR-VG-NAME /dev/yourpv:PFROM-PTO

Is it correct?

If yes, can someone help my to find the correct parameters?


TIA!!