summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2010-06-29 22:11:54 -0400
committerScott Moser <smoser@ubuntu.com>2010-06-29 22:11:54 -0400
commit08925d194df374971d2b06d32534cf9ada6b2035 (patch)
treeb4d4fc294530ea974b5b9df840640934eea1656a
parentf3dfa62734ae28939cbed077b59fb9a2d19179d1 (diff)
downloadvyos-cloud-init-08925d194df374971d2b06d32534cf9ada6b2035.tar.gz
vyos-cloud-init-08925d194df374971d2b06d32534cf9ada6b2035.zip
mention nobootwait in mount configuration
nobootwait is likely important if the user is attempting to set up ebs volume mount points via this mechanism. See 'man fstab' for more inforation on this option
-rw-r--r--doc/examples/cloud-config.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/cloud-config.txt b/doc/examples/cloud-config.txt
index 5b90cc2b..e036feba 100644
--- a/doc/examples/cloud-config.txt
+++ b/doc/examples/cloud-config.txt
@@ -104,9 +104,13 @@ packages:
# - if an entry does not have all 6 fields, they will be filled in
# from the following: [ None, None, "auto", "defaults", "0", "0" ]
#
+# Note, that you should set 'nobootwait' (see man fstab) for volumes that may
+# not be attached at instance boot (or reboot)
+#
mounts:
- [ ephemeral0, /mnt, auto, "defaults,noexec" ]
- [ sdc, /opt/data ]
+ - [ xvdh, /opt/data, "auto", "defaults,nobootwait", "0", "0" ]
- [ dd, /dev/zero ]
# add each entry to ~/.ssh/authorized_keys for the configured user