Thanks to visit codestin.com
Credit goes to github.com

Skip to content

daemon: Implement e2fsck -n flag (as FORCENO option) #201

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

Merged
merged 1 commit into from
May 20, 2025

Conversation

rwmjones
Copy link
Member

@rwmjones
Copy link
Member Author

rwmjones commented May 20, 2025

@crobinso @sandeen

Some conversions of guests with ext2/3/4 filesystems started failing after the previous change, with:

$ virt-v2v -i disk fedora-30.img -o null
...
[  68.4] Checking filesystem integrity before conversion
virt-v2v: error: libguestfs error: e2fsck: e2fsck 1.47.1 (20-May-2024)
e2fsck: need terminal for interactive repairs

It turns out you have to use the e2fsck -n flag.

Edit: I should note that these filesystems seem to be fine. e2fsck -n passes.

@rwmjones rwmjones merged commit b98cc96 into libguestfs:master May 20, 2025
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

Successfully merging this pull request may close these issues.

1 participant