From d77b515e86cb76b44c6ea06ca4f6faa6c89f31b88fa5d0e956fcd528bb3c7fd6 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Thu, 16 Feb 2017 20:57:30 +0000 Subject: [PATCH] - Do not set mount options for ephemeral drive, use the defaults that are built into the code (bsc#930524) OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=77 --- cloud-init.changes | 6 ++++++ cloud.cfg.suse | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/cloud-init.changes b/cloud-init.changes index fa96cbb..ca22991 100644 --- a/cloud-init.changes +++ b/cloud-init.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 16 20:56:03 UTC 2017 - rjschwei@suse.com + +- Do not set mount options for ephemeral drive, use the defaults + that are built into the code (bsc#930524) + ------------------------------------------------------------------- Thu Feb 16 19:39:16 UTC 2017 - rjschwei@suse.com diff --git a/cloud.cfg.suse b/cloud.cfg.suse index 9bf76bf..904a0d4 100644 --- a/cloud.cfg.suse +++ b/cloud.cfg.suse @@ -6,7 +6,6 @@ users: disable_root: false preserve_hostname: false syslog_fix_perms: root:root -mount_default_fields: [~, ~, 'auto', 'defaults', '0', '2'] # The modules that run in the 'init' stage cloud_init_modules: