Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-22 Thread Alfredo Deza
age- > From: Alfredo Deza [mailto:alfredo.d...@inktank.com] > Sent: Wednesday, August 21, 2013 7:16 PM > To: Pavel Timoschenkov > Cc: ceph-us...@ceph.com > Subject: Re: [ceph-users] ceph-deploy and journal on separate disk > > On Wed, Aug 21, 2013 at 9:33 AM, Pavel Timoschenkov &g

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-22 Thread Pavel Timoschenkov
Hi. With this patch - is all ok. Thanks for help! -Original Message- From: Alfredo Deza [mailto:alfredo.d...@inktank.com] Sent: Wednesday, August 21, 2013 7:16 PM To: Pavel Timoschenkov Cc: ceph-us...@ceph.com Subject: Re: [ceph-users] ceph-deploy and journal on separate disk On Wed

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-21 Thread Alfredo Deza
> From: Alfredo Deza [mailto:alfredo.d...@inktank.com] > Sent: Monday, August 19, 2013 3:38 PM > To: Pavel Timoschenkov > Cc: ceph-us...@ceph.com > Subject: Re: [ceph-users] ceph-deploy and journal on separate disk > > On Fri, Aug 16, 2013 at 8:32 AM, Pavel Timoschenkov > wr

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-21 Thread Pavel Timoschenkov
age- From: Alfredo Deza [mailto:alfredo.d...@inktank.com] Sent: Monday, August 19, 2013 3:38 PM To: Pavel Timoschenkov Cc: ceph-us...@ceph.com Subject: Re: [ceph-users] ceph-deploy and journal on separate disk On Fri, Aug 16, 2013 at 8:32 AM, Pavel Timoschenkov wrote: > << causing thi

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-19 Thread Alfredo Deza
To: 'Alfredo Deza' > Cc: Samuel Just; ceph-us...@ceph.com > Subject: RE: [ceph-users] ceph-deploy and journal on separate disk > > > > The separate commands (e.g. `ceph-disk -v prepare /dev/sda1`) works because > then the journal is on the same device as the OSD data, so t

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-16 Thread Pavel Timoschenkov
'noatime', '--', '/dev/sdaa1', '/var/lib/ceph/tmp/mnt.UkJbwx']' returned non-zero exit status 32 From: Alfredo Deza [mailto:alfredo.d...@inktank.com] Sent: Wednesday, August 14, 2013 7:44 PM To: Pavel Timoschenkov Cc: Samuel Just; ceph-us...@ceph.com Sub

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-16 Thread Pavel Timoschenkov
<< to explicitly specify the filesystem type or use wipefs(8) to clean up the device. mount: you must specify the filesystem type ceph-disk: Mounting filesystem failed: Command '['mount', '-o', 'noatime', '--', '/dev/sdaa1', '/var/lib/ceph/tmp/mnt.UkJbwx']' returned non-zero exit status 3

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-15 Thread Pavel Timoschenkov
The separate commands (e.g. `ceph-disk -v prepare /dev/sda1`) works because then the journal is on the same device as the OSD data, so the execution is different to get them to a working state. I suspect that there are left over partitions in /dev/sdaa that are causing this to fail, I *think* th

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-14 Thread Pavel Timoschenkov
t.G30zPD DEBUG:ceph-disk:Calling partprobe on prepared device /dev/sda1 From: Alfredo Deza [mailto:alfredo.d...@inktank.com] Sent: Tuesday, August 13, 2013 11:14 PM To: Pavel Timoschenkov Cc: Samuel Just; ceph-us...@ceph.com Subject: Re: [ceph-users] ceph-deploy and journal on separate disk On

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-14 Thread Alfredo Deza
muel Just; ceph-us...@ceph.com > > *Subject:* Re: [ceph-users] ceph-deploy and journal on separate disk > > ** ** > > ** ** > > ** ** > > On Wed, Aug 14, 2013 at 7:41 AM, Pavel Timoschenkov < > pa...@bayonetteas.onmicrosoft.com> wrote: > >>>

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-14 Thread Pavel Timoschenkov
From: Alfredo Deza [mailto:alfredo.d...@inktank.com] Sent: Wednesday, August 14, 2013 5:41 PM To: Pavel Timoschenkov Cc: Samuel Just; ceph-us...@ceph.com Subject: Re: [ceph-users] ceph-deploy and journal on separate disk On Wed, Aug 14, 2013 at 7:41 AM, Pavel Timoschenkov mailto:pa

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-14 Thread Alfredo Deza
On Wed, Aug 14, 2013 at 7:41 AM, Pavel Timoschenkov < pa...@bayonetteas.onmicrosoft.com> wrote: > >>>It looks like at some point the filesystem is not passed to the > options. Would >>>you mind running the `ceph-disk-prepare` command again > but with > > >>>the --verbose flag? > > >>>I t

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-14 Thread Pavel Timoschenkov
>>>It looks like at some point the filesystem is not passed to the options. >>>Would >>>you mind running the `ceph-disk-prepare` command again but with >>>the --verbose flag? >>>I think that from the output above (correct it if I am mistaken) that would >>>be >>>something like: >>>ceph-disk-prep

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-13 Thread Alfredo Deza
loy: Failed to create 1 OSDs > > It looks like at some point the filesystem is not passed to the options. Would you mind running the `ceph-disk-prepare` command again but with the --verbose flag? I think that from the output above (correct it if I am mistaken) that would be something like: ce

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-13 Thread Pavel Timoschenkov
32 ceph-deploy: Failed to create 1 OSDs -Original Message- From: Samuel Just [mailto:sam.j...@inktank.com] Sent: Monday, August 12, 2013 11:39 PM To: Pavel Timoschenkov Cc: ceph-us...@ceph.com Subject: Re: [ceph-users] ceph-deploy and journal on separate disk Did you try using ceph-deploy

Re: [ceph-users] ceph-deploy and journal on separate disk

2013-08-12 Thread Samuel Just
Did you try using ceph-deploy disk zap ceph001:sdaa first? -Sam On Mon, Aug 12, 2013 at 6:21 AM, Pavel Timoschenkov wrote: > Hi. > > I have some problems with create journal on separate disk, using ceph-deploy > osd prepare command. > > When I try execute next command: > > ceph-deploy osd prepare

[ceph-users] ceph-deploy and journal on separate disk

2013-08-12 Thread Pavel Timoschenkov
Hi. I have some problems with create journal on separate disk, using ceph-deploy osd prepare command. When I try execute next command: ceph-deploy osd prepare ceph001:sdaa:sda1 where: sdaa - disk for ceph data sda1 - partition on ssd drive for journal I get next errors: ===