Summary: | Free space is not correctly recalculated when resizing LVM LVs | ||
---|---|---|---|
Product: | [Applications] partitionmanager | Reporter: | Andrius Štikonas <andrius> |
Component: | general | Assignee: | Andrius Štikonas <andrius> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | Git | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/kpmcore/b06af11357a57bc582e3ee571053a0bd5f070028 | Version Fixed In: | 4.0 |
Sentry Crash Report: |
Description
Andrius Štikonas
2018-10-13 21:40:27 UTC
Looks like for LVM Device m_freePE is not updated in the resize operation. Git commit 3e31ec1431a45029c5050746012066e1b1101b57 by Andrius Štikonas. Committed on 13/10/2018 at 23:02. Pushed by stikonas into branch 'master'. Fix free space handling when resizing LVM LVs. M +5 -0 src/core/lvmdevice.cpp M +1 -0 src/core/lvmdevice.h M +11 -1 src/ops/resizeoperation.cpp https://commits.kde.org/kpmcore/3e31ec1431a45029c5050746012066e1b1101b57 Git commit b06af11357a57bc582e3ee571053a0bd5f070028 by Andrius Štikonas. Committed on 19/10/2018 at 18:55. Pushed by stikonas into branch 'master'. Fix free space handling with LVM LVs. The previous commit worked for resizing LVM. However, it is better to do special handling of LVMs in insert/removePreviewPartition. M +12 -1 src/ops/operation.cpp M +0 -10 src/ops/resizeoperation.cpp https://commits.kde.org/kpmcore/b06af11357a57bc582e3ee571053a0bd5f070028 |