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