Data recovery -- thin provisioned LVM metadata (?) problem after hardware failure

Ming Hung Tsai <[email protected]> Sat, 6 May 2023 00:25:03 +0800
Newsgroups dev.linux.lists.lvm-devel
Message-ID <CALjSBEvZUKygHzzMyA2Ga+kqTHV911Jofox91Q8UzDC-cb3OQg@mail.gmail.com>
RHEL & Fedora RPMs already have the thin_metadata_pack/unpack tools
integrated. Other distros may offer the tools if they had updated the
package to v1.0.x

On Fri, May 5, 2023 at 11:08?PM Zdenek Kabelac

> Hi
>
> We need the exact binary copy of _tmeta  LV  - thus just use
>
> dd if=/dev/qubes_dom0/pool00_tmeta  /tmp/tmeta_copy  bs=512K
> bzip2 /tmp/tmeta_copy
>
> With this data - also provide full lvm2 metadata for this VG
> (should be as a file in  /etc/lvm/backup  - or you could run
> just vgcfgbackup)
>
> thin_dump is already 'processed' result - so not usable for futher
> investigation.
>
> (Although it might interesting idea to add some 'option' to actually
> provide
> the above 'binary backup' is  built-in feature of this tool for bug
> reporting...)
>
>
> Regards
>
> Zdenek
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20230506/fd287b37/attachment.htm>