aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/glance
diff options
context:
space:
mode:
authorMarc Methot <mmethot@redhat.com>2017-06-13 15:23:54 -0400
committerMarc Methot <mmethot@redhat.com>2017-06-13 15:55:49 -0400
commit96c4adecb2b6ff51d1a3b63a4219e107d0172d1b (patch)
treebe19074e24dc3f3b4862fcadbc67aebda805269b /manifests/glance
parentd2239b31fd29c190e8c3b7836fd3b2d4fc58b17b (diff)
Fixes an issue when rebooting with an NFS mount.
_netdev mount option helps fix a timing issue when rebooting. This looks like we're hitting an issue where we're using network instead of NetworkManager and that systemd doesn't unmount the NFS shares before stopping network. Change-Id: I5d2c89db29ef75aaf371b3c9dd561587d7b6f87b Closes-Bug: #1697752
Diffstat (limited to 'manifests/glance')
-rw-r--r--manifests/glance/nfs_mount.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/glance/nfs_mount.pp b/manifests/glance/nfs_mount.pp
index 035191d..674bdd0 100644
--- a/manifests/glance/nfs_mount.pp
+++ b/manifests/glance/nfs_mount.pp
@@ -43,7 +43,7 @@ class tripleo::glance::nfs_mount (
$options = 'intr,context=system_u:object_r:glance_var_lib_t:s0',
$edit_fstab = true,
$fstab_fstype = 'nfs4',
- $fstab_prepend_options = 'bg'
+ $fstab_prepend_options = '_netdev,bg'
) {
$images_dir = '/var/lib/glance/images'