From: David Galloway Date: Tue, 15 Aug 2017 14:45:46 +0000 (-0400) Subject: downburst: Decrease disk size to 100GB X-Git-Tag: 1.1.0~400^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=b21ac6e66f049c7448cf6df78434b68ffb1303c7;p=teuthology.git downburst: Decrease disk size to 100GB The first VPS on every VPSHOST runs off the VPSHOST root drive. Because of this, the root drive is filling up due to the addition of another OSD drive: https://github.com/ceph/teuthology/pull/1099 This not only results in nagios alerts but could also result in needless job failures. OSD drives/partitions are already only 100G on smithi so this should be fine. Signed-off-by: David Galloway --- diff --git a/teuthology/provision/downburst.py b/teuthology/provision/downburst.py index ed6755f623..fdb23af434 100644 --- a/teuthology/provision/downburst.py +++ b/teuthology/provision/downburst.py @@ -170,7 +170,7 @@ class Downburst(object): 'distro': os_type, 'distroversion': self.os_version, 'additional-disks': 4, - 'additional-disks-size': '200G', + 'additional-disks-size': '100G', 'arch': 'x86_64', } fqdn = self.name.split('@')[1]