Skip to content

Commit

Permalink
Fixes UPC#119 saved managed domains
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Mar 30, 2017
1 parent 54d76af commit 763727d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/Ravada/Domain/KVM.pm
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,9 @@ sub _pre_shutdown_domain {
sleep 1;
}
}

$self->domain->managed_save_remove()
if $self->domain->has_managed_save_image();
}

=head2 shutdown
Expand Down

0 comments on commit 763727d

Please sign in to comment.