]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
downburst: Decrease disk size to 100GB 1100/head
authorDavid Galloway <dgallowa@redhat.com>
Tue, 15 Aug 2017 14:45:46 +0000 (10:45 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 15 Aug 2017 14:45:46 +0000 (10:45 -0400)
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 <dgallowa@redhat.com>
teuthology/provision/downburst.py

index ed6755f6234fbf4c2fc84b9ba3d16e2bef8ad757..fdb23af43442f2de97924f28c3bc437dad537bfd 100644 (file)
@@ -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]