File: default-mount-options-changed-23d7969ef826f8be.yaml

package info (click to toggle)
puppet-module-swift 25.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,400 kB
  • sloc: ruby: 9,593; python: 38; sh: 10; makefile: 10
file content (8 lines) | stat: -rw-r--r-- 332 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
features:
  - |
    The nobarrier XFS mount option is removed from kernel 4.19.0 and beyond.
    It has no effect on kernel 4.10.0. Therefore, it is now removed from the
    default mount options.
    Also, puppet-swift now adds the nofail option, so that a swift store node
    finishes to boot even if an HDD mount is failed.