commit | 82801d8f4f3fa7413647495d9823fb3144c31ddc | [log] [tgz] |
---|---|---|
author | Jan Kiszka <[email protected]> | Mon Nov 30 18:21:21 2009 +0100 |
committer | Anthony Liguori <[email protected]> | Thu Dec 03 10:48:53 2009 -0600 |
tree | f943b9256415604e81348dd85cf48a2d70e6cd16 | |
parent | 4ec7fcc7da214d48d39b63fd2c6a4d19ac42ae04 [diff] |
block migration: Report overall migration progress So far progress reporting only works for the first block device. Fix this by keeping an overall sum of sectors to be migratated, calculating the sum of all processed sectors, and finally basing the progress display on those values. Signed-off-by: Jan Kiszka <[email protected]> Signed-off-by: Anthony Liguori <[email protected]>