Hi All,
I have commissioned a physical server running ubuntu-core using MAAS.
Then I configured LXD on the physical server and mapped to MAAS as shown below
Then created a VM from MAAS in the physical server
Now if I try to commission the VM it fails saying some of the testcases failed
The reason behind the failure is VM cannot be started as shown in below logs
Configuration for the power type in MAAS is as shown below. It is set by the MAAS automatically when the VM is created in LXD host
How can i troubleshoot this scenario of why MAAS is not able to powerup the VM running in LXD host ?
UPDATE:
On the physical server I have checked respective project created by MAAS which is as shown below. I can Network for maas-project is NO. Is this the culprit ?
# lxc project ls
+-------------------+--------+----------+-----------------+-----------------+----------+---------------+-------------------------+---------+
| NAME | IMAGES | PROFILES | STORAGE VOLUMES | STORAGE BUCKETS | NETWORKS | NETWORK ZONES | DESCRIPTION | USED BY |
+-------------------+--------+----------+-----------------+-----------------+----------+---------------+-------------------------+---------+
| default (current) | YES | YES | YES | YES | YES | YES | Default LXD project | 3 |
+-------------------+--------+----------+-----------------+-----------------+----------+---------------+-------------------------+---------+
| maas-project | YES | YES | YES | YES | NO | NO | Project managed by MAAS | 2 |
+-------------------+--------+----------+-----------------+-----------------+----------+---------------+-------------------------+---------+