Hi, I am following this Install Charmed Ceph | Ubuntu documentation for deploying a ceph cluster and having some issues to deploy LXD.
I am having an lxd version : 4.19 which is installing on Ubuntu 20.04.
lxd --verbose --debug output:
EROR[10-29|18:46:19] Failed to start the daemon err=“LXD is already running”
INFO[10-29|18:46:19] Starting shutdown sequence signal=interrupt
WARN[10-29|18:46:19] Instance type not operational type=virtual-machine driver=qemu err=“KVM support is missing”
INFO[10-29|18:46:19] Not unmounting temporary filesystems (instances are still running)
INFO[10-29|18:46:19] Daemon stopped
Error: LXD is already running
I’m confused here, the output above for lxc info is all normal looking.
It’s normal for there to be two mounts, snapd keeps the previous revision around.
Unless I missed something, LXD is perfectly functional here, since it’s running, there’s no point in trying to start the daemon a second time by running lxd --verbose --debug.
It looks to me like this system is working perfectly normally and that lxc info shows a healthy LXD and I’d expect lxc list to similarly show a list of instances or none if none have been created so far.