Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add note to uninstall MAAS if present before doing LXD setup #5521

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ndv99
Copy link
Contributor

@ndv99 ndv99 commented Aug 20, 2024

Done

  • Added note to LXD.md to make sure MAAS is not installed locally before proceeding

@ndv99 ndv99 requested a review from amylily1011 August 20, 2024 10:56
@ndv99 ndv99 self-assigned this Aug 20, 2024
@webteam-app
Copy link

@ndv99 ndv99 removed their assignment Aug 20, 2024
Copy link
Contributor

@amylily1011 amylily1011 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried running

lxc network create maas-kvm
lxc network edit maas-kvm

but it didn't work without sudo.

@@ -7,6 +7,8 @@ Having a locally running MAAS where you can deploy your own virtual machines can
- Hardware that meets the [minimum requirements](https://maas.io/docs/reference-installation-requirements)
- Knowledge of Ubuntu and basic Linux commands

Note: If you've previously installed MAAS locally, make sure you uninstall it completely, or the LXD setup will not work.
Copy link
Contributor

@amylily1011 amylily1011 Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also do sudo snap stop maas (if you install maas from snap) to stop maas from running. Then once LXD is set up you can do sudo snap start maas, as well. I'm not sure if uninstalling maas completely is the way to go but it's applicable for deb and probably a good way to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants