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

Support CvmFS 2.11.0 parameters #186

Merged
merged 7 commits into from
Sep 5, 2023
Merged

Commits on Sep 5, 2023

  1. Support CvmFS 2.11.0 parameters

    With the release of CvmFS 2.11.0 there are 7 new client
    parameters that can be set:
    
    For instance:
    
    ```
    class{'cvmfs':
      cvmfs_cache_symlinks => 'yes',
      cvmfs_streaming_cache => 'no',
      cvmfs_statfs_cache_timeout => 10,
      cvmfs_world_readable => 'yes',
      cvmfs_cpu_affinity => [0,1,2],
      cvmfs_xattr_privileged_gids => [100,101,102],
      cvmfs_xattr_protected_xattrs => ['user.foo','user.bar'],
    }
    ```
    
    * CvmFS 2.11.0 release notes https://cvmfs.readthedocs.io/en/stable/cpt-releasenotes.html
    * CvmFS parameters https://cvmfs.readthedocs.io/en/stable/apx-parameters.html
    traylenator committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d7a48d6 View commit details
    Browse the repository at this point in the history
  2. typo in doc strings

    traylenator committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3f26c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b570487 View commit details
    Browse the repository at this point in the history
  4. Regen REFERENCE

    traylenator committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3dcaa5d View commit details
    Browse the repository at this point in the history
  5. several typo

    traylenator committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b553cbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b0cde82 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2e14e94 View commit details
    Browse the repository at this point in the history