Hello.
I need to migrate a bunch of VMs from one cluster to another, but I'm stuck on the format for the --target-storage parameter for the qm remote-migrate command. I can't find how to provide a list of storage mappings for a VM. The same story for the --target-bridge.
API description says it's a <string> and 'Mapping from source to target storages.', but how do I provide the mapping?
--target-storage 'local-ZFS-SSD:local-ZFS-HDD'
--target-storage 'local-ZFS-SSD=local-ZFS-HDD'
--target-storage 'local-ZFS-SSD,local-ZFS-HDD'
Does not work.
Thank you!
I need to migrate a bunch of VMs from one cluster to another, but I'm stuck on the format for the --target-storage parameter for the qm remote-migrate command. I can't find how to provide a list of storage mappings for a VM. The same story for the --target-bridge.
API description says it's a <string> and 'Mapping from source to target storages.', but how do I provide the mapping?
--target-storage 'local-ZFS-SSD:local-ZFS-HDD'
--target-storage 'local-ZFS-SSD=local-ZFS-HDD'
--target-storage 'local-ZFS-SSD,local-ZFS-HDD'
Does not work.
Thank you!