Re: [ceph-users] Some help needed with ceph deployment

2013-08-28 Thread Sage Weil
Yeah, your CRUSH rule says to separate replicas across hosts. You have only one host. You can add another host and the PGs will go clean. Or, you can change your CRUSH rule to separate across osds (not hosts) with ceph osd crush rule create-simple myrule default osd This should get crush ru

Re: [ceph-users] Some help needed with ceph deployment

2013-08-28 Thread Johannes Klarenbeek
Well, no. Thank you! :) Lots of hard work went in this product and we are all just using it for free. Thank you really!... ok here it is: { "devices": [ { "id": 0, "name": "osd.0"}, { "id": 1, "name": "osd.1"}, { "id": 2, "name": "osd.2"},

Re: [ceph-users] Some help needed with ceph deployment

2013-08-27 Thread Sage Weil
Oops, can you attach 'ceph osd crush dump --format=json=pretty' too? Thanks! sage On Tue, 27 Aug 2013, Johannes Klarenbeek wrote: > > That?s an awful lot of pgs. I read somewhere that even in a multi node > cluster you should not need more then a 100. But I have 192? Its just a > default insta

Re: [ceph-users] Some help needed with ceph deployment

2013-08-27 Thread Sage Weil
Can you post 'ceph osd dump --format=json-pretty'? I'm guessing that the replication level or crush rules are such that a single host with 6 osds can't satisfy it. sage On Tue, 27 Aug 2013, Johannes Klarenbeek wrote: > > Hi, > >   > > It seems that all my pgs are stuck somewhat. I?m not su

Re: [ceph-users] Some help needed with ceph deployment

2013-08-27 Thread Johannes Klarenbeek
Hi, It seems that all my pgs are stuck somewhat. I'm not sure what to do from here. I waited a day in the hope that ceph would find a way to deal with this... but nothing happened. I'm testing on a single ubuntu server 13.04 with dumpling 0.67.2. Below is my ceph status. root@cephnode2:/root#

Re: [ceph-users] Some help needed with ceph deployment

2013-08-26 Thread Alfredo Deza
On Mon, Aug 26, 2013 at 10:45 AM, Johannes Klarenbeek < johannes.klarenb...@rigo.nl> wrote: > Hello ceph-users, > > ** ** > > I’m trying to set up a linux cluster but it takes me a little longer then > I hoped for. There are some things that I do not quite understand yet. > Hopefully some of

Re: [ceph-users] Some help needed with ceph deployment

2013-08-26 Thread Johannes Klarenbeek
On Mon, Aug 26, 2013 at 10:45 AM, Johannes Klarenbeek mailto:johannes.klarenb...@rigo.nl>> wrote: Hello ceph-users, I'm trying to set up a linux cluster but it takes me a little longer then I hoped for. There are some things that I do not quite understand yet. Hopefully some of you can help me

[ceph-users] Some help needed with ceph deployment

2013-08-26 Thread Johannes Klarenbeek
Hello ceph-users, I'm trying to set up a linux cluster but it takes me a little longer then I hoped for. There are some things that I do not quite understand yet. Hopefully some of you can help me out. 1) When using ceph-deploy, a ceph.conf file is created in the current directory and in