Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(PUP-7807) Add mount options on AIX remount #6283

Merged

Commits on Aug 7, 2017

  1. (PUP-7807) Add mount options on AIX remount

    Prior to this commit, the mount resource on AIX would not remount NFS
    shares with the mount options specified. Since AIX did not read the NFS
    options from the `/etc/filesystems`, the share would be remounted
    without options.
    
    This commit adds a simple check to ensure all AIX remounts are done with
    the specified options including JFS2.
    Jarret Lavallee committed Aug 7, 2017
    Configuration menu
    Copy the full SHA
    1ef4450 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Merge branch 'PUP-7807_aix_remount_options' of https://github.com/jar…

    …retlavallee/puppet into PUP-7807/master/aix_remount_options
    Moses Mendoza committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    9ffee46 View commit details
    Browse the repository at this point in the history
  2. (PUP-7807) cleanup/add tests for aix remount options

    Building on prior work, this commit DRYs up the code in mount a bit, sharing
    behavior between bsd and aix, and breaking out a couple utility methods. A test
    is added to assert that on AIX, if remounts is true and options are specified,
    we pass the specified options with the appropriate 'remount' command.
    
    Signed-off-by: Moses Mendoza <moses@puppet.com>
    Moses Mendoza committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    ed173ec View commit details
    Browse the repository at this point in the history
  3. (PUP-7807) add doc to new mount method

    Clarify what's happening in the #remount_with_option command.
    
    Signed-off-by: Moses Mendoza <moses@puppet.com>
    Moses Mendoza committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    0948773 View commit details
    Browse the repository at this point in the history