tripleo-docs/deploy-guide/source/troubleshooting/troubleshooting-image-build.rst
Luke Short c6da4c6215 [troubleshooting] Update commands and paths used by modern versions of TripleO.
Previously, the content was primarily targeted at Newton which is EOL.

Change-Id: I2702c9b027be72d2dc636df4c81189b55e213ca0
Signed-off-by: Luke Short <ekultails@gmail.com>
2020-01-09 18:20:34 -05:00

499 B

Troubleshooting Image Build

Images fail to build

More space needed

Images are built in tmpfs by default, to speed up the builds. In case your machine doesn't have enough free RAM, the image building step can fail with a message like "At least 174MB more space needed on the / filesystem". If freeing up more RAM isn't a possibility, images can be built on disk by exporting an environment variable:

$ export DIB_NO_TMPFS=1