diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-29 11:07:29 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-02-29 11:07:29 -0500 |
commit | c1f8ef6cb5694d1f014b3428311c0aabe6e718b5 (patch) | |
tree | 25e43fd659ccd75d6e7a7e7d22bd3238627ce062 | |
parent | adc95d5a8538052e0ce6116a6028dec21afa4ee4 (diff) | |
parent | c2a2e4e987626e34fde2e3fcc8bb1e521767830e (diff) | |
download | openshift-c1f8ef6cb5694d1f014b3428311c0aabe6e718b5.tar.gz openshift-c1f8ef6cb5694d1f014b3428311c0aabe6e718b5.tar.bz2 openshift-c1f8ef6cb5694d1f014b3428311c0aabe6e718b5.tar.xz openshift-c1f8ef6cb5694d1f014b3428311c0aabe6e718b5.zip |
Merge pull request #1514 from cgwalters/containerized-ah-root-docs
docs: Explain a bit more how to expand Atomic Host rootfs
-rw-r--r-- | README_CONTAINERIZED_INSTALLATION.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/README_CONTAINERIZED_INSTALLATION.md b/README_CONTAINERIZED_INSTALLATION.md index 5f51b9507..56f25546c 100644 --- a/README_CONTAINERIZED_INSTALLATION.md +++ b/README_CONTAINERIZED_INSTALLATION.md @@ -84,9 +84,13 @@ _/usr/share/openshift/examples_ because that is read-only on Atomic Host. ### Storage Requirements -Atomic Host installs normally have a very small root filesystem. However the -etcd, master, and node containers will persist data in /var/lib. Please ensure -that you have enough space on the root filesystem. +Atomic Host installs by default have a small root filesystem. However +the etcd, master, and node containers will persist data in +`/var/lib`. Please ensure that you have enough space on the root +filesystem. This is usually handled by +[docker-storage-setup](https://github.com/projectatomic/docker-storage-setup/); +set e.g. `ROOT_SIZE=20G` in `/etc/sysconfig/docker-storage-setup` in +early host boot, such as inside a `cloud-init` boot hook. ### OpenvSwitch SDN Initialization |