Skip to content
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

transaction id #256

Open
Delari opened this issue Mar 29, 2023 · 1 comment
Open

transaction id #256

Delari opened this issue Mar 29, 2023 · 1 comment

Comments

@Delari
Copy link

Delari commented Mar 29, 2023

when try use
thin_dump --repair /dev/mapper/pve-data_tdata
have error:
The following field needs to be provided on the command line due to corruption in the superblock: transaction id

how solved this? There is no information about this in the description.

@mingnus
Copy link
Collaborator

mingnus commented Mar 31, 2023

You're using a wrong input. The pool metadata volume for PVE should be /dev/mapper/pve-data_tmeta, so here's what you need:

lvchange -ay pve/data_tmeta
thin_dump --repair /dev/mapper/pve-data_tmeta

It's also recommended to run thin_check on a faulty metadata:

thin_check /dev/mapper/pve-data_tmeta

Once you've finished the jobs, bring down the metadata volume:

lvchange -an pve/data_tmeta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants