Skip to content
Snippets Groups Projects
Commit f52082ab authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Fix Swift with kernel 4.19 and later"

parents f8862c6c 21488710
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@
mount:
src: "UUID={{ item.fs_uuid }}"
fstype: xfs
opts: "noatime,nodiratime,nobarrier,logbufs=8"
opts: "noatime,nodiratime,logbufs=8"
state: mounted
name: "{{ swift_devices_mount_point }}/{{ item['fs_label'] }}"
with_items: "{{ swift_disks }}"
......
---
fixes:
- |
Fixes Swift volume mounting failing on kernel 4.19 and later due to
removal of `nobarrier` from XFS mount options.
See `bug 1800132 <https://bugs.launchpad.net/kolla-ansible/+bug/1800132>`__
for details.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment