Juju bootstrap suspend

I try to install juju on my CentOS 7.6 virtual machine, but it suspend while I was using the following command: [root@master snap]# juju bootstrap localhost test Creating Juju controller “test” on localhost/localhost Looking for packaged Juju agent version 2.9.26 for amd64 Located Juju agent version 2.9.26-ubuntu-amd64 at https://streams.canonical.com/juju/tools/agent/2.9.26/juju-2.9.26-ubuntu-amd64.tgz To configure your system to better support LXD containers, please see: https://github.com/lxc/lxd/blob/master/doc/production-setup.md Launching controller instance(s) on localhost/localhost…

  • juju-95cc0a-0 (arch=amd64)
    Installing Juju agent on bootstrap instance Fetching Juju Dashboard 0.8.1 Waiting for address Attempting to connect to 10.7.215.84:22

after a few mins , throw the following error: ERROR failed to bootstrap model: cancelled Anybody has experience on that? Thanks in advance.

Juju created an LXD ubuntu instance as part of bootstrap, but was unable to ssh to it at 10.7.215.84.

Are you able to do lxd launch ubuntu:20.04 on your CentOS VM? Then ssh to the created container? The default bootstrap timeout is 20 minutes, you can change the value with a cli option if the machine takes longer.

I’d also double check the resources, memory and disk, your VM has.

juju bootstrap --debug may provide more detail as well.