From 08925d194df374971d2b06d32534cf9ada6b2035 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 29 Jun 2010 22:11:54 -0400 Subject: 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 --- doc/examples/cloud-config.txt | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3