Skip to content

Commit da9bdff

Browse files
committed
more
1 parent 96fca3f commit da9bdff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/tasks/debug.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@
2323
if ! type -p lsof >/dev/null; then
2424
dnf -y install lsof
2525
fi
26-
lsof /dev/md* || :
27-
ls -alrtFR /dev/md* || :
26+
ls -alrtFR /dev/md*
2827
mdadm -v --misc --examine --scan | while read -r array dev other; do
2928
if [[ "$dev" =~ ^/dev ]]; then
3029
mdadm --detail "$dev"

0 commit comments

Comments
 (0)