diff --git a/buildman/manager/executor.py b/buildman/manager/executor.py index b6a293fc0..449d66ed3 100644 --- a/buildman/manager/executor.py +++ b/buildman/manager/executor.py @@ -114,7 +114,7 @@ class EC2Executor(BuilderExecutor): ec2_conn = self._get_conn() ssd_root_ebs = boto.ec2.blockdevicemapping.BlockDeviceType( - size=32, + size=48, volume_type='gp2', delete_on_termination=True, ) diff --git a/buildman/templates/cloudconfig.yaml b/buildman/templates/cloudconfig.yaml index 053f1f617..bb459d048 100644 --- a/buildman/templates/cloudconfig.yaml +++ b/buildman/templates/cloudconfig.yaml @@ -59,7 +59,7 @@ coreos: ConditionPathExists=!/var/lib/docker.btrfs [Service] Type=oneshot - ExecStart=/usr/bin/truncate --size=28G /var/lib/docker.btrfs + ExecStart=/usr/bin/truncate --size=42G /var/lib/docker.btrfs ExecStart=/usr/sbin/mkfs.btrfs /var/lib/docker.btrfs - name: var-lib-docker.mount enable: true