]> www.infradead.org Git - users/sagi/blktests.git/commit
nbd/001: use -L for nbd-client
authorOmar Sandoval <osandov@fb.com>
Mon, 11 Jun 2018 20:15:11 +0000 (13:15 -0700)
committerOmar Sandoval <osandov@fb.com>
Mon, 11 Jun 2018 20:18:21 +0000 (13:18 -0700)
commit3c014acd5171689feaafdd01545a4a3f8e6ea303
tree6857020478b80a2fa23bc0b5769b54c3d16dbfcd
parent1317367acb66b2f12fe053639689dfb1812fb66d
nbd/001: use -L for nbd-client

Newer versions of nbd-client always use netlink, which makes the
nbdsetsize test program fail. Use the -L (-nonetlink) option to force
the ioctl interface. This means that this test can't be run with older
versions of nbd-client anymore, but, eh.

Signed-off-by: Omar Sandoval <osandov@fb.com>
common/nbd
tests/nbd/001