NetworkBlockDevice / nbd

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

can't connect server to client #133

Closed NoamRabi closed 2 years ago

NoamRabi commented 2 years ago

Hello, I'm Working with ubuntu 18.04, kernel 4.15.0-29, and nbd version 3.16.2 installed nbd-client and nbd-server on two different hosts. from the client I keep getting errors of "Negotiation: ..Error: Unknown error in reply to NBD_OPT_GO; cannot continue" I tried several solutions from google without any success I have to say that when I'm trying to share simple file, it work immediately, so it some how related to what I'm sharing.

server command line - sudo nbd-server 9999 /dev/md126

client commnad line - nbd-client -N nbd lab1029 9999 /dev/nbd1

How could I debug it ? what can be the issue ?

Thanks