Skip to content
Snippets Groups Projects
Commit cb72ca36 authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

disable write barrieres for the remote journal

parent e19284ef
Branches
No related tags found
No related merge requests found
- name: ensure there are no write barriers on the partition for the remote journals
mount:
fstype: ext4
opts: defaults,nobarrier
state: mounted
path: /
src: "UUID={{ item.uuid }}"
passno: 1
with_items: "{{ ansible_mounts }}"
when: item.mount == "/"
tags:
- journal-remote
- name: Install systemd-journal-remote
apt:
name: systemd-journal-remote
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment