From: sagi@grimberg.me (Sagi Grimberg)
Subject: [PATCH -nvmeof] selftest: Add test for keep-alive expired with live io
Date: Wed, 13 Jul 2016 13:14:33 +0300 [thread overview]
Message-ID: <57861489.7030904@grimberg.me> (raw)
In-Reply-To: <1467137877-20899-1-git-send-email-mlin@kernel.org>
> +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?
prev parent reply other threads:[~2016-07-13 10:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-28 18:17 [PATCH -nvmeof] selftest: Add test for keep-alive expired with live io Ming Lin
2016-06-30 6:44 ` Christoph Hellwig
2016-07-13 10:14 ` Sagi Grimberg [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57861489.7030904@grimberg.me \
--to=sagi@grimberg.me \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.