On 08/02/2016 06:33 PM, Laurence Oberman wrote:
#!/bin/bash
for i in /sys/class/srp_remote_ports/*
do
echo "Deleting host $i, it will re-connect via srp_daemon"
echo 1 > $i/delete
sleep 10
done
Hello Laurence,
Sorry but the above looks wrong to me. There should be a second loop
around this loop and the sleep statement should be moved from the inner
loop to the outer loop. The above code logs out one (initiator, target)
port pair at a time instead of logging out all paths at once.
Bart.
--
dm-devel mailing list
dm-devel@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/dm-devel