Allow the containerized compute node to spawn larger VMs
authorRyan Hallisey <rhallise@redhat.com>
Sat, 5 Mar 2016 01:28:24 +0000 (01:28 +0000)
committerRyan Hallisey <rhallise@redhat.com>
Wed, 9 Mar 2016 16:23:07 +0000 (16:23 +0000)
commit41a333f8743432ba85147ca3070d690a69ec4781
treec32d16f4edd28d6e8c1a8a94ac7784f997feb11d
parent91c5c470890f1716e70ca50a72ff7431e6fac08a
Allow the containerized compute node to spawn larger VMs

Atomic's root partition & logical volume defaults to 3G.
In order to launch larger VMs, we need to enlarge the root
logical volume and scale down the docker_pool logical volume.
We are allocating 80% of the disk space for vm data and the
remaining 20% for docker images.

Change-Id: If3fff78f476de23c7c51741a49bae227f2cdfe3e
Co-authored-by: Ian Main <imain@redhat.com>
Co-authored-by: Jeff Peeler <jpeeler@redhat.com>
docker/firstboot/start_docker_agents.sh