Issue #7188 has been updated by eric sorenson.
Some notes from using this in production: - remounts needs to be set to false if you're working with NFS filesystems; changing options with, eg. `mount -o remount,rw /mountpoint` does not actually change anything on either solaris or linux. this is an OS-level thing, nothing we're doing wrong, so IMO it should just be documented. - as stefan notes in update 14, the mountpoint type does not in fact support the fstype parameter. it's not necessary as far as I can tell (for the use cases I've tried: NFS, local ext2 and ifs, and isos) because the OS uses path spec and superblock hints. Could probably be removed. ---------------------------------------- Feature #7188: Mount provider/type split for Solaris https://projects.puppetlabs.com/issues/7188 Author: Nigel Kersten Status: In Topic Branch Pending Review Priority: High Assignee: Daniel Pittman Category: mount Target version: Telly Affected Puppet version: Keywords: Branch: https://github.com/stschulte/puppet/commits/feature%2Fnext%2Fmounttab Splitting the mount type/provider into two, one to manage "fstab" entries, the other to manage actual mounts. This work will be done as an open sourced module that should be compatible with 2.6.x and 2.7.x, with a view to merge this into Telly before release. -- 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 post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
