Skip to content

Commit

Permalink
Remove the logger calls from aoe-discover.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Aug 29, 2023
1 parent 0a7e828 commit b552f46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions root/lib/dracut/hooks/initqueue/online/aoe-discover.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#! /usr/bin/bash

logger -t "aoe-discover" "Link up"
if [[ -e /dev/etherd/discover ]]; then
echo > /dev/etherd/discover
logger -t "aoe-discover" "Discover triggered"
fi

0 comments on commit b552f46

Please sign in to comment.