Cinder-backup progress notification has incorrect percentage.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Cinder |
Confirmed
|
Low
|
Jon Cui |
Bug Description
In the process of volume backup, I found the percentage number was wrong for progress notification.
I added one log inside method "_send_
def _send_progress_
backup_percent = total_block_
object_
LOG.warning('++++ backup_percent is %s', backup_percent)
volume_
and log records were shown bellow.
2021-03-08 15:02:28.159 870682 WARNING cinder.
2021-03-08 15:02:33.165 870682 WARNING cinder.
Changed in cinder: | |
assignee: | nobody → Jon Cui (czl389) |
Changed in cinder: | |
status: | New → Confirmed |
importance: | Undecided → Low |
milestone: | none → 19.0.0 |