STEPS TO REPRODUCE 1. Resize LVM LV that is not the last one OBSERVED RESULT Unallocated space does not change EXPECTED RESULT Unallocated space is adjusted
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