Description of problem: Can not resize partitions in LVM anymore using diskdrake How reproducible: Tried both on a i585 without encryption, and on a x86_64 with LVM on luks. Steps to Reproduce: 1) Have a runing system using LVM 2) start diskdrake and select a partition in the LVM vg On mga 1 then a resize button appears amongst the alternatives at right. 3) that do not happen in cauldron. (and it is still working today in mga i, even to expand a mounted partition in use)
Assignee: bugsquad => thierry.vignaudSource RPM: (none) => drakxtools
We must have got a regression in diskdrake/interactive.pm::part_possible_actions()
CC: (none) => pterjan
umm it only happens on first run for me...
member($part->{fs_type}, qw(btrfs ext3 ext4 reiserfs xfs)) is expanded as: member($part->{fs_type}, qw(btrfs($part) ext3 ext4($part) reiserfs xfs)))
Fixed in git
Status: NEW => RESOLVEDResolution: (none) => FIXED
Good, thank you :)