Hello,
MAAS Version 3.2.5
I am deploying a machine as a MAAS KVM Host that uses LXD like the picture below:
The machine deploys the OS, then does the reboot, but never finishes rebooting and the deployment eventually fails by timeout. There is an error present in rackd.log:
2022-09-19 15:49:52 provisioningserver.rpc.pods: [critical] Failed to discover VM host. Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner self.run() File "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/snap/maas/23696/usr/lib/python3/dist-packages/twisted/_threads/_threadworker.py", line 46, in work task() File "/snap/maas/23696/usr/lib/python3/dist-packages/twisted/_threads/_team.py", line 190, in doWork task() --- <exception caught here> --- File "/snap/maas/23696/usr/lib/python3/dist-packages/twisted/python/threadpool.py", line 250, in inContext result = inContext.theWork() File "/snap/maas/23696/usr/lib/python3/dist-packages/twisted/python/threadpool.py", line 266, in <lambda> inContext.theWork = lambda: context.call(ctx, func, *args, **kw) File "/snap/maas/23696/usr/lib/python3/dist-packages/twisted/python/context.py", line 122, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/snap/maas/23696/usr/lib/python3/dist-packages/twisted/python/context.py", line 85, in callWithContext return func(*args,**kw) File "/snap/maas/23696/lib/python3.8/site-packages/provisioningserver/utils/twisted.py", line 202, in wrapper result = func(*args, **kwargs) File "/snap/maas/23696/lib/python3.8/site-packages/provisioningserver/drivers/pod/lxd.py", line 311, in discover discovered_pod = self._discover(client, pod_id, context) File "/snap/maas/23696/lib/python3.8/site-packages/provisioningserver/drivers/pod/lxd.py", line 391, in _discover discovered_storage_pool = self._get_discovered_pod_storage_pool( File "/snap/maas/23696/lib/python3.8/site-packages/provisioningserver/drivers/pod/lxd.py", line 812, in _get_discovered_pod_storage_pool storage_pool_path = storage_pool_config.get("source") builtins.AttributeError: 'NoneType' object has no attribute 'get'
Any help is appreciated