Skip to content
Snippets Groups Projects

Forwardport v2022->v2023dev3: Disable fstrim timer and service

Merged Walter Lozano requested to merge wip/wlozano/fstrim into apertis/v2023dev3
2 files
+ 24
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 12
0
@@ -201,6 +201,18 @@ actions:
description: "Disable e2scrub_reap service by default"
command: systemctl disable e2scrub_reap
## Disable fstrim timer and service since they trigger FS issues
## https://gitlab.apertis.org/infrastructure/apertis-issues/-/issues/70
- action: run
chroot: true
description: "Disable fstrim.timer by default"
command: systemctl disable fstrim.timer
- action: run
chroot: true
description: "Disable fstrim.service by default"
command: systemctl disable fstrim.service
- action: run
chroot: true
description: "Enable iptables services by default"
Loading