| Summary: | btrfs-convert: No valid Btrfs found | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Rolf Fokkens <rolf> |
| Component: | btrfs-progs | Assignee: | Josef Bacik <josef> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | esandeen, josef, mmahut, tim |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | btrfs-progs-3.12-1.fc19 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-10 02:40:06 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Rolf Fokkens
2013-09-22 07:54:21 UTC
The more simple case provide by "Additional info" can also be used to reproduce: Quote: way to reproduce error: $ truncate -s 4G file $ mkfs.ext4 file #say yes to create fs on non block device. $ btrfs-convert file No valid Btrfs found on file unable to open ctree conversion aborted. Yep, this was regression reported upstream some time ago. A patch to fix it has been sent to the list, but a month later upstream still hasn't merged it (or any other patches). When upstream accepts the fix, we can update btrfs-progs in Fedora to fix this bug. thanks, -Eric JFTR: This is also present in Fedora 19 and needs to be fixed there as well. And still JFTR: If upstream ever accepts this (or for that matter any) patch, I'll gladly fix it. "Upstream first" - live by the sword, die by the sword. ;) Thanks, -Eric With btrfs-progs-3.12-1.fc19.i686, this works for me now in Fedora 19. Great, thanks for the feedback. |