a0a8c08c8f
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/mdadm#35305694b4c62f86205dcccd37f10e8361463cee
6 lines
157 B
Plaintext
6 lines
157 B
Plaintext
# Save /proc/mdstat in case of crash in mdadm/mdmon
|
|
|
|
EVENT=post-create component=mdadm
|
|
cat /proc/mdstat >> mdstat_data
|
|
echo "Saved output of /proc/mdstat"
|