Hello
When launching lxc vms or containers on my dir
storage backend - I get this error message:
➜ maas-cert-lab (lxc project test ◉ : lxc launch --storage nvme-vms --vm ubuntu:focal
Creating the instance
Error: Failed instance creation: Failed creating instance from image: open /var/snap/lxd/common/lxd/images/2b6addc6b20e8f8289ae91ea392c32b5a0df3f5c2eecd508c8888f1c79ae42de: no such file or directory
➜ maas-cert-lab (lxc project berenberg-bank) ◉ : sudo ls /var/snap/lxd/common/lxd/images/
Is there any suggestion on oh how to fix this? When launching on my zfs backends, the launch works successfully.
This is the output from lxc image list:
➜ maas-cert-lab (lxc project test) ◉ : lxc image list
+-------+--------------+--------+---------------------------------------------+--------------+-----------------+----------+-----------------------------+
| ALIAS | FINGERPRINT | PUBLIC | DESCRIPTION | ARCHITECTURE | TYPE | SIZE | UPLOAD DATE |
+-------+--------------+--------+---------------------------------------------+--------------+-----------------+----------+-----------------------------+
| | 2b6addc6b20e | no | ubuntu 20.04 LTS amd64 (release) (20230207) | x86_64 | VIRTUAL-MACHINE | 595.44MB | Feb 9, 2023 at 9:31am (UTC) |
+-------+--------------+--------+---------------------------------------------+--------------+-----------------+----------+-----------------------------+
| | 118ece3e492a | no | ubuntu 20.04 LTS amd64 (release) (20230207) | x86_64 | CONTAINER | 431.39MB | Feb 9, 2023 at 9:31am (UTC) |
+-------+--------------+--------+---------------------------------------------+--------------+-----------------+----------+-----------------------------+
| | bd528c90d20d | no | ubuntu 22.04 LTS amd64 (release) (20230107) | x86_64 | VIRTUAL-MACHINE | 603.19MB | Feb 9, 2023 at 9:26am (UTC) |
+-------+--------------+--------+---------------------------------------------+--------------+-----------------+----------+-----------------------------+
Any suggestions?