From: Kay Sievers <kay.sievers@vrfy.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: Configuring large numbers of disks
Date: Tue, 11 Oct 2005 18:25:31 +0000 [thread overview]
Message-ID: <20051011182531.GB20751@vrfy.org> (raw)
In-Reply-To: <1128975292.21643.30.camel@markh1.pdx.osdl.net>
On Mon, Oct 10, 2005 at 01:14:51PM -0700, Mark Haverkamp wrote:
> I have 4000 fibrechannel LUNs connected to my system. There are two
> paths to the devices and two ports on the host connected via a switch.
> This gives 16000 when probed. All of the devices are being configured
> and appear in /sys/block. I have had problems getting all of the
> entries in /dev created. I have been able to get udev to create all the
> entries in /dev if I recompile udevd to increase the netlink setsockopt
> SO_RCVBUF to 16384 * 1024 from the original 1024 * 1024.
Did you allow such a big socket buffer? What does:
grep . /proc/sys/net/core/*
print on that box?
> I'd like some advice if that is the best way to go. Or is there some
> other way to do this without recompiling?
2.6.13 got new sockopts to set a reasonable limit without making
it global with sysctrl:
http://www.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h°573dea1fb32ebc72ffa05980fd840df1d80860
We will probably use this in the next udev release.
Anyway, we may need to switch to a reliable transport instead of netlink,
if it still causes problems.
Thanks,
Kay
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Linux-hotplug-devel mailing list http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel
next prev parent reply other threads:[~2005-10-11 18:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-10 20:14 Configuring large numbers of disks Mark Haverkamp
2005-10-11 18:25 ` Kay Sievers [this message]
2005-10-11 18:35 ` Mark Haverkamp
2005-10-11 18:43 ` Kay Sievers
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=20051011182531.GB20751@vrfy.org \
--to=kay.sievers@vrfy.org \
--cc=linux-hotplug@vger.kernel.org \
/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;
as well as URLs for NNTP newsgroup(s).