launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #29825
[Merge] ~ines-almeida/launchpad:update-getting-started-docs into launchpad:master
Ines Almeida has proposed merging ~ines-almeida/launchpad:update-getting-started-docs into launchpad:master.
Commit message:
Add troubleshoot note in getting started docs
Added a note to ensure LXD storage is initialized when creating a container to prevent new starters from getting stuck.
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
https://code.launchpad.net/~ines-almeida/launchpad/+git/launchpad/+merge/439933
Just a small documentation update in a doc page
--
Your team Launchpad code reviewers is requested to review the proposed merge of ~ines-almeida/launchpad:update-getting-started-docs into launchpad:master.
diff --git a/doc/how-to/running.rst b/doc/how-to/running.rst
index 2f7e7ec..efbd73f 100644
--- a/doc/how-to/running.rst
+++ b/doc/how-to/running.rst
@@ -125,6 +125,16 @@ installed and configured on your network.
lxc launch ubuntu:16.04 lpdev -p default -p $USER
+
+.. note::
+ Ensure you have initialized your LXD storage. Run
+
+ .. code-block:: sh
+
+ lxd init
+
+ This should fix ``Error: No root device could be found`` errors you might get when running the command above.
+
3. Find the container IP, either from ``lxc list`` or ``lxc info lpdev``.
4. In order to be able to ssh into the container, you need to add your
Follow ups