From a088694a7dd88d0645d540c6b194fe4fd3628b28 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Wed, 21 Mar 2012 16:14:07 -0400 Subject: allow cloud-config to control if resizefs is blocking or not --- doc/examples/cloud-config.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/examples') diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt index 171802cc..82055d09 100644 --- a/doc/examples/cloud-config.txt +++ b/doc/examples/cloud-config.txt @@ -351,6 +351,8 @@ rsyslog: # this allows you to launch an instance with a larger disk / partition # and have the instance automatically grow / to accomoddate it # set to 'False' to disable +# by default, the resizefs is done early in boot, and blocks +# if resize_rootfs is set to 'noblock', then it will be run in parallel resize_rootfs: True ## hostname and /etc/hosts management -- cgit v1.2.3