ceph osd create XX

2012-12-12 Thread Stefan Priebe
Hello List, ceph osd create $NUM does not seem to work anymore ;-( # ceph osd createosd. 62 unknown command createosd Crushmap is already changed and imported ceph.conf is altered and reloaded. Greets Stefan -- To unsubscribe from this list: send the line unsubscribe ceph-devel in the body

Re: ceph osd create XX

2012-12-12 Thread Gregory Farnum
On Wed, Dec 12, 2012 at 1:31 PM, Stefan Priebe s.pri...@profihost.ag wrote: Hello List, ceph osd create $NUM does not seem to work anymore ;-( # ceph osd createosd. 62 unknown command createosd Read those two lines again. Very slowly. :) The correct syntax is ceph osd create uuid The

Re: ceph osd create XX

2012-12-12 Thread Stefan Priebe
HI Greg, sorry just a copy paste error. [cloud1-ceph1: ~]# ceph osd create 61 (22) Invalid argument Read those two lines again. Very slowly. :) The correct syntax is ceph osd create uuid The uuid is optional, but you don't specify IDs; it gives you an ID back. Stefan -- To unsubscribe

Re: ceph osd create XX

2012-12-12 Thread Gregory Farnum
Yeah; 61 is not a valid UUID and you can't specify anything else on that line. On Wed, Dec 12, 2012 at 1:38 PM, Stefan Priebe s.pri...@profihost.ag wrote: HI Greg, sorry just a copy paste error. [cloud1-ceph1: ~]# ceph osd create 61 (22) Invalid argument Read those two lines again. Very

Re: ceph osd create XX

2012-12-12 Thread Stefan Priebe
Hi Greg, thanks for explanation. I'm using current next branch. I'm using: host1: osd 11 .. 14 host2: osd 21 .. 24 host3: osd 31 .. 34 host4: osd 41 .. 44 host5: osd 51 .. 54 Right now i want to add host6. But i still don't know even with your explanation how to add osd 61-64 to osdmap.

Re: ceph osd create XX

2012-12-12 Thread Gregory Farnum
On Wed, Dec 12, 2012 at 2:00 PM, Stefan Priebe s.pri...@profihost.ag wrote: Hi Greg, thanks for explanation. I'm using current next branch. I'm using: host1: osd 11 .. 14 host2: osd 21 .. 24 host3: osd 31 .. 34 host4: osd 41 .. 44 host5: osd 51 .. 54 Right now i want to add host6.

Re: ceph osd create XX

2012-12-12 Thread Stefan Priebe
ah OK good to know. UUIDs are a good decision but right now the journal devices (if you use a block device) are still absolute. [osd.23] host = cloud1-ceph2 public addr = 10.255.0.101 cluster addr = 10.255.0.101 osd journal = /dev/sdd1 Greets, Stefan Am