[PATCH -nvmeof] selftest: Add test for keep-alive expired with live io

Sagi Grimberg sagi at grimberg.me
Wed Jul 13 03:14:33 PDT 2016


> +echo "Running ifconfig $HOST_NIC up/down for $NUM_TEST times"
> +for i in `seq $NUM_TEST` ; do
> +	ifconfig $HOST_NIC down
> +	sleep $(( 10 + ($RANDOM & 0x7) ))
> +	ifconfig $HOST_NIC up
> +	sleep $(( 10 + ($RANDOM & 0x7) ))
> +done
> +
> +sleep 5
> +killall -9 fio

Why SIGKILL? why so harsh?



More information about the Linux-nvme mailing list