I am building up a new proxmox cluster and would like to migrate one of my MacOS VMs to the new cluster.
I am using the `--online` directive because I am migrating to a server that uses ZFS and the old cluster did not use ZFS, so I get an error when doing offline migrations.
Upon running the command, migration errors on the following:
Is there a solution to this?
The API key has Administrator permissions on the new cluster.
Code:
qm remote-migrate 129 129 'apitoken=PVEAPIToken=root@pam!migrate=<redacted>,host=10.0.0.23,fingerprint=<...>' --target-storage zfs-vms --target-bridge vmbr0 --online
Upon running the command, migration errors on the following:
Code:
2023-12-04 20:40:08 ERROR: migration aborted (duration 00:00:04): error - tunnel command '{"cmd":"config","conf":"agent: 1\nargs: -device isa-applesmc,osk=\"ourhardworkbythesewordsguardedpleasedontsteal(c)AppleComputerInc\" -smbios type=2 -device usb-kbd,bus=ehci.0,port=2 -global nec-usb-xhci.msi=off -global ICH9-LPC.acpi-pci-hotplug-with-bridge-support=off -cpu host,vendor=GenuineIntel,+invtsc,+hypervisor,kvm=on,vmware-cpuid-freq=on\nballoon: 0\nbios: ovmf\nboot: order=virtio0;net0\ncores: 4\ncpu: Haswell\ncpuunits: 1024\nefidisk0: zfs-vms:vm-129-disk-1,efitype=4m,format=raw,size=528K\nlock: migrate\nmachine: q35\nmemory: 8192\nmeta: creation-qemu=7.2.0,ctime=1685063312\nname: ventura\nnet0: virtio=<cool mac address>,bridge=vmbr0,firewall=1\nnuma: 0\nonboot: 1\nostype: other\nscsihw: virtio-scsi-pci\nsmbios1: uuid=<uuid>\nsockets: 1\nvga: vmware\nvirtio0: zfs-vms:vm-129-disk-0,cache=unsafe,discard=on,format=raw,iothread=1,size=64G\nvmgenid: <uuid>\n","firewall-config":null}' failed - failed to handle 'config' command - only root can set 'args' config
migration aborted
Is there a solution to this?
The API key has Administrator permissions on the new cluster.