Merge "Fix Swift with kernel 4.19 and later"
This commit is contained in:
commit
f52082abf7
@ -25,7 +25,7 @@
|
|||||||
mount:
|
mount:
|
||||||
src: "UUID={{ item.fs_uuid }}"
|
src: "UUID={{ item.fs_uuid }}"
|
||||||
fstype: xfs
|
fstype: xfs
|
||||||
opts: "noatime,nodiratime,nobarrier,logbufs=8"
|
opts: "noatime,nodiratime,logbufs=8"
|
||||||
state: mounted
|
state: mounted
|
||||||
name: "{{ swift_devices_mount_point }}/{{ item['fs_label'] }}"
|
name: "{{ swift_devices_mount_point }}/{{ item['fs_label'] }}"
|
||||||
with_items: "{{ swift_disks }}"
|
with_items: "{{ swift_disks }}"
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
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.
|
Loading…
Reference in New Issue
Block a user