summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJack Peterson <jack.peterson@gmail.com>2015-03-09 21:18:21 -0700
committerJack Peterson <jack.peterson@gmail.com>2015-03-09 21:35:40 -0700
commit981ff7ed49a5a5a7809216a14e2a4bacb222bce3 (patch)
tree55011af593df55662266b9c09e0f25009fce5553 /data
parentae24ecc28844404ff3b29ff80230a1564485b2b8 (diff)
downloadpuppet-gluster-981ff7ed49a5a5a7809216a14e2a4bacb222bce3.tar.gz
puppet-gluster-981ff7ed49a5a5a7809216a14e2a4bacb222bce3.tar.xz
puppet-gluster-981ff7ed49a5a5a7809216a14e2a4bacb222bce3.zip
Add nofail and nobootwait for respective OSes
The purpose of this PR is to allow failed fstab entries to not cause an OS to hang on boot. This is particularly problematic on cloud providers like AWS where there is not a quick way to manage an instance and select a skip option prior to SSH access becoming available.
Diffstat (limited to 'data')
-rw-r--r--data/params/Debian.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/data/params/Debian.yaml b/data/params/Debian.yaml
index 1c051bc..d0e2a9b 100644
--- a/data/params/Debian.yaml
+++ b/data/params/Debian.yaml
@@ -14,4 +14,8 @@ gluster::params::program_fping: '/usr/bin/fping'
gluster::params::program_awk: '/usr/bin/awk'
# TODO: the debian family of glusterd needs a reload command in the init file !
gluster::params::misc_gluster_reload: '/usr/sbin/service glusterfs-server restart'
+
+# Debian based OS use nobootwait whereas Fedora based OS use nofail.
+gluster::params::misc_mount_nofail: 'nobootwait'
+
# vim: ts=8