From ddcfa56afe5f73706fb8ded082dc446cce97f316194451ede2c235c2e4a72ade Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Fri, 2 Aug 2013 06:59:54 +0000 Subject: [PATCH] - remove the "nofail" option for the ephemeral storage + when using nofail an attempt is made to mount the filesystem twice once via udev and once through localfs, this results in a hanging system if fsck needs to run on the device OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=3 --- cloud-init.changes | 8 ++++++++ cloud.cfg.suse | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/cloud-init.changes b/cloud-init.changes index 2c4b96f..0933b79 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Aug 2 06:57:30 UTC 2013 - rschweikert@suse.com + +- remove the "nofail" option for the ephemeral storage + + when using nofail an attempt is made to mount the filesystem twice + once via udev and once through localfs, this results in a hanging + system if fsck needs to run on the device + ------------------------------------------------------------------- Thu Jul 11 08:00:50 UTC 2013 - speilicke@suse.com diff --git a/cloud.cfg.suse b/cloud.cfg.suse index b2f9497..fec2483 100644 --- a/cloud.cfg.suse +++ b/cloud.cfg.suse @@ -6,7 +6,7 @@ users: disable_root: false preserve_hostname: false syslog_fix_perms: root:root -mount_default_fields: [~, ~, 'auto', 'defaults,nofail', '0', '2'] +mount_default_fields: [~, ~, 'auto', 'defaults', '0', '2'] # The modules that run in the 'init' stage cloud_init_modules: