add btrfs scrub /
This commit is contained in:
8
btrfs-scrub.yaml
Normal file
8
btrfs-scrub.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Disable CPU Boost on Linux Servers
|
||||
hosts: all
|
||||
become: yes
|
||||
user: root
|
||||
tasks:
|
||||
|
||||
- name: btrfs scrub start /
|
||||
shell: btrfs scrub start /
|
||||
Reference in New Issue
Block a user