From: Steven Whitehouse <steve@gw.chygwyn.com>
To: robalomarquesl@yahoo.com (Luc Robalo Marques)
Cc: linux-kernel@vger.kernel.org
Subject: Re: nbd request too big
Date: Mon, 7 Jan 2002 15:38:29 +0000 (GMT) [thread overview]
Message-ID: <200201071538.PAA28211@gw.chygwyn.com> (raw)
In-Reply-To: <20020107152423.78321.qmail@web14906.mail.yahoo.com> from "=?iso-8859-1?q?Luc=20Robalo=20Marques?=" at Jan 07, 2002 04:24:23 PM
Hi,
I presume you are using Pavel's server from his web page ? You need to increase
the buffer size that the server uses. This happens as a result of the change
a little while ago of nbd to use the elevator to merge requests at the nbd
client end. If memory serves the maximum size of request is sizeof(header) +
128 * block_size, so you need to alter the server to use that size.
You'll find the buffer size in the main loop of the mainloop() function
char buf[20480]; needs increasing (to (131072 + 28) for 1k blocks for example)
and also you'll need to increase the value here (to 131072 in this example):
if (len > 10240)
err("Request too big!");
Then it should work fine.
Steve.
>
> hi,
>
> i would like to setup a nbd but when I try to mke2fs
> the device on the client side, the connection hangs
> and /log/messages contains a entry for mthe server
> telling that the request was too big.
> Any idea what caused it.
>
> Thanks you
>
> Luc robalo Marques
>
> ___________________________________________________________
> Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français !
> Yahoo! Courrier : http://courrier.yahoo.fr
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
next prev parent reply other threads:[~2002-01-07 15:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-07 15:24 Luc Robalo Marques
2002-01-07 15:38 ` Steven Whitehouse [this message]
2002-01-11 23:36 ` Pavel Machek
2002-01-07 17:53 ` Paul Clements
2002-01-11 21:19 ` Pavel Machek
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200201071538.PAA28211@gw.chygwyn.com \
--to=steve@gw.chygwyn.com \
--cc=Steve@ChyGwyn.com \
--cc=linux-kernel@vger.kernel.org \
--cc=robalomarquesl@yahoo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®