The nobarrier option is invalid in recent kernels (>= 4.19), and having it makes the mount fail. It has no effect on kernel >= 4.10. Also, adding "nofail" to avoid failure when booting a server if there is a broken drive, which is common on a large cluster. Change-Id: Ib5262c26244363a1c47bdd562d560735ddc82a36
9 lines
332 B
YAML
9 lines
332 B
YAML
---
|
|
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.
|