Merge pull request #234 from coreos-inc/morespace
Increase the HD size on the build nodes
This commit is contained in:
commit
7dbcbe4706
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@ class EC2Executor(BuilderExecutor):
|
||||||
ec2_conn = self._get_conn()
|
ec2_conn = self._get_conn()
|
||||||
|
|
||||||
ssd_root_ebs = boto.ec2.blockdevicemapping.BlockDeviceType(
|
ssd_root_ebs = boto.ec2.blockdevicemapping.BlockDeviceType(
|
||||||
size=32,
|
size=48,
|
||||||
volume_type='gp2',
|
volume_type='gp2',
|
||||||
delete_on_termination=True,
|
delete_on_termination=True,
|
||||||
)
|
)
|
||||||
|
|
|
@ -59,7 +59,7 @@ coreos:
|
||||||
ConditionPathExists=!/var/lib/docker.btrfs
|
ConditionPathExists=!/var/lib/docker.btrfs
|
||||||
[Service]
|
[Service]
|
||||||
Type=oneshot
|
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
|
ExecStart=/usr/sbin/mkfs.btrfs /var/lib/docker.btrfs
|
||||||
- name: var-lib-docker.mount
|
- name: var-lib-docker.mount
|
||||||
enable: true
|
enable: true
|
||||||
|
|
Reference in a new issue