Issue #22665 has been updated by Melissa Stone.

Released in Puppet 3.4.0-rc1

----------------------------------------
Bug #22665: Mount resources should require parent mounts
https://projects.puppetlabs.com/issues/22665#change-100605

* Author: Adrien Thebo
* Status: Closed
* Priority: Normal
* Assignee: Adrien Thebo
* Category: mount
* Target version: 3.4.0
* Affected Puppet version: 
* Keywords: 
* Branch: https://github.com/puppetlabs/puppet/pull/1935
----------------------------------------
Given a set of mount resources, when mount resource is mounted inside of 
another mount resource, the inner mount should autorequire all parent mount 
resources.

### Example:

<pre>
mount { "/var":
  # ...
}

mount { "/var/log":
  # ...
}
</pre>

#### Expected behavior:

`/var` should always be mounted before `/var/log` so that the latter mount 
point is not masked by the former.

#### Actual behavior:

There is no ordering between mounts, so `/var/log` could be mounted and then 
`/var` could be mounted, which would hide the `/var/log` mount point.


-- 
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 puppet-bugs+unsubscr...@googlegroups.com.
To post to this group, send email to puppet-bugs@googlegroups.com.
Visit this group at http://groups.google.com/group/puppet-bugs.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to