Bug 1314605
Summary: | xfs with kernel >= 4.4 fails to mount if repaired by xfsprogs < 4.3.0 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Neil <ledufff> |
Component: | xfsprogs | Assignee: | Eric Sandeen <esandeen> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | low | Docs Contact: | |
Priority: | unspecified | ||
Version: | 23 | CC: | ajb, esandeen, pasik, pasteur, phil, redhat, roman.harmata |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | xfsprogs-4.3.0-1.fc23 xfsprogs-4.3.0-1.fc22 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-03-05 22:21: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: | |
Embargoed: |
Description
Neil
2016-03-04 03:34:18 UTC
xfsprogs-4.3.0-1.fc23 has been submitted as an update to Fedora 23. https://bodhi.fedoraproject.org/updates/FEDORA-2016-462b3247db xfsprogs-4.3.0-1.fc22 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2016-71be756bbe Changing bug subject, as there is no data corruption occurring. xfsprogs-4.3.0-1.fc22 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-71be756bbe xfsprogs-4.3.0-1.fc23 has been pushed to the Fedora 23 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2016-462b3247db Hello guys, I can confirm, that package xfsprogs-4.3.0-1.fc23 does the job well :) My story: Today I started Fedora 23 Plasma spin (kernel 4.4.3.300) with LUKS in use, worked for few minutes, laptop has got frozen completely including other consoles. So I had to reset it. After reboot my home logical volume was affected unfortunately. Therefore Fedora 23 went to rescue mode and I had to comment out home mount point in /etc/fstab and reboot laptop to start fedora normally. Then I went through very similar scenario as Neil went. Until I figured out, that dmesg provides suggestion to use newer xfsprogs... Then I logged under root and: # Query xfsprogs version before: rpm -qa|grep xfs #xfsprogs-3.2.4-1.fc23.x86_64 # Installing new xfs progs dnf update xfsprogs -y --enablerepo=updates-testing # Query xfsprogs version after: rpm -qa|grep xfs #xfsprogs-4.3.0-1.fc23.x86_64 Then I had to look for device used for my home in fstab and done following: xfs_repair -v /dev/mapper/luks-16f8e3b3-869e-4644-927c-7a48ebc3e2bf Then I uncommented home entry in fstab and did "mount -a" and it worked. Tried reboot, works also fine :) xfsprogs-4.3.0-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. xfsprogs-4.3.0-1.fc22 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report. |