Issue #23342 has been reported by Jeff Gibson. ---------------------------------------- Bug #23342: 'mount' type does not honor the 'bg' option for NFS https://projects.puppetlabs.com/issues/23342
* Author: Jeff Gibson * Status: Unreviewed * Priority: Low * Assignee: * Category: mount * Target version: * Affected Puppet version: * Keywords: mount nfs bg * Branch: ---------------------------------------- The 'bg' mount option for NFS allows for out-of-order dependencies so if one NFS mount is on top of another and the dependent NFS mount is parsed first it will wait in the background for the parent mountpoint to become available. However puppet does not honor this and will fail. This becomes a problem when create the mounts with a defined type since you cannot use before/require. Here is the error: 'err: /Stage[main]/Mounts::Mount_loader/Mounts::Mount_mounter[server1_path1_subpath1_depenentpath1]/Mount[/path1/subpath1/dependentpath1]: Could not evaluate: Execution of '/bin/mount -o bg,hard,intr,vers=3 /path1/subpath1/dependentpath1' returned 32: mount.nfs: mount point /path1/mount1/subpath1 does not exist -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
