Skip to content

Commit

Permalink
Fix resizing LVs (#1201745)
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtechtrefny committed Mar 13, 2015
1 parent 19eaffb commit c8084d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blivetgui/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ def edit_partition_device(self, user_input):
traceback=None)

if user_input.resize:
actions.append(blivet.deviceaction.ActionResizeFormat(blivet_device, user_input.size))
actions.append(blivet.deviceaction.ActionResizeDevice(blivet_device, user_input.size))

if user_input.format:
Expand Down

0 comments on commit c8084d0

Please sign in to comment.