| Summary: | [xfs/xfstests xfs/073] xfs_copy.c:960:main Assertion failed on v5 file system | |||
|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Boris Ranto <branto> | |
| Component: | xfsprogs | Assignee: | Eric Sandeen <esandeen> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Boris Ranto <branto> | |
| Severity: | medium | Docs Contact: | ||
| Priority: | medium | |||
| Version: | 7.0 | CC: | dchinner | |
| Target Milestone: | rc | |||
| Target Release: | --- | |||
| Hardware: | All | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | xfsprogs-3.2.0-0.8.alpha2.el7 | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1072283 (view as bug list) | Environment: | ||
| Last Closed: | 2014-06-13 10:13:20 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 1072283 | |||
|
Description
Boris Ranto
2013-12-16 16:35:00 UTC
xfs_copy is currently completely unaware of V5/CRC filesystems. It modifies UUIDs, and does not update checksums. (Incidentally if we use the "-d" option it does all work fine, with a 1-liner to fix the above assert) -Eric I sent a patch so that it will work with -d and CRCs, and exit gracefully if -d is not used on a CRC enabled fs. Best we have for now. Requesting blocker so we can get this fixed; honestly xfs_copy isn't super critical, but it breaks at least the above test with a scary failure and we may as well make it a bit better. Note, this still won't pass xfstests, but it won't assert, it'll fail gracefully. xfs_copy -d should also now pass on CRC filesystems (there is more work to do in the no -d case) We could file another bug to for xfs_copy working properly with CRCs in all cases. -eric Verified in xfsprogs-3.2.0-0.8.el7. Although the test case fails (due to the fact that xfs_copy can't copy the V5 file systems without -d option just yet), the assertion is no longer there. I'll clone this bz to track the progress of xfs_copy V5 file system support. Reproduced in xfsprogs-3.2.0-0.6.alpha2.el7, the assertion failed. This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request. |