Revert "Adjust stage naming to reflect autobackup stages"
This reverts commit c1f320ede2.
			
			
This commit is contained in:
		| @@ -2266,7 +2266,7 @@ def vm_worker_remove_snapshot( | ||||
|         current_stage += 1 | ||||
|         update( | ||||
|             celery, | ||||
|             f"Removing {snap}", | ||||
|             f"Removing RBD snapshot {snap}", | ||||
|             current=current_stage, | ||||
|             total=total_stages, | ||||
|         ) | ||||
| @@ -2356,7 +2356,7 @@ def vm_worker_rollback_snapshot(zkhandler, celery, domain, snapshot_name): | ||||
|         current_stage += 1 | ||||
|         update( | ||||
|             celery, | ||||
|             f"Rolling back to {snap}", | ||||
|             f"Rolling back RBD snapshot {snap}", | ||||
|             current=current_stage, | ||||
|             total=total_stages, | ||||
|         ) | ||||
| @@ -2564,7 +2564,7 @@ def vm_worker_export_snapshot( | ||||
|         current_stage += 1 | ||||
|         update( | ||||
|             celery, | ||||
|             f"Exporting {snap}", | ||||
|             f"Exporting RBD snapshot {snap}", | ||||
|             current=current_stage, | ||||
|             total=total_stages, | ||||
|         ) | ||||
| @@ -2791,7 +2791,7 @@ def vm_worker_import_snapshot( | ||||
|             current_stage += 1 | ||||
|             update( | ||||
|                 celery, | ||||
|                 f"Importing {pool}/{volume}@{incremental_parent}", | ||||
|                 f"Importing RBD snapshot {pool}/{volume}@{incremental_parent}", | ||||
|                 current=current_stage, | ||||
|                 total=total_stages, | ||||
|             ) | ||||
| @@ -2868,7 +2868,7 @@ def vm_worker_import_snapshot( | ||||
|             current_stage += 1 | ||||
|             update( | ||||
|                 celery, | ||||
|                 f"Importing {pool}/{volume}@{snapshot_name}", | ||||
|                 f"Importing RBD snapshot {pool}/{volume}@{snapshot_name}", | ||||
|                 current=current_stage, | ||||
|                 total=total_stages, | ||||
|             ) | ||||
| @@ -3021,7 +3021,7 @@ def vm_worker_import_snapshot( | ||||
|             current_stage += 1 | ||||
|             update( | ||||
|                 celery, | ||||
|                 f"Importing {pool}/{volume}@{snapshot_name}", | ||||
|                 f"Importing RBD snapshot {pool}/{volume}@{snapshot_name}", | ||||
|                 current=current_stage, | ||||
|                 total=total_stages, | ||||
|             ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user