Fix another bad stage counting instance

This commit is contained in:
Joshua Boniface 2024-10-09 00:44:20 -04:00
parent 1c83584788
commit ab9390fdb8
1 changed files with 1 additions and 1 deletions

View File

@ -3857,7 +3857,7 @@ def vm_worker_create_mirror(
# Snapshot creation stages
total_stages += 1 + len(rbd_list)
# Snapshot sending stages
total_stages += 2 + (3 * len(rbd_list))
total_stages += 1 + (3 * len(rbd_list))
#
# 1. Create snapshot