From 03508a7ab279937ff9adc4294344ff30b3c1ea37 Mon Sep 17 00:00:00 2001 From: Yin Jifeng Date: Fri, 15 May 2015 13:45:50 +0800 Subject: [PATCH] journal_size for Vagrant --- Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Vagrantfile b/Vagrantfile index b01ce610f..ff1277315 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -53,6 +53,7 @@ ansible_provision = proc do |ansible| ansible.extra_vars = { fsid: '4a158d27-f750-41d5-9e7f-26ce4c9d2d45', monitor_secret: 'AQAWqilTCDh7CBAAawXt6kyTgLFCxSvJhTEmuw==', + journal_size: 100, } end ansible.limit = 'all'