Adjust snapshot name again

This commit is contained in:
Joshua Boniface 2024-08-25 16:20:59 -04:00
parent de58efdaa9
commit f7926726f2
1 changed files with 1 additions and 1 deletions

View File

@ -329,7 +329,7 @@ def worker_cluster_autobackup(
now = datetime.now()
datestring = now.strftime("%Y%m%d%H%M%S")
snapshot_name = f"backup_{datestring}"
snapshot_name = f"ab{datestring}"
# Take the VM snapshot (vm.vm_worker_create_snapshot)
snap_list = list()