Hello,
I’m trying to migrate all my QEMU VMs to incus. I managed to do it but I read in the documentation that it uses rsync to transfer the volume.
Would it be possible to speed up the process by performing a zfs rename from my dataset to the target dataset? Or is this not technically possible?
Thanks in advance,
Summary
root@srv-home:~ # ./incus-migrate
The local Incus server is the target [default=yes]:
Would you like to create a container (1) or virtual-machine (2)?: 2
Name of the new instance: buster
Please provide the path to a disk, partition, or qcow2/raw/vmdk image file: /dev/zvol/rpool/VM/buster/root
Does the VM support UEFI booting? [default=yes]: no
Instance to be created:
Name: buster
Project: default
Type: virtual-machine
Source: /dev/zvol/rpool/VM/buster/root
Source format: Block device
Config:
security.csm: "true"
security.secureboot: "false"
Additional overrides can be applied at this stage:
1) Begin the migration with the above configuration
2) Override profile list
3) Set additional configuration options
4) Change instance storage pool or volume size
5) Change instance network
Please pick one of the options above [default=1]: 4
Please provide the storage pool to use: default
Do you want to change the storage size? [default=no]: yes
Please specify the storage size: 8GiB
Instance to be created:
Name: buster
Project: default
Type: virtual-machine
Source: /dev/zvol/rpool/VM/buster/root
Source format: Block device
Storage pool: default
Storage pool size: 8GiB
Config:
security.csm: "true"
security.secureboot: "false"
Additional overrides can be applied at this stage:
1) Begin the migration with the above configuration
2) Override profile list
3) Set additional configuration options
4) Change instance storage pool or volume size
5) Change instance network
Please pick one of the options above [default=1]:
Transferring instance: buster: 3.31GB (27.54MB/s)
Instance buster successfully created