All of lore.kernel.org
 help / color / mirror / Atom feed
From: Roman Alekseev <rs.alekseev@gmail.com>
To: "Maciej Gałkiewicz" <maciejgalkiewicz@ragnarson.com>
Cc: Gregory Farnum <greg@inktank.com>,
	Sam Lang <sam.lang@inktank.com>,
	ceph-devel@vger.kernel.org
Subject: Re: Ceph performance
Date: Tue, 30 Oct 2012 14:53:47 +0400	[thread overview]
Message-ID: <508FB1BB.405@gmail.com> (raw)
In-Reply-To: <CAGqxmDN10ELB5dh3jyDr7BBZQ=KEsuR3gcg4nvJi3J50Ju56fA@mail.gmail.com>

On 30.10.2012 14:47, Maciej Gałkiewicz wrote:
>> ServerA(mon+osd):
>> Filesystem            Size  Used Avail Use% Mounted on
>> /dev/sda1             9.2G  2.4G  6.4G  27% /
>> tmpfs                 5.9G     0  5.9G   0% /lib/init/rw
>> udev                  5.9G  148K  5.9G   1% /dev
>> tmpfs                 5.9G     0  5.9G   0% /dev/shm
>> /dev/sda7             674G  483M  629G   1% /var/lib/ceph/mon
>> /dev/sda6             917G  2.4G  868G   1% /var/lib/ceph/osd/ceph-4
> I see that you have separate partitions for osd and mon. Some of them
> are on the same disk as OS. I would strongly recommend having separate
> disk (not just partition) for each osd.
>
> There is another problem probably more important. By default journal
> is stored in /var/lib/ceph/osd/$cluster-$id/journal which means you
> have data and journal on the same disk. It is what slows you down the
> most. I was amazed how faster the cluster can be just by putting the
> journal somewhere else (tmpfs - only for tests, another disk). From my
> experiance, there is no need for separate disk for mon. It can go with
> OS.
>
> Run rados bench everytime you make an improvement in your cluster.
>
Oops, it's actually true!!!

Give me a moment to check this out and thank you for opening my eyes.
Let me to notify you about the results of implementing your recommendations.

I'm going to completely rebuild my cluster. Thank so much.

-- 
Kind regards,

R. Alekseev

--
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-10-30 10:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-29 14:01 Ceph performance Roman Alekseev
2012-10-29 18:57 ` Sam Lang
2012-10-30  8:27   ` Roman Alekseev
2012-10-30  9:10     ` Gregory Farnum
2012-10-30  9:54       ` Maciej Gałkiewicz
     [not found]         ` <508FAB9A.20307@gmail.com>
2012-10-30 10:47           ` Maciej Gałkiewicz
2012-10-30 10:53             ` Roman Alekseev [this message]
2012-10-30 10:57               ` Maciej Gałkiewicz
2012-10-30 10:04       ` Roman Alekseev
2012-10-30 10:14         ` Gregory Farnum

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=508FB1BB.405@gmail.com \
    --to=rs.alekseev@gmail.com \
    --cc=ceph-devel@vger.kernel.org \
    --cc=greg@inktank.com \
    --cc=maciejgalkiewicz@ragnarson.com \
    --cc=sam.lang@inktank.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 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.