After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 748381 - Don't attempt to suspend stopped VM
Don't attempt to suspend stopped VM
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
3.16.x
Other Linux
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-04-23 18:10 UTC by Christophe Fergeau
Modified: 2016-09-20 08:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christophe Fergeau 2015-04-23 18:10:46 UTC
Start a VM
Shut it down from within the guest
-> boxes gets back to the collection view
Wait
-> boxes attempts to suspend the VM, fails but still shows the "Suspending" message below the VM
Try to restart the VM
-> empty screen with spinner

Expected result:
1) "Suspending" message should go away when an error happens when trying to suspend
2) Boxes should not attempt to suspend stopped VMs.
Comment 1 Zeeshan Ali 2015-04-27 16:10:50 UTC
commit: 3d5949209b7f07772942eded93b01fb978187abc

    machine: Only autosave running machines

    There is no point in autosaving non-running machines.

commit: 8569b3af4f71c454b57bf15be5ef38fd620a7733

    machine: Ensure "Saving…" status goes away on error

    If saving of machine fails, the "Saving…" status message under the
    machine thumbnail in overview does not disappear. This patch ensures
    that it does.