Skip to content

Commit 03921ec

Browse files
mwilckjohannbg
authored andcommitted
fix(nvmf): don't create did-setup file
did-setup files are meant to indicate that an interface setup was successful. Don't do it here.
1 parent a3cf4ec commit 03921ec

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

modules.d/95nvmf/parse-nvmf-boot-connections.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ done
102102

103103
if [ -f "/etc/nvme/discovery.conf" ]; then
104104
/sbin/initqueue --settled --onetime --unique --name nvme-discover /usr/sbin/nvme connect-all
105-
if [ "$trtype" = "tcp" ]; then
106-
: > /tmp/net."$ifname".did-setup
107-
fi
108105
else
109106
# No nvme command line arguments present, try autodiscovery
110107
if [ "$trtype" = "fc" ]; then

0 commit comments

Comments
 (0)