We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96fca3f commit da9bdffCopy full SHA for da9bdff
1 file changed
tests/tasks/debug.yml
@@ -23,8 +23,7 @@
23
if ! type -p lsof >/dev/null; then
24
dnf -y install lsof
25
fi
26
- lsof /dev/md* || :
27
- ls -alrtFR /dev/md* || :
+ ls -alrtFR /dev/md*
28
mdadm -v --misc --examine --scan | while read -r array dev other; do
29
if [[ "$dev" =~ ^/dev ]]; then
30
mdadm --detail "$dev"
0 commit comments