From a4a4b7a8e71223046aab0aa9816a17afe828cb71 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 21 Jan 2013 21:23:41 +0100 Subject: [PATCH] Add default mount options for ext4, identical to ext2/ext3 --- debian/changelog | 1 + etc/xen-tools.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e46c5c2..339a933 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,6 +23,7 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low - Move examples from debian/examples to examples. - Uses File::Which, added (build-) dependency on libfile-which-perl - Knows about module-init-tools → kmod transition in wheezy/raring. + - Adds default mount options for ext4, identical to ext2/ext3. * Add debian/gbp.conf to be able to to build xen-tools with git-buildpackage. * Clean up debian/rules: diff --git a/etc/xen-tools.conf b/etc/xen-tools.conf index e5faf34..e46de03 100644 --- a/etc/xen-tools.conf +++ b/etc/xen-tools.conf @@ -292,6 +292,7 @@ mirror = `xt-guess-suite-and-mirror --mirror` # # Filesystem options for the different filesystems we support. # +ext4_options = noatime,nodiratime,errors=remount-ro ext3_options = noatime,nodiratime,errors=remount-ro ext2_options = noatime,nodiratime,errors=remount-ro xfs_options = defaults