From ab9390fdb80aee8cfbadd44a3dc80876b4ff98cd Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 9 Oct 2024 00:44:20 -0400 Subject: [PATCH] Fix another bad stage counting instance --- daemon-common/vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon-common/vm.py b/daemon-common/vm.py index 8370544a..958d1d28 100644 --- a/daemon-common/vm.py +++ b/daemon-common/vm.py @@ -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