Man page suggests /dev/nb0 yet module produces /dev/nbd0
Bug #290076 reported by
Bryan McLellan
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu Server papercuts |
Fix Released
|
Undecided
|
Unassigned | ||
nbd (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
The examples in the man page for nbd-client include
nbd-client server.domain.com 2000 /dev/nb0
Yet the nbd module produces /dev/nbd*
The client produces an error message that isn't clear when trying to use /dev/nb0:
# nbd-client localhost 1024 /dev/nb0
Error: Can not open NBD: No such file or directory
Related branches
Changed in nbd (Ubuntu): | |
assignee: | nobody → Artur Rona (ari-tczew) |
Changed in nbd (Ubuntu): | |
status: | New → Confirmed |
Changed in nbd (Ubuntu): | |
assignee: | Artur Rona (ari-tczew) → nobody |
To post a comment you must log in.
Still an issue with Ubuntu 10.04. The error message got even more confusing:
# nbd-client example.org 2000 /dev/ndb0
Error: Cannot open NBD: No such file or directory
Please ensure the 'nbd' module is loaded.
Note that the error in this example is mis-spelling of nbd0 (ndb0 is wrong).