Re: [ceph-users] Getting a list of all defined monitors from a client

2013-07-24 Thread Guido Winkelmann
Am Dienstag, 23. Juli 2013, 09:01:39 schrieb Sage Weil: > On Tue, 23 Jul 2013, Gregory Farnum wrote: > > On Tue, Jul 23, 2013 at 8:50 AM, Guido Winkelmann > > > > wrote: > > > Hi, > > > > > > How can I get a list of all defined monitors in a ceph cluster from a > > > client when using the C API?

Re: [ceph-users] Getting a list of all defined monitors from a client

2013-07-23 Thread Sage Weil
On Tue, 23 Jul 2013, Gregory Farnum wrote: > On Tue, Jul 23, 2013 at 8:50 AM, Guido Winkelmann > wrote: > > Hi, > > > > How can I get a list of all defined monitors in a ceph cluster from a client > > when using the C API? > > > > I need to store the monitors for available ceph clusters in a datab

Re: [ceph-users] Getting a list of all defined monitors from a client

2013-07-23 Thread Gregory Farnum
On Tue, Jul 23, 2013 at 8:50 AM, Guido Winkelmann wrote: > Hi, > > How can I get a list of all defined monitors in a ceph cluster from a client > when using the C API? > > I need to store the monitors for available ceph clusters in a database, and I > would like to build this software so that a) t