Hello Plamen,
The issue has been resolved for the missing filesystems. Problem is the generic scsi LVM filter setting in /etc/lvm/lvm.conf has to be corrected.
Ex.
< filter = [ "r/disk/", "r/cciss/", "r/r.*/", "r/ram.*/", "r/sda.*/", "a/.*/" ]
---
> filter = [ "r/disk/", "r/cciss/", "r/r.*/", "r/ram.*/", "r/sd.*/", "a/.*/" ]
This will activate the other virtual disks (/dev/sdb & /dev/sdc) that contains the missing filesystems. Then a pvscan;vgscan;lvscan, a final “vgchange –a y”.
Removing the comment signs in /etc/fstab for relevant LV’s and a “mount –a” did it.
But we still don't know what causing this error. The above solution was just a workaround because I excluded the two big filesystems to make the cloning successful and we have to recreate the excluded FS then copy the contents of each FS from source to VM image.
--> /bin/tar_1.20: Archive value 13585343488 is out of size_t range 0..4294967295