diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-03-21 16:14:07 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-03-21 16:14:07 -0400 |
commit | a088694a7dd88d0645d540c6b194fe4fd3628b28 (patch) | |
tree | 007137f8c12c9f3e08a1aae7ba1979cafff5cc34 /doc | |
parent | 6e1547d093f975b18722ad94083dda4dc3753c3f (diff) | |
download | vyos-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.txt | 2 |
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 |