Clear cache script
This commit is contained in:
parent
21baaa0c06
commit
f81e855131
1 changed files with 6 additions and 0 deletions
6
raid-clear-all-caches
Executable file
6
raid-clear-all-caches
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
# Nico Schottelius, 2018-02-24
|
||||
# Copyright ungleich glarus ag
|
||||
|
||||
# Removes entries for virtual drives without physical drives
|
||||
megacli -DiscardPreservedCache -Lall -aall
|
Loading…
Reference in a new issue