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?
UPD: the correct format:
--target-storage 'local-ZFS-SSD:local-ZFS-HDD,source-storage:target-storage'
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?
UPD: the correct format:
--target-storage 'local-ZFS-SSD:local-ZFS-HDD,source-storage:target-storage'
Thank you!
Last edited: