All of lore.kernel.org
 help / color / mirror / Atom feed
* improve speed with auth supported=none
@ 2012-11-12 15:37 Stefan Priebe - Profihost AG
  2012-11-12 18:26 ` Sébastien Han
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Priebe - Profihost AG @ 2012-11-12 15:37 UTC (permalink / raw)
  To: ceph-devel@vger.kernel.org

Hello list,

i'm still trying to improve ceph speed. Disable logging on host and rbd 
client gives me additional 5000 iop/s which is great.

But i also wanted to try disabling authentication using:
auth supported=none

How does this work? Do i just have to place this line under global 
section in ceph.conf?

Greets,
Stefan

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: improve speed with auth supported=none
  2012-11-12 15:37 improve speed with auth supported=none Stefan Priebe - Profihost AG
@ 2012-11-12 18:26 ` Sébastien Han
  2012-11-12 21:57   ` Stefan Priebe
  0 siblings, 1 reply; 8+ messages in thread
From: Sébastien Han @ 2012-11-12 18:26 UTC (permalink / raw)
  To: Stefan Priebe - Profihost AG; +Cc: ceph-devel@vger.kernel.org

I guess you can refer to that link on the list:
http://comments.gmane.org/gmane.comp.file-systems.ceph.devel/9776

btw do you get 5000 iop/s on the rbd kernel or on a vm disk?

cheers.


On Mon, Nov 12, 2012 at 4:37 PM, Stefan Priebe - Profihost AG
<s.priebe@profihost.ag> wrote:
> Hello list,
>
> i'm still trying to improve ceph speed. Disable logging on host and rbd
> client gives me additional 5000 iop/s which is great.
>
> But i also wanted to try disabling authentication using:
> auth supported=none
>
> How does this work? Do i just have to place this line under global section
> in ceph.conf?
>
> Greets,
> Stefan
> --
> 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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: improve speed with auth supported=none
  2012-11-12 18:26 ` Sébastien Han
@ 2012-11-12 21:57   ` Stefan Priebe
  2012-11-13  7:42     ` Josh Durgin
  0 siblings, 1 reply; 8+ messages in thread
From: Stefan Priebe @ 2012-11-12 21:57 UTC (permalink / raw)
  To: Sébastien Han; +Cc: ceph-devel@vger.kernel.org, Alexandre DERUMIER

Thanks,

this gives another burst for iops. I'm now at 23.000 iops ;-) So for 
random 4k iops ceph auth and especially the logging is a lot of overhead.

Greets,
Stefan
Am 12.11.2012 19:26, schrieb Sébastien Han:
> I guess you can refer to that link on the list:
> http://comments.gmane.org/gmane.comp.file-systems.ceph.devel/9776
>
> btw do you get 5000 iop/s on the rbd kernel or on a vm disk?
>
> cheers.
>
>
> On Mon, Nov 12, 2012 at 4:37 PM, Stefan Priebe - Profihost AG
> <s.priebe@profihost.ag> wrote:
>> Hello list,
>>
>> i'm still trying to improve ceph speed. Disable logging on host and rbd
>> client gives me additional 5000 iop/s which is great.
>>
>> But i also wanted to try disabling authentication using:
>> auth supported=none
>>
>> How does this work? Do i just have to place this line under global section
>> in ceph.conf?
>>
>> Greets,
>> Stefan
>> --
>> 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
> --
> 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
>
--
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: improve speed with auth supported=none
  2012-11-12 21:57   ` Stefan Priebe
@ 2012-11-13  7:42     ` Josh Durgin
  2012-11-13  7:52       ` Stefan Priebe
  0 siblings, 1 reply; 8+ messages in thread
From: Josh Durgin @ 2012-11-13  7:42 UTC (permalink / raw)
  To: Stefan Priebe
  Cc: Sébastien Han, ceph-devel@vger.kernel.org,
	Alexandre DERUMIER

On 11/12/2012 01:57 PM, Stefan Priebe wrote:
> Thanks,
>
> this gives another burst for iops. I'm now at 23.000 iops ;-) So for
> random 4k iops ceph auth and especially the logging is a lot of overhead.

How much difference did disabling auth make vs only disabling logging?

Josh

> Greets,
> Stefan
> Am 12.11.2012 19:26, schrieb Sébastien Han:
>> I guess you can refer to that link on the list:
>> http://comments.gmane.org/gmane.comp.file-systems.ceph.devel/9776
>>
>> btw do you get 5000 iop/s on the rbd kernel or on a vm disk?
>>
>> cheers.
>>
>>
>> On Mon, Nov 12, 2012 at 4:37 PM, Stefan Priebe - Profihost AG
>> <s.priebe@profihost.ag> wrote:
>>> Hello list,
>>>
>>> i'm still trying to improve ceph speed. Disable logging on host and rbd
>>> client gives me additional 5000 iop/s which is great.
>>>
>>> But i also wanted to try disabling authentication using:
>>> auth supported=none
>>>
>>> How does this work? Do i just have to place this line under global
>>> section
>>> in ceph.conf?
>>>
>>> Greets,
>>> Stefan

--
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: improve speed with auth supported=none
  2012-11-13  7:42     ` Josh Durgin
@ 2012-11-13  7:52       ` Stefan Priebe
  2012-11-13  8:04         ` Josh Durgin
       [not found]         ` <50A39B9D.4080304@astranetwork.net>
  0 siblings, 2 replies; 8+ messages in thread
From: Stefan Priebe @ 2012-11-13  7:52 UTC (permalink / raw)
  To: Josh Durgin
  Cc: Sébastien Han, ceph-devel@vger.kernel.org,
	Alexandre DERUMIER

Am 13.11.2012 08:42, schrieb Josh Durgin:
> On 11/12/2012 01:57 PM, Stefan Priebe wrote:
>> Thanks,
>>
>> this gives another burst for iops. I'm now at 23.000 iops ;-) So for
>> random 4k iops ceph auth and especially the logging is a lot of overhead.
>
> How much difference did disabling auth make vs only disabling logging?

disable debug logging: 3000 iops
disable auth logging: 2000 iops

Is anybody in the ceph team also interested in a call graph of kvm when 
VM is doing random 4k write io?

Greets
Stefan

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: improve speed with auth supported=none
  2012-11-13  7:52       ` Stefan Priebe
@ 2012-11-13  8:04         ` Josh Durgin
  2012-11-13  8:06           ` Stefan Priebe
       [not found]         ` <50A39B9D.4080304@astranetwork.net>
  1 sibling, 1 reply; 8+ messages in thread
From: Josh Durgin @ 2012-11-13  8:04 UTC (permalink / raw)
  To: Stefan Priebe
  Cc: Sébastien Han, ceph-devel@vger.kernel.org,
	Alexandre DERUMIER

On 11/12/2012 11:52 PM, Stefan Priebe wrote:
> Am 13.11.2012 08:42, schrieb Josh Durgin:
>> On 11/12/2012 01:57 PM, Stefan Priebe wrote:
>>> Thanks,
>>>
>>> this gives another burst for iops. I'm now at 23.000 iops ;-) So for
>>> random 4k iops ceph auth and especially the logging is a lot of
>>> overhead.
>>
>> How much difference did disabling auth make vs only disabling logging?
>
> disable debug logging: 3000 iops
> disable auth logging: 2000 iops
>
> Is anybody in the ceph team also interested in a call graph of kvm when
> VM is doing random 4k write io?

I'm interested, although I'm not sure how easy it'll be to find
bottlenecks from it. It's worth a shot.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: improve speed with auth supported=none
  2012-11-13  8:04         ` Josh Durgin
@ 2012-11-13  8:06           ` Stefan Priebe
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Priebe @ 2012-11-13  8:06 UTC (permalink / raw)
  To: Josh Durgin
  Cc: Sébastien Han, ceph-devel@vger.kernel.org,
	Alexandre DERUMIER

Am 13.11.2012 09:04, schrieb Josh Durgin:
> On 11/12/2012 11:52 PM, Stefan Priebe wrote:
>> Am 13.11.2012 08:42, schrieb Josh Durgin:
>>> On 11/12/2012 01:57 PM, Stefan Priebe wrote:
>>>> Thanks,
>>>>
>>>> this gives another burst for iops. I'm now at 23.000 iops ;-) So for
>>>> random 4k iops ceph auth and especially the logging is a lot of
>>>> overhead.
>>>
>>> How much difference did disabling auth make vs only disabling logging?
>>
>> disable debug logging: 3000 iops
>> disable auth logging: 2000 iops
>>
>> Is anybody in the ceph team also interested in a call graph of kvm when
>> VM is doing random 4k write io?
>
> I'm interested, although I'm not sure how easy it'll be to find
> bottlenecks from it. It's worth a shot.

*arg* kvm process segfaults when i use google perf tools to create / 
record one.

Any software suggestion?

Stefan

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: improve speed with auth supported=none
       [not found]         ` <50A39B9D.4080304@astranetwork.net>
@ 2012-11-15  8:07           ` Stefan Priebe - Profihost AG
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Priebe - Profihost AG @ 2012-11-15  8:07 UTC (permalink / raw)
  To: Soporte; +Cc: ce >> "ceph-devel@vger.kernel.org"

Am 14.11.2012 14:24, schrieb Soporte:
> El 13/11/2012 04:52 a.m., Stefan Priebe escribió:
>> Am 13.11.2012 08:42, schrieb Josh Durgin:
>>> On 11/12/2012 01:57 PM, Stefan Priebe wrote:
>>>> Thanks,
>>>>
>>>> this gives another burst for iops. I'm now at 23.000 iops ;-) So for
>>>> random 4k iops ceph auth and especially the logging is a lot of
>>>> overhead.
>>>
>>> How much difference did disabling auth make vs only disabling logging?
>>
>> disable debug logging: 3000 iops
>> disable auth logging: 2000 iops
>>
>> Is anybody in the ceph team also interested in a call graph of kvm
>> when VM is doing random 4k write io?

> Hi.
>
> How disable debug and auth loggin in ceph.conf?

I have right now putted this stuff in all section - this is def. 
overkill but i didn't know where to put which of them:
[global]
         auth cluster required = none
         auth service required = none
         auth supported = none
         auth client required = none

         debug lockdep = 0/0
         debug context = 0/0
         debug crush = 0/0
         debug buffer = 0/0
         debug timer = 0/0
         debug journaler = 0/0
         debug osd = 0/0
         debug optracker = 0/0
         debug objclass = 0/0
         debug filestore = 0/0
         debug journal = 0/0
         debug ms = 0/0
         debug monc = 0/0
         debug tp = 0/0
         debug auth = 0/0
         debug finisher = 0/0
         debug heartbeatmap = 0/0
         debug perfcounter = 0/0
         debug asok = 0/0
         debug throttle = 0/0

[mon]
         debug lockdep = 0/0
         debug context = 0/0
         debug crush = 0/0
         debug buffer = 0/0
         debug timer = 0/0
         debug journaler = 0/0
         debug osd = 0/0
         debug optracker = 0/0
         debug objclass = 0/0
         debug filestore = 0/0
         debug journal = 0/0
         debug ms = 0/0
         debug monc = 0/0
         debug tp = 0/0
         debug auth = 0/0
         debug finisher = 0/0
         debug heartbeatmap = 0/0
         debug perfcounter = 0/0
         debug asok = 0/0
         debug throttle = 0/0

[osd]
         debug lockdep = 0/0
         debug context = 0/0
         debug crush = 0/0
         debug buffer = 0/0
         debug timer = 0/0
         debug journaler = 0/0
         debug osd = 0/0
         debug optracker = 0/0
         debug objclass = 0/0
         debug filestore = 0/0
         debug journal = 0/0
         debug ms = 0/0
         debug monc = 0/0
         debug tp = 0/0
         debug auth = 0/0
         debug finisher = 0/0
         debug heartbeatmap = 0/0
         debug perfcounter = 0/0
         debug asok = 0/0
         debug throttle = 0/0


Stefan
--
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

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-11-15  8:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 15:37 improve speed with auth supported=none Stefan Priebe - Profihost AG
2012-11-12 18:26 ` Sébastien Han
2012-11-12 21:57   ` Stefan Priebe
2012-11-13  7:42     ` Josh Durgin
2012-11-13  7:52       ` Stefan Priebe
2012-11-13  8:04         ` Josh Durgin
2012-11-13  8:06           ` Stefan Priebe
     [not found]         ` <50A39B9D.4080304@astranetwork.net>
2012-11-15  8:07           ` Stefan Priebe - Profihost AG

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.