Bug 31392 - Show progress bar while suspending instances at shutdown
Show progress bar while suspending instances at shutdown
Status: CLOSED WORKSFORME
Product: UCS
Classification: Unclassified
Component: Virtualization - UVMM
UCS 4.2
Other Linux
: P5 enhancement (vote)
: ---
Assigned To: UCS maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-05-17 15:21 CEST by Tim Petersen
Modified: 2023-06-28 10:46 CEST (History)
1 user (show)

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Petersen univentionstaff 2013-05-17 15:21:10 CEST
A customer asked for a progress bar when suspending instances while shutting down the host.
Currently there is a progress shown for each instance. By calculating all instances together one could get a better overview of the remaining time.

-> http://forum.univention.de/viewtopic.php?f=43&t=2635
Comment 1 Philipp Hahn univentionstaff 2017-05-02 16:02:43 CEST
FYI: Suspend is implemented in /usr/lib/libvirt/libvirt-guests.sh

There is no strong connection between "RAM size" and "suspend image size", so libvirtd can't know the size in advance, but only when the suspend started. As that is quiet IO have, suspending multiple VMs is serialized to not trash with storage system with multiple concurrent short writes.
As this was not asked for again and we have a progress bar per VM: WORKS-FOR-ME