1. I attach HDD and run these commands:
udisksctl unlock -b /dev/xvdi5
modprobe dm-mod
vgscan
vgchange -ay debian-vg
2. After I copied a couple of file i run this:
lvchange -an debian-vg
vgremove debian-vg
Now after reboot and run from this disk i have this error:
Begin: Runing /scripts/local-block ...
Volume group "debian-vg" not found
Skipping volume group debian-vg
Unable to find LVM volume debian-vg/root
In (AppVM) /etc/lvm is only one file (lvm.conf)
Maybe somewhere in the logs left data about LVM volume or volume group?
Maybe is possible to mount and restore data?