Merge "Fixes an issue when rebooting with an NFS mount."

This commit is contained in:
Jenkins 2017-06-19 14:01:59 +00:00 committed by Gerrit Code Review
commit 43422d472a
1 changed files with 1 additions and 1 deletions

View File

@ -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'