* "ceph osd map" pointer to the code
@ 2013-09-24 12:36 Sébastien Han
2013-09-24 13:07 ` Joao Eduardo Luis
0 siblings, 1 reply; 3+ messages in thread
From: Sébastien Han @ 2013-09-24 12:36 UTC (permalink / raw)
To: ceph-devel@vger.kernel.org
Hi guys,
Does anyone can point me to the piece of code called during the “ceph osd map ‘pool’ ‘object’” command please?
Thanks!
––––
Sébastien Han
Cloud Engineer
"Always give 100%. Unless you're giving blood.”
Phone: +33 (0)1 49 70 99 72
Mail: sebastien.han@enovance.com
Address : 10, rue de la Victoire - 75009 Paris
Web : www.enovance.com - Twitter : @enovance
--
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] 3+ messages in thread
* Re: "ceph osd map" pointer to the code
2013-09-24 12:36 "ceph osd map" pointer to the code Sébastien Han
@ 2013-09-24 13:07 ` Joao Eduardo Luis
2013-09-24 13:50 ` Sébastien Han
0 siblings, 1 reply; 3+ messages in thread
From: Joao Eduardo Luis @ 2013-09-24 13:07 UTC (permalink / raw)
To: Sébastien Han; +Cc: ceph-devel@vger.kernel.org
On 09/24/2013 01:36 PM, Sébastien Han wrote:
> Hi guys,
>
> Does anyone can point me to the piece of code called during the “ceph osd map ‘pool’ ‘object’” command please?
> Thanks!
$ git grep -n 'osd map' src/mon
src/mon/MonCommands.h:338:COMMAND("osd map " \
src/mon/OSDMonitor.cc:2093: } else if (prefix == "osd map") {
You'll want the second hit, on src/mon/OSDMonitor.cc
-Joao
--
Joao Eduardo Luis
Software Engineer | http://inktank.com | http://ceph.com
--
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] 3+ messages in thread* Re: "ceph osd map" pointer to the code
2013-09-24 13:07 ` Joao Eduardo Luis
@ 2013-09-24 13:50 ` Sébastien Han
0 siblings, 0 replies; 3+ messages in thread
From: Sébastien Han @ 2013-09-24 13:50 UTC (permalink / raw)
To: Joao Eduardo Luis; +Cc: ceph-devel@vger.kernel.org
Thanks Joao.
––––
Sébastien Han
Cloud Engineer
"Always give 100%. Unless you're giving blood.”
Phone: +33 (0)1 49 70 99 72
Mail: sebastien.han@enovance.com
Address : 10, rue de la Victoire - 75009 Paris
Web : www.enovance.com - Twitter : @enovance
On September 24, 2013 at 3:07:52 PM, Joao Eduardo Luis (joao.luis@inktank.com) wrote:
On 09/24/2013 01:36 PM, Sébastien Han wrote:
> Hi guys,
>
> Does anyone can point me to the piece of code called during the “ceph osd map ‘pool’ ‘object’” command please?
> Thanks!
$ git grep -n 'osd map' src/mon
src/mon/MonCommands.h:338:COMMAND("osd map " \
src/mon/OSDMonitor.cc:2093: } else if (prefix == "osd map") {
You'll want the second hit, on src/mon/OSDMonitor.cc
-Joao
--
Joao Eduardo Luis
Software Engineer | http://inktank.com | http://ceph.com
--
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] 3+ messages in thread
end of thread, other threads:[~2013-09-24 13:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-24 12:36 "ceph osd map" pointer to the code Sébastien Han
2013-09-24 13:07 ` Joao Eduardo Luis
2013-09-24 13:50 ` Sébastien Han
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.