[PATCH 0/2] tools: virsh-domain: display progress with enhanced granularity

Shaleen Bathla posted 2 patches 1 year ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20230426052656.2555710-1-shaleen.bathla@oracle.com
There is a newer version of this series
tools/virsh-domain.c | 18 ++++++++----------
1 file changed, 8 insertions(+), 10 deletions(-)
[PATCH 0/2] tools: virsh-domain: display progress with enhanced granularity
Posted by Shaleen Bathla 1 year ago
While working with active blockcommit using virsh/libvirt, we found that in case of heavy IO, the progress may stay stuck at 99% for quite a while.
It will be much better if we show progress upto 2 decimal places more precise which should be sufficient for most scenarios for now.
This will give a user, a better understanding of the progress of blockjob/blockcommit etc
This patch intends to do exactly that by adding more granularity to blockjob/blockcommit etc progress.

Shaleen Bathla (2):
  tools: virsh-domain: refactor variable initialization
  tools: virsh-domain: display progress with enhanced granularity

 tools/virsh-domain.c | 18 ++++++++----------
 1 file changed, 8 insertions(+), 10 deletions(-)

-- 
2.31.1