blivet 2.1.10 finally 'fixed' https://bugzilla.redhat.com/show_bug.cgi?id=1170803 , so we don't fsck every fsck-able filesystem we find during anaconda startup any more. However, this seems to have caused another problem: now resizing doesn't actually work any more. I thought there was code to ensure we *did* fsck any filesystem we were actually going to resize before trying to resize it, but it doesn't seem like there is, because the openQA resize test is failing since Fedora-Rawhide-20170818.n.0 (the compose where python-blivet-2.1.10-1.fc28 landed), and the logs suggest it's because the filesystem needs checking before the resize: 16:25:40,156 INF program: stderr: 16:25:40,156 INF program: b'dumpe2fs 1.43.5 (04-Aug-2017)' 16:25:40,156 DBG program: Return code: 0 16:25:40,157 INF program: Running... resize2fs -P /dev/vda1 16:25:40,184 INF program: stdout: 16:25:40,185 INF program: Estimated minimum size of the filesystem: 46097 16:25:40,186 INF program: stderr: 16:25:40,187 INF program: b'resize2fs 1.43.5 (04-Aug-2017)' 16:25:40,187 DBG program: Return code: 0 16:25:40,190 INF program: Running... resize2fs -p /dev/vda1 1193M 16:25:40,217 INF program: stderr: 16:25:40,218 INF program: b'resize2fs 1.43.5 (04-Aug-2017)' 16:25:40,219 INF program: b"Please run 'e2fsck -f /dev/vda1' first." 16:25:40,219 INF program: b'' 16:25:40,219 DBG program: Return code: 1 The test goes through the 'guided' workflow, not 'custom' - it uses a pre-built 10GB disk image (created by libguestfs) which contains an ext4 partition taking up the entire disk, then it goes through the 'guided' workflow to the 'reclaim space' screen and uses the size slider on that screen to pick a target size for the partition (usually around 1.15GB). See https://openqa.fedoraproject.org/tests/133578 for an example. Proposing as an F27 Final blocker, as a violation of Final criterion "Any installer mechanism for resizing storage volumes must correctly attempt the requested operation." - https://fedoraproject.org/wiki/Fedora_27_Final_Release_Criteria#Storage_volume_resize
https://github.com/storaged-project/blivet/pull/627
Discussed during blocker review [1]: [1] https://meetbot-raw.fedoraproject.org/fedora-blocker-review/2017-09-04/
Discussed during blocker review [1]: AcceptedBlocker (Final) - clear violation of Final criterion "Any installer mechanism for resizing storage volumes must correctly attempt the requested operation" [1] https://meetbot-raw.fedoraproject.org/fedora-blocker-review/2017-09-04/
For the record, we are still waiting on dlehman's ack/nack for the patch here.
(In reply to Adam Williamson from comment #4) > For the record, we are still waiting on dlehman's ack/nack for the patch > here. ACKed, merged.
python-blivet-2.1.11-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2017-7d6391e822
python-blivet-2.1.11-1.fc27 has been pushed to the Fedora 27 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-2017-7d6391e822
*** Bug 1490223 has been marked as a duplicate of this bug. ***
python-blivet-2.1.11-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report.