I tried to run incus-migrate downloaded from the releases page. It seemed to work, but then starting the VM fails:
$ sudo ./bin.linux.incus-migrate.x86_64
[sudo] password for xrd:
The local Incus server is the target [default=yes]: yes
Would you like to create a container (1) or virtual-machine (2)?: 2
Name of the new instance: windows-dev
Please provide the path to a disk, partition, or qcow2/raw/vmdk image file: windows-dev.qcow2
Does the VM support UEFI booting? [default=yes]:
Does the VM support UEFI Secure Boot? [default=yes]:
Instance to be created:
Name: windows-dev
Project: default
Type: virtual-machine
Source: windows-dev.qcow2
Source format: qcow2
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]:
Converting image "windows-dev.qcow2" to raw format before importing
Instance windows-dev successfully created
$ incus start windows-dev
Error: mkdir /var/lib/incus/virtual-machines/windows-dev/config: no space left on device
Try `incus info --show-log windows-dev` for more info
$ incus info --show-log windows-dev
Name: windows-dev
Status: STOPPED
Type: virtual-machine
Architecture: x86_64
Created: 2025/02/05 14:17 EST
Last Used: 1969/12/31 19:00 EST
Error: open /var/log/incus/windows-dev/qemu.log: no such file or directory
Then, all my running VMs are down and now in an error stated.
For example, now when I run this command to start my server I see this:
$ incus start community-public-do-vm-v2
Error: The instance cannot be started as in Error status
$ incus start windows-dev
Error: mkdir /var/lib/incus/virtual-machines/windows-dev/config: no space left on device
If I use info --show-log
I see this:
$ incus info --show-log community-public-do-vm-v2
Name: community-public-do-vm-v2
Status: ERROR
Type: virtual-machine
Architecture: x86_64
PID: 5572
Created: 2024/12/01 16:26 EST
Last Used: 2025/01/01 20:46 EST
Resources:
Processes: 0
Disk usage:
root: 4.69GiB
Error: open /var/log/incus/community-public-do-vm-v2/qemu.log: no such file or directory
Indeed, there is no file in that directory.
incus storage list
shows a degraded pool but my machine is not on that one:
$ incus storage list
+---------------+--------+--------------------------------------------+-------------+---------+-------------+
| NAME | DRIVER | SOURCE | DESCRIPTION | USED BY | STATE |
+---------------+--------+--------------------------------------------+-------------+---------+-------------+
| default2 | zfs | /var/snap/lxd/common/lxd/disks/default.img | | 9 | UNAVAILABLE |
+---------------+--------+--------------------------------------------+-------------+---------+-------------+
| incus-default | zfs | /var/lib/incus/disks/incus-default.img | | 7 | CREATED |
+---------------+--------+--------------------------------------------+-------------+---------+-------------+
zpool list
shows this:
$ zpool list
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
incus-default 29.5G 28.6G 937M - - 91% 96% 1.00x ONLINE -
I definitely have more disk space, but unsure how to read that error.
$ df -h
Filesystem Size Used Avail Use% Mounted on
udev 63G 0 63G 0% /dev
tmpfs 13G 8.7M 13G 1% /run
efivarfs 128K 13K 111K 10% /sys/firmware/efi/efivars
/dev/nvme0n1p2 1.8T 1.1T 632G 64% /
tmpfs 63G 168K 63G 1% /dev/shm
tmpfs 5.0M 12K 5.0M 1% /run/lock
tmpfs 63G 0 63G 0% /run/qemu
/dev/nvme0n1p1 1.1G 6.2M 1.1G 1% /boot/efi
tmpfs 100K 0 100K 0% /var/lib/incus/shmounts
tmpfs 100K 0 100K 0% /var/lib/incus/guestapi
incus-default/virtual-machines/community-public-do-vm-v2 7.3M 7.3M 0 100% /var/lib/incus/storage-pools/incus-default/virtual-machines/community-public-do-vm-v2
incus-default/virtual-machines/discourse-plugin-dev 7.3M 7.3M 0 100% /var/lib/incus/storage-pools/incus-default/virtual-machines/discourse-plugin-dev
incus-default/virtual-machines/extrastatic-build-01 7.3M 7.3M 0 100% /var/lib/incus/storage-pools/incus-default/virtual-machines/extrastatic-build-01
incus-default/virtual-machines/katarismo-community 7.3M 7.3M 0 100% /var/lib/incus/storage-pools/incus-default/virtual-machines/katarismo-community