aboutsummaryrefslogtreecommitdiff
path: root/files/etc/fstab/removable
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2012-04-14 19:08:38 -0300
committerSilvio Rhatto <rhatto@riseup.net>2012-04-14 19:08:38 -0300
commit927889a4d8e3c2a4f908fb4aa7ec746237b37f14 (patch)
tree4e653cceafa376030cabe6dcb563b26666f3379e /files/etc/fstab/removable
parent7e24647882845272f5e2e952d6e6dbe216984530 (diff)
downloadpuppet-nodo-927889a4d8e3c2a4f908fb4aa7ec746237b37f14.tar.gz
puppet-nodo-927889a4d8e3c2a4f908fb4aa7ec746237b37f14.tar.bz2
Switching fs to ext4 on all other physical node classes
Diffstat (limited to 'files/etc/fstab/removable')
-rw-r--r--files/etc/fstab/removable6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/etc/fstab/removable b/files/etc/fstab/removable
index 831369e..cef6539 100644
--- a/files/etc/fstab/removable
+++ b/files/etc/fstab/removable
@@ -1,4 +1,4 @@
-/dev/mapper/root / ext3 noatime,defaults,errors=remount-ro 0 1
-#/dev/mapper/home /home ext3 noatime,defaults,errors=remount-ro 0 2
-#/dev/mapper/var /var ext3 noatime,defaults,errors=remount-ro 0 2
+/dev/mapper/root / ext4 noatime,defaults,errors=remount-ro 0 1
+#/dev/mapper/home /home ext4 noatime,defaults,errors=remount-ro 0 2
+#/dev/mapper/var /var ext4 noatime,defaults,errors=remount-ro 0 2
#/dev/mapper/cswap none swap sw 0 0