I'm experiencing an odd nbd-client problem, I can't connect to a named
export from inside an initramfs.

On the server runs nbd-server (3.0) as a service, the
/etc/nbd-server/config is as follows:
[generic]
[ltsp]
exportname = /opt/ltsp-images/ltsp-dev-i686.img
virtstyle = none

The client initramfs contains an nbd-client from a nbd-3.0 install. It
uses the 3.0.6 kernel (x86). The command it uses is:
nbd-client 192.168.0.1 -N ltsp /dev/nbd0

When it tries to connect, something fails in the negotiation:
nbd: registrered device at major 43
Negotiation: ..size= 4229768MBError: Exported device is too big for
me. Get 64-bit machine :-(

When I boot the client normally, I can do the same command, and
connect to the image without problems.

Also, when I run an export from the commandline like:
nbd-server 2000 /opt/ltsp-images/ltsp-dev-i686.img

The connection works, the following command was used:
nbd-client 192.168.0.1 2000 /dev/nbd0

Is this an NBD problem, or an initramfs problem?

regards, Wim

------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Nbd-general mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nbd-general

Reply via email to