Preserve nvram files of vms across scale upgrades

This commit is contained in:
M. Rehan
2024-01-31 06:03:02 +05:00
parent 3fa3dad2be
commit 2960a08d92

View File

@@ -504,6 +504,8 @@ def main():
"etc/machine-id",
"home"
])
if os.path.exists('/var/lib/libvirt/qemu/nvram'):
rsync.append('var/lib/libvirt/qemu/nvram')
run_command([
"rsync", "-aRx",