All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wido den Hollander <wido@widodh.nl>
To: Guido Winkelmann <guido-ceph@thisisnotatest.de>
Cc: ceph-devel@vger.kernel.org
Subject: Re: Performance test on Ceph cluster
Date: Wed, 07 Mar 2012 12:31:09 +0100	[thread overview]
Message-ID: <4F5746FD.6090508@widodh.nl> (raw)
In-Reply-To: <4352803.opIYE8Xzll@pc10>

Hi,

On 03/07/2012 12:23 PM, Guido Winkelmann wrote:
> Am Freitag, 24. Februar 2012, 10:51:10 schrieb Tommi Virtanen:
>> On Fri, Feb 24, 2012 at 00:58, madhusudhana
>> <madhusudhana.u.acharya@gmail.com>  wrote:
>>> 4. If you don't mind, can you please give me a bit of insight on cluster
>>> network, what it is and how i can configure one for my ceph cluster ?
>>> Will there be a significant performance improvement with this ?
>>
>> When a client submits a write to Ceph, it needs to be replicated
>> (usually to two replicas). If all the ceph servers have two network
>> interfaces, and you have two separate networks you connect the servers
>> to, you can make the replication traffic go over the second interface,
>> and thus you'll have more available bandwidth between the cluster and
>> the clients in the first one.
>
> That sounds really interesting, any pointers on how that can be configured?

You should take a look at:

* public_addr
* cluster_addr
* public_network
* cluster_network

(From: src/common/config_opts.h)

[osd]
   cluster network = 192.168.0.0/16
   public network = 172.16.0.0/16

[osd.1]
   cluster addr = 192.168.0.1
   public addr = 172.16.0.1

I haven't played with those options, but that should do it (I think)

Wido

>
> As far as I can see, this is going to me I will have to assign to IP addresses
> to each node, one for internal traffic, one for external...
>
> Regards,
> 	Guido
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html


  reply	other threads:[~2012-03-07 11:31 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-22  9:39 Performance test on Ceph cluster madhusudhana
2012-02-22 17:55 ` Gregory Farnum
2012-02-22 18:42 ` Tommi Virtanen
2012-02-23  7:12   ` madhusudhana
2012-02-23 18:05     ` Tommi Virtanen
2012-02-24  8:58       ` madhusudhana
2012-02-24 18:51         ` Tommi Virtanen
2012-03-07 11:23           ` Guido Winkelmann
2012-03-07 11:31             ` Wido den Hollander [this message]
2012-03-07 18:09               ` Tommi Virtanen

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=4F5746FD.6090508@widodh.nl \
    --to=wido@widodh.nl \
    --cc=ceph-devel@vger.kernel.org \
    --cc=guido-ceph@thisisnotatest.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.