Currently if you create a new partition from the UI and then later decide to change the size using edit partition, the size does not get changed. This patch fixes this. --- iw/partition_dialog_gui.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/iw/partition_dialog_gui.py b/iw/partition_dialog_gui.py index 2842a12..03e9a59 100644 --- a/iw/partition_dialog_gui.py +++ b/iw/partition_dialog_gui.py @@ -201,6 +201,7 @@ class PartitionEditor: actions.append(ActionCreateDevice(request)) else: request.req_size = size + request.req_base_size = size request.req_grow = grow request.req_max_size = maxsize request.req_primary = primary -- 1.6.2 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list