Re: [ceph-users] trouble with ceph-deploy

2013-09-10 Thread Pavel Timoschenkov
[mailto:s...@inktank.com] Sent: Monday, September 09, 2013 7:09 PM To: Pavel Timoschenkov Cc: Alfredo Deza; ceph-users@lists.ceph.com Subject: RE: [ceph-users] trouble with ceph-deploy If you manually use wipefs to clear out the fs signatures after you zap, does it work then? I've opened http://t

Re: [ceph-users] trouble with ceph-deploy

2013-09-09 Thread Pavel Timoschenkov
g osd to ceph001 [ceph_deploy.osd][DEBUG ] Host ceph001 is now ready for osd use. [ceph_deploy.osd][DEBUG ] Preparing host ceph001 disk /dev/sdaf journal None activate True OSD created! -Original Message- From: Sage Weil [mailto:s...@inktank.com] Sent: Friday, September 06, 2013 6:41 PM To: P

Re: [ceph-users] trouble with ceph-deploy

2013-09-06 Thread Pavel Timoschenkov
, in __init__ errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child raise child_exception TypeError: execv() arg 2 must contain only strings == -Original Message- From: Sage Weil

Re: [ceph-users] trouble with ceph-deploy

2013-09-05 Thread Pavel Timoschenkov
}, election epoch 2, quorum 0 ceph001 osdmap e1: 0 osds: 0 up, 0 in pgmap v2: 192 pgs: 192 creating; 0 bytes data, 0 KB used, 0 KB / 0 KB avail mdsmap e1: 0/0/1 up -Original Message- From: Sage Weil [mailto:s...@inktank.com] Sent: Friday, August 30, 2013 6:14 PM To: Pavel Ti

Re: [ceph-users] trouble with ceph-deploy

2013-08-30 Thread Pavel Timoschenkov
lto:s...@inktank.com] Sent: Friday, August 30, 2013 6:14 PM To: Pavel Timoschenkov Cc: Alfredo Deza; ceph-users@lists.ceph.com Subject: Re: [ceph-users] trouble with ceph-deploy On Fri, 30 Aug 2013, Pavel Timoschenkov wrote: > > <<< How <<< >   > > In logs everyth

Re: [ceph-users] trouble with ceph-deploy

2013-08-30 Thread Pavel Timoschenkov
<<<mailto:alfredo.d...@inktank.com] Sent: Thursday, August 29, 2013 5:41 PM To: Pavel Timoschenkov Cc: ceph-users@lists.ceph.com Subject: Re: [ceph-users] trouble with ceph-deploy On Thu, Aug 29, 2013 at 10:23 AM, Pavel Timoschenkov mailto:pa...@bayonetteas.onmicrosoft.com>>

Re: [ceph-users] trouble with ceph-deploy

2013-08-29 Thread Pavel Timoschenkov
o Deza [mailto:alfredo.d...@inktank.com] Sent: Thursday, August 29, 2013 4:36 PM To: Pavel Timoschenkov Cc: ceph-users@lists.ceph.com Subject: Re: [ceph-users] trouble with ceph-deploy On Thu, Aug 29, 2013 at 8:00 AM, Pavel Timoschenkov mailto:pa...@bayonetteas.onmicrosoft.com>> wrote: Hi.

[ceph-users] trouble with ceph-deploy

2013-08-29 Thread Pavel Timoschenkov
Hi. New trouble with ceph-deploy. When i'm executing: ceph-deploy osd prepare ceph001:sdaa:/dev/sda1 ceph-deploy osd activate ceph001:sdaa:/dev/sda1 or ceph-deploy osd prepare ceph001:/dev/sdaa1:/dev/sda1 ceph-deploy osd activate ceph001:/dev/sdaa:/dev/sda1 OSD not created: ceph -k ceph.client.a

[ceph-users] trouble with ceph-deploy

2013-08-29 Thread Pavel Timoschenkov
Hi. New trouble with ceph-deploy. When i'm executing: ceph-deploy osd prepare ceph001:sdaa:/dev/sda1 ceph-deploy osd activate ceph001:sdaa:/dev/sda1 or ceph-deploy osd prepare ceph001:/dev/sdaa1:/dev/sda1 ceph-deploy osd activate ceph001:/dev/sdaa:/dev/sda1 OSD not created: ceph -k ceph.client.a

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 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-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 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 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 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

[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: ===