mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
Agtivated btrfs health check for all hosts
This commit is contained in:
parent
59f0fd9063
commit
7cce2dc193
@ -8,11 +8,6 @@
|
||||
- native-journalctl
|
||||
- native-disc-space-check
|
||||
- native-free-disc-space
|
||||
#- native-hostname
|
||||
- name: setup btrfs health check
|
||||
hosts: btrfs_health_check_hosts
|
||||
become: true
|
||||
roles:
|
||||
- native-btrfs-health-check
|
||||
- name: setup standard wireguard hosts
|
||||
hosts: wireguard_hosts
|
||||
|
@ -2,7 +2,7 @@
|
||||
exit_code=0
|
||||
for path in $(btrfs filesystem show | awk '/ path /{print $NF}')
|
||||
do
|
||||
echo "Checking healt for $path..."
|
||||
echo "Checking health for $path..."
|
||||
result=$(btrfs device stats $path)
|
||||
echo "$result"
|
||||
regex='\.(.*)_errs(\s*)[1-9]'
|
||||
|
Loading…
Reference in New Issue
Block a user