From: Sandon Van Ness Date: Tue, 22 Apr 2014 19:35:11 +0000 (-0700) Subject: Fix for #8115 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aeb2e214aee269bb6f042f7ea1127c4407379410;p=teuthology.git Fix for #8115 Increase boot disk size per #8115 where monitors shut down due to / being full on vm machines. Signed-off-by: Sandon Van Ness --- diff --git a/teuthology/lock.py b/teuthology/lock.py index b54a9bf96a..b31194190b 100644 --- a/teuthology/lock.py +++ b/teuthology/lock.py @@ -579,7 +579,7 @@ def create_if_vm(ctx, machine_name): distroversion = default_os_version[distro] file_info = {} - file_info['disk-size'] = lcnfg.get('disk-size', '30G') + file_info['disk-size'] = lcnfg.get('disk-size', '100G') file_info['ram'] = lcnfg.get('ram', '1.9G') file_info['cpus'] = lcnfg.get('cpus', 1) file_info['networks'] = lcnfg.get('networks',