ceph next branch: error creating empty object store in /srv/osd.10: (22) Invalid argument

2012-06-14 Thread Stefan Priebe - Profihost AG
Hi, as i had some problems with the stable branch. Then i wanted to try the next branch to look if my problems are solved. When i wanted to create the ceph FS with the next branch i get this error: === osd.10 === pushing conf and monmap to ssdstor000:/tmp/mkfs.ceph.3279 2012-06-14 13:54:21.00

Re: ceph next branch: error creating empty object store in /srv/osd.10: (22) Invalid argument

2012-06-14 Thread Stefan Priebe - Profihost AG
I got this fixed by deleting all content in /srv/osd.X. But now i get with the next branch this one: === osd.32 === pushing conf and monmap to ssdstor002:/tmp/mkfs.ceph.4885 2012-06-14 14:02:09.09 7f815cd26780 -1 journal FileJournal::_open: unable to open journal: open() failed: (2) No such

Re: ceph next branch: error creating empty object store in /srv/osd.10: (22) Invalid argument

2012-06-14 Thread Sage Weil
On Thu, 14 Jun 2012, Stefan Priebe - Profihost AG wrote: > I got this fixed by deleting all content in /srv/osd.X. But now i get with the > next branch this one: > > === osd.32 === > pushing conf and monmap to ssdstor002:/tmp/mkfs.ceph.4885 > 2012-06-14 14:02:09.09 7f815cd26780 -1 journal File

Re: ceph next branch: error creating empty object store in /srv/osd.10: (22) Invalid argument

2012-06-14 Thread Stefan Priebe - Profihost AG
Am 14.06.2012 22:17, schrieb Sage Weil: On Thu, 14 Jun 2012, Stefan Priebe - Profihost AG wrote: Is it possible that the osd journal you configured is a file in the osd data directory that doesn't already exist Sure is this wrong? [osd] osd journal = /journal/osd.$id.journal osd

Re: ceph next branch: error creating empty object store in /srv/osd.10: (22) Invalid argument

2012-06-15 Thread Sage Weil
On Fri, 15 Jun 2012, Stefan Priebe - Profihost AG wrote: > Am 14.06.2012 22:17, schrieb Sage Weil: > > On Thu, 14 Jun 2012, Stefan Priebe - Profihost AG wrote: > > Is it possible that the osd journal you configured is a file in the osd > > data directory that doesn't already exist > Sure is this wr

Re: ceph next branch: error creating empty object store in /srv/osd.10: (22) Invalid argument

2012-06-15 Thread Stefan Priebe
Am 15.06.2012 18:29, schrieb Sage Weil: But it only creates the journal file when the size is specified, otherwise it needs to already be present... It wasn't present but the size was set. Strangely the error occours but it still creates the file... ?! It sure is. Can you reproduce with 'debu