Skip to content

Commit

Permalink
Add doc for r3 mount patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
alecpm committed Dec 1, 2014
1 parent 8cb071b commit 40afb2a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions opsworks_deploy_python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,22 @@ The following are general deploy related attributes to be set on `node[:deploy][
- django-stop: Stop the service if enabled


Bugfix for R3 Instances
-----------------------

OpsWorks currently has a bug that affects r3 class instances, where the
ephemeral instance storage is not formatted or mounted on initial load. This
causes reboots to fail, since the volume is listed in fstab, and also results
in reduced space available on ``/mnt``.

To workaround this issue, this package contains a custom recipe that formats
and mounts the default ephemeral volume on r3 instances. To enable the
recipe, add the ``opsworks_deploy_python::r3-mount-patch`` recipe to the start
of the setup section of any layers that might run on an r3 instance.

[More info here](https://forums.aws.amazon.com/thread.jspa?threadID=156342).


Usage
-----
A sample application application that builds the Plone 5.0 coredev buildout
Expand Down

0 comments on commit 40afb2a

Please sign in to comment.