missing health status details

2013-11-22 Thread Dietmar Maurer
Just playing around, and detected this: # ceph health -f json-pretty { summary: [], timechecks: { epoch: 34, round: 40, round_status: finished, mons: [ { name: 1, skew: 0.00, latency: 0.00, health: HEALTH_OK},

Re: missing health status details

2013-11-22 Thread Joao Eduardo Luis
Good catch. Opened ticket 6850 on the tracker. http://tracker.ceph.com/issues/6850 -Joao On 11/22/2013 10:21 AM, Dietmar Maurer wrote: Just playing around, and detected this: # ceph health -f json-pretty { summary: [], timechecks: { epoch: 34, round: 40, round_status:

Re: [PATCH 0/4] Add ceph root filesystem functionality and documentation.

2013-11-22 Thread Mark Doffman
On 11/21/2013 02:19 PM, David Dillow wrote: On Wed, 2013-11-20 at 20:13 -0600, mark.doff...@codethink.co.uk wrote: The following patch series adds the ability to use a ceph distributed file system as the root device. The functionality is similar to NFS root but for the ceph filesystem. Why do

Ceph Job!

2013-11-22 Thread Patrick McGarry
If you haven't already heard, Inktank is looking for another community monkey to help sling the Ceph gospel in Europe full time! http://www.inktank.com/career/community-manager/ It would be great if the Ceph community were to nominate a few people they would be comfortable with in order to have

adminsocket

2013-11-22 Thread James Harper
What is an adminsocket used for? Would librbd use one in normal operation? Thanks James -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: adminsocket

2013-11-22 Thread Dan Mick
On 11/22/2013 06:42 PM, James Harper wrote: What is an adminsocket used for? Would librbd use one in normal operation? It's a way to send administrative and informational commands directly to a Ceph entity (usually a daemon, but sometimes a client). Almost all the ceph entities create

RE: adminsocket

2013-11-22 Thread James Harper
On 11/22/2013 06:42 PM, James Harper wrote: What is an adminsocket used for? Would librbd use one in normal operation? It's a way to send administrative and informational commands directly to a Ceph entity (usually a daemon, but sometimes a client). Almost all the ceph entities create