summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-03-21 16:14:07 -0400
committerScott Moser <smoser@ubuntu.com>2012-03-21 16:14:07 -0400
commita088694a7dd88d0645d540c6b194fe4fd3628b28 (patch)
tree007137f8c12c9f3e08a1aae7ba1979cafff5cc34 /doc
parent6e1547d093f975b18722ad94083dda4dc3753c3f (diff)
downloadvyos-cloud-init-a088694a7dd88d0645d540c6b194fe4fd3628b28.tar.gz
vyos-cloud-init-a088694a7dd88d0645d540c6b194fe4fd3628b28.zip
allow cloud-config to control if resizefs is blocking or not
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/cloud-config.txt2
1 files changed, 2 insertions, 0 deletions
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