Skip to content

Commit 0cb8445

Browse files
committed
fix(storage): logging autoresize errors
1 parent 104aced commit 0cb8445

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/commands/storage/modify.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ func (s *modifyCommand) Execute(exec commands.Executor, uuid string) (output.Out
171171
if err != nil {
172172
logline.SetMessage(ui.LiveLogEntryWarningColours.Sprintf("%s: done, but partition and filesystem resize failed; storage was restored using backed taken right before resize attempt", msg))
173173
logline.SetDetails(err.Error(), "error: ")
174+
logline.MarkDone()
174175
return output.OnlyMarshaled{Value: res}, nil
175176
}
176177

0 commit comments

Comments
 (0)