Hi there,
I ran into this fun problem, and attempted the scripts documented in the locked old retired forum thread: Rename-Move KVM Vm's VMID tags ?
However, in my case I was running ZFS storage for the VMs, which made the script fail to startup the VMs.
The script needs a way to do something like:
I ran into this fun problem, and attempted the scripts documented in the locked old retired forum thread: Rename-Move KVM Vm's VMID tags ?
However, in my case I was running ZFS storage for the VMs, which made the script fail to startup the VMs.
The script needs a way to do something like:
Code:
zfs rename Zssd/vm-103-disk-1 Zssd/vm-105-disk-1
[code]
Just thought I advise and guide before somebody else with ZFS storage needed to do the same ;)