-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thin_ll_dum - Segmentation fault #190
Comments
Could you pack the metadata with thin_metadata_pack and send it to me
please?
I'll take a look on Monday.
…On Sat, 9 Oct 2021, 18:46 Dilvish5, ***@***.***> wrote:
Hello
I'm trying to recover the lvm-thing metadata after a hardware failure
using thin_ll_dump, but I'm getting a segmentation fault while running the
following command:
thin_ll_dump /dev/mapper/pve-data_meta0 --device-details-root=128146
--data-mapping-root=12754 -o /backup/logs/12754-128146.xml
With other data-mapping-root, everything works ok and all blocks get
marked as orphans, but with 12754 (which I assume is the correct one) the
application dies after a second with Segmentation fault.
It writes in the output file some data but dies afterwards:
12754-128146.txt
<https://github.com/jthornber/thin-provisioning-tools/files/7316075/12754-128146.txt>
The kernel log looks like this:
core.txt
<https://github.com/jthornber/thin-provisioning-tools/files/7316078/core.txt>
I'm assuming it's triggering some bug somewhere. The thin_check gives the
following error: bad checksum in metadata index block (block 109413)
I'd appreciate any assistance to bypass this issue.
Thank you very much!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#190>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABOSQ5VUT6EITGICVPA6FLUGB5YFANCNFSM5FVQOJBQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
|
Hi, Here's a quick fix for this issue. Could you help provide the LVM archives/backups please? They should be stored in |
Hello Sent by email. Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello
I'm trying to recover the lvm-thing metadata after a hardware failure using thin_ll_dump, but I'm getting a segmentation fault while running the following command:
thin_ll_dump /dev/mapper/pve-data_meta0 --device-details-root=128146 --data-mapping-root=12754 -o /backup/logs/12754-128146.xml
With other data-mapping-root, everything works ok and all blocks get marked as orphans, but with 12754 (which I assume is the correct one) the application dies after a second with Segmentation fault.
It writes in the output file some data but dies afterwards: 12754-128146.txt
The kernel log looks like this:
core.txt
I'm assuming it's triggering some bug somewhere. The thin_check gives the following error: bad checksum in metadata index block (block 109413)
I'd appreciate any assistance to bypass this issue.
Thank you very much!
The text was updated successfully, but these errors were encountered: