NetworkBlockDevice / nbd

Network Block Device
GNU General Public License v2.0
450 stars 116 forks source link

nbd-client -d does not support nbdtab shortname #88

Open mxork opened 5 years ago

mxork commented 5 years ago

With nbd0 configured in /etc/nbdtab:

$ nbd-client nbd0
Negotiation: ..size = 32768MB
Connected /dev/nbd0

But...

nbd-client -d nbd0
Error: Invalid nbd device target

Exiting.

Version:

$ nbd-client --version
This is nbd-client, from nbd 3.18
yoe commented 5 years ago

It does work with the full device name, but yeah, that seems like an obvious oversight.