Re: [ceph-users] Issues with fresh 0.93 OSD adding to existing cluster

2015-03-11 Thread Malcolm Haak
Sorry about all the unrelated grep issues.. So I've rebuilt and reinstalled and it's still broken. On the working node, even with the new packages, everything works. On the new broken node, I've added a mon and it works. But I still cannot start an OSD on the new node. What else do you need fr

Re: [ceph-users] Shadow files

2015-03-11 Thread Ben
Anyone got any info on this? Is it safe to delete shadow files? On 2015-03-11 10:03, Ben wrote: We have a large number of shadow files in our cluster that aren't being deleted automatically as data is deleted. Is it safe to delete these files? Is there something we need to be aware of when del

Re: [ceph-users] Add monitor unsuccesful

2015-03-11 Thread Jesus Chavez (jeschave)
Thanks Steffen I have followed everything not sure what is going on, the mon keyring and client admin are individual? Per mon host? Or do I need to copy from the first initial mon node? Thanks again! Jesus Chavez SYSTEMS ENGINEER-C.SALES jesch...@cisco.com Phone: +5

[ceph-users] Can not list objects in large bucket

2015-03-11 Thread Sean Sullivan
I have a single radosgw user with 2 s3 keys and 1 swift key. I have created a few buckets and I can list all of the contents of bucket A and C but not B with either S3 (boto) or python-swiftclient. I am able to list the first 1000 entries using radosgw-admin 'bucket list --bucket=bucketB' withou

Re: [ceph-users] Add monitor unsuccesful

2015-03-11 Thread Steffen W Sørensen
On 12/03/2015, at 00.55, Jesus Chavez (jeschave) wrote: > can anybody tell me a good blog link that explain how to add monitor? I have > tried manually and also with ceph-deploy without success =( Dunno if these might help U: http://ceph.com/docs/master/rados/operations/add-or-rm-mons/#adding-

[ceph-users] Add monitor unsuccesful

2015-03-11 Thread Jesus Chavez (jeschave)
can anybody tell me a good blog link that explain how to add monitor? I have tried manually and also with ceph-deploy without success =( Help [cid:image005.png@01D00809.A6D502D0] Jesus Chavez SYSTEMS ENGINEER-C.SALES jesch...@cisco.com Phone: +52 55 5267 3146 Mobile:

[ceph-users] hang osd --zap-disk

2015-03-11 Thread Jesus Chavez (jeschave)
I don’t know what is going on =( the system hangs with the message below after commaand "ceph-deploy osd --zap-disk create tauro:sdb” [tauro][WARNING] No data was received after 300 seconds, disconnecting... [ceph_deploy.osd][DEBUG ] Host tauro is now ready for osd use. [ceph_deploy.conf][DEBUG

[ceph-users] Add monitor unsuccesful

2015-03-11 Thread Jesus Chavez (jeschave)
can anybody tell me a good blog link that explain how to add monitor? I have tried manually and also with ceph-deploy without success =( Help [cid:image005.png@01D00809.A6D502D0] Jesus Chavez SYSTEMS ENGINEER-C.SALES jesch...@cisco.com Phone: +52 55 5267 3146 Mobile:

Re: [ceph-users] ceph-osd pegging CPU on giant, no snapshots involved this time

2015-03-11 Thread Adolfo R. Brandes
On Wed, Feb 18, 2015 at 9:19 PM, Florian Haas wrote: >> Hey everyone, >> >> I must confess I'm still not fully understanding this problem and >> don't exactly know where to start digging deeper, but perhaps other >> users have seen this and/or it rings a bell. >> >> System info: Ceph giant on CentO

Re: [ceph-users] PGs stuck unclean "active+remapped" after an osd marked out

2015-03-11 Thread Francois Lafont
Hi, I was always in the same situation: I couldn't remove an OSD without have some PGs definitely stuck to the "active+remapped" state. But I remembered I read on IRC that, before to mark out an OSD, it could be sometimes a good idea to reweight it to 0. So, instead of doing [1]: ceph osd ou

[ceph-users] Cache Tier Flush = immediate base tier journal sync?

2015-03-11 Thread Nick Fisk
I'm not sure if it's something I'm doing wrong or just experiencing an oddity, but when my cache tier flushes dirty blocks out to the base tier, the writes seem to hit the OSD's straight away instead of coalescing in the journals, is this correct? For example if I create a RBD on a standard 3 way

Re: [ceph-users] S3 RadosGW - Create bucket OP

2015-03-11 Thread Steffen W Sørensen
On 11/03/2015, at 08.19, Steffen W Sørensen wrote: > On 10/03/2015, at 23.31, Yehuda Sadeh-Weinraub wrote: > What kind of application is that? >>> Commercial Email platform from Openwave.com >> >> Maybe it could be worked around using an apache rewrite rule. In any case, I >> opened issu

Re: [ceph-users] Duplication name Container

2015-03-11 Thread Steffen W Sørensen
On 11/03/2015, at 15.31, Wido den Hollander wrote: > On 03/11/2015 03:23 PM, Jimmy Goffaux wrote: >> Hello All, >> >> I use Ceph in production for several months. but i have an errors with >> Ceph Rados Gateway for multiple users. >> >> I am faced with the following error: >> >> Error trying t

Re: [ceph-users] Stuck PGs blocked_by non-existent OSDs

2015-03-11 Thread Samuel Just
For each of those pgs, you'll need to identify the pg copy you want to be the winner and either 1) Remove all of the other ones using ceph-objectstore-tool and hopefully the winner you left alone will allow the pg to recover and go active. 2) Export the winner using ceph-objectstore-tool, use c

Re: [ceph-users] client crashed when osd gets restarted - hammer 0.93

2015-03-11 Thread kevin parrikar
thanks i will follow this work around. On Thu, Mar 12, 2015 at 12:18 AM, Somnath Roy wrote: > Kevin, > > This is a known issue and should be fixed in the latest krbd. The problem > is, it is not backported to 14.04 krbd yet. You need to build it from > latest krbd source if you want to stick wi

Re: [ceph-users] client crashed when osd gets restarted - hammer 0.93

2015-03-11 Thread Somnath Roy
Kevin, This is a known issue and should be fixed in the latest krbd. The problem is, it is not backported to 14.04 krbd yet. You need to build it from latest krbd source if you want to stick with 14.04. The workaround is, you need to unmap your clients before restarting osds. Thanks & Regards So

[ceph-users] client crashed when osd gets restarted - hammer 0.93

2015-03-11 Thread kevin parrikar
Hi, I am trying hammer 0.93 on Ubuntu 14.04. rbd is mapped in client ,which is also ubuntu 14.04 . When i did a stop ceph-osd-all and then a start,client machine crashed and attached pic was in the console.Not sure if its related to ceph. Thanks ___

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Loic Dachary
On 11/03/2015 16:37, Valery Tschopp wrote: > Hi Loic, > > Nope, only the versions from 0.81-trusty to 0.93-1trusty are available in > http://ceph.com/debian-testing/pool/main/c/ceph/ > > But the firefly deb source packages for 0.80.9-1trusty is not available :( My bad, it's firefly stable poi

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Valery Tschopp
Hi Loic, Nope, only the versions from 0.81-trusty to 0.93-1trusty are available in http://ceph.com/debian-testing/pool/main/c/ceph/ But the firefly deb source packages for 0.80.9-1trusty is not available :( Cheers, Valery On 11/03/15 14:11 , Loic Dachary wrote: Hi Valery, They should be he

[ceph-users] osd laggy algorithm

2015-03-11 Thread Artem Savinov
hello. ceph transfers osd node in the down status by default , after receiving 3 reports about disabled nodes. Reports are sent per "osd heartbeat grace" seconds, but the settings of "mon_osd_adjust_heartbeat_gratse = true, mon_osd_adjust_down_out_interval = true" timeout to transfer nodes in dow

Re: [ceph-users] Duplication name Container

2015-03-11 Thread Wido den Hollander
On 03/11/2015 03:23 PM, Jimmy Goffaux wrote: > Hello All, > > I use Ceph in production for several months. but i have an errors with > Ceph Rados Gateway for multiple users. > > I am faced with the following error: > > Error trying to create container 'xs02': 409 Conflict: BucketAlreadyExists >

Re: [ceph-users] Stuck PGs blocked_by non-existent OSDs

2015-03-11 Thread joel.merr...@gmail.com
I'd like to not have to null them if possible, there's nothing outlandishly valuable, its more the time to reprovision (users have stuff on there, mainly testing but I have a nasty feeling some users won't have backed up their test instances). When you say complicated and fragile, could you expand?

Re: [ceph-users] Issues with fresh 0.93 OSD adding to existing cluster

2015-03-11 Thread Malcolm Haak
So grep 2.31 and above are 'broken' https://bugzilla.novell.com/show_bug.cgi?id=921714 I'm rebuilding with an older grep binary in place. Just a heads up, as this does break the init scripts. -Original Message- From: Malcolm Haak Sent: Wednesday, 11 March 2015 9:07 PM To: Malcolm Ha

[ceph-users] rados utility is hung forever

2015-03-11 Thread shylesh kumar
Hi All, I am trying to create a cluster. Monitor , osds everything is up and running. root@localhost ceph-config]# ceph osd lspools 0 data,1 metadata,2 rbd,3 mypool, I created "mypool" and then trying the command "rados put test-1 testfile.txt --pool=mypool" but this will never returns. How t

Re: [ceph-users] Stuck PGs blocked_by non-existent OSDs

2015-03-11 Thread Samuel Just
Ok, you lost all copies from an interval where the pgs went active. The recovery from this is going to be complicated and fragile. Are the pools valuable? -Sam On 03/11/2015 03:35 AM, joel.merr...@gmail.com wrote: For clarity too, I've tried to drop the min_size before as suggested, doesn't m

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Loic Dachary
Hi Valery, They should be here http://ceph.com/debian-testing/ Cheers On 11/03/2015 10:07, Valery Tschopp wrote: > Where can I find the debian trusty source package for v0.80.9? > > Cheers, > Valery > > On 10/03/15 20:34 , Sage Weil wrote: >> This is a bugfix release for firefly. It fixes a p

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Sage Weil
On Wed, 11 Mar 2015, Gabri Mate wrote: > May I assume this fix will be in Hammer? So can I use this to fix my > cluster after upgrading Giant to Hammer? Yes, the fix is also in Hammer, but the same procedure should be followed to opt-in to the new behavior. sage

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Sage Weil
On Wed, 11 Mar 2015, Dan van der Ster wrote: > Hi Sage, > > On Tue, Mar 10, 2015 at 8:34 PM, Sage Weil wrote: > > Adjusting CRUSH maps > > > > > > * This point release fixes several issues with CRUSH that trigger > > excessive data migration when adjusting OSD weights. The

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Sage Weil
On Wed, 11 Mar 2015, Stefan Priebe - Profihost AG wrote: > Hi Sage, > Am 11.03.2015 um 04:14 schrieb Sage Weil: > > On Wed, 11 Mar 2015, Christian Balzer wrote: > >> On Tue, 10 Mar 2015 12:34:14 -0700 (PDT) Sage Weil wrote: > >> > >> > >>> Adjusting CRUSH maps > >>> > >>> > >>>

Re: [ceph-users] CephFS: stripe_unit=65536 + object_size=1310720 => pipe.fault, server, going to standby

2015-03-11 Thread Ilya Dryomov
On Wed, Mar 11, 2015 at 1:21 PM, LOPEZ Jean-Charles wrote: > Hi Florent > > What are the « rules » for stripe_unit & object_size ? -> stripe_unit * > stripe_count = object_size > > So in your case set stripe_unit = 2 > > JC > > > On 11 Mar 2015, at 19:59, Florent B wrote: > > Hi all, > > I'm test

Re: [ceph-users] Stuck PGs blocked_by non-existent OSDs

2015-03-11 Thread joel.merr...@gmail.com
For clarity too, I've tried to drop the min_size before as suggested, doesn't make a difference unfortunately On Wed, Mar 11, 2015 at 9:50 AM, joel.merr...@gmail.com wrote: > Sure thing, n.b. I increased pg count to see if it would help. Alas not. :) > > Thanks again! > > health_detail > https://

Re: [ceph-users] Firefly Tiering

2015-03-11 Thread Nick Fisk
> Am 11.03.2015 um 11:17 schrieb Nick Fisk: > > > > > >> Hi Nick, > >> > >> Am 11.03.2015 um 10:52 schrieb Nick Fisk: > >>> Hi Stefan, > >>> > >>> If the majority of your hot data fits on the cache tier you will see > >>> quite a marked improvement in read performance > >> I don't have writes ;-)

Re: [ceph-users] Firefly Tiering

2015-03-11 Thread Stefan Priebe - Profihost AG
Am 11.03.2015 um 11:17 schrieb Nick Fisk: > > >> Hi Nick, >> >> Am 11.03.2015 um 10:52 schrieb Nick Fisk: >>> Hi Stefan, >>> >>> If the majority of your hot data fits on the cache tier you will see >>> quite a marked improvement in read performance >> I don't have writes ;-) just around 5%. 95% a

Re: [ceph-users] Ceph BIG outage : 200+ OSD are down , OSD cannot create thread

2015-03-11 Thread Karan Singh
Thanks Sage I will create a “new feature” request on tracker.ceph.com so that this discussion should not get buried under mailing list. Developers can implement this as per their convenience. Karan Si

Re: [ceph-users] CephFS: stripe_unit=65536 + object_size=1310720 => pipe.fault, server, going to standby

2015-03-11 Thread LOPEZ Jean-Charles
Hi Florent What are the « rules » for stripe_unit & object_size ? -> stripe_unit * stripe_count = object_size So in your case set stripe_unit = 2 JC > On 11 Mar 2015, at 19:59, Florent B wrote: > > Hi all, > > I'm testing CephFS with Giant and I have a problem when I set these attrs : > >

Re: [ceph-users] ceph days

2015-03-11 Thread Karan Singh
Check out ceph youtube page. - Karan - > On 11 Mar 2015, at 00:45, Tom Deneau wrote: > > Are the slides or videos from ceph days presentations made available > somewhere? I noticed some links in the Frankfurt Ceph day, but not for the > other Ceph Days. > > -- Tom > > > > _

Re: [ceph-users] Firefly Tiering

2015-03-11 Thread Stefan Priebe - Profihost AG
Hi Nick, Am 11.03.2015 um 10:52 schrieb Nick Fisk: > Hi Stefan, > > If the majority of your hot data fits on the cache tier you will see quite a > marked improvement in read performance I don't have writes ;-) just around 5%. 95% are writes. > and similar write performance > (assuming you would

Re: [ceph-users] Firefly Tiering

2015-03-11 Thread Nick Fisk
Hi Stefan, If the majority of your hot data fits on the cache tier you will see quite a marked improvement in read performance and similar write performance (assuming you would have had your hdds backed by SSD journals). However for data that is not in the cache tier you will get 10-20% less read

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Valery Tschopp
Where can I find the debian trusty source package for v0.80.9? Cheers, Valery On 10/03/15 20:34 , Sage Weil wrote: This is a bugfix release for firefly. It fixes a performance regression in librbd, an important CRUSH misbehavior (see below), and several RGW bugs. We have also backported suppo

Re: [ceph-users] S3 RadosGW - Create bucket OP

2015-03-11 Thread Steffen W Sørensen
On 11/03/2015, at 08.19, Steffen W Sørensen wrote: > On 10/03/2015, at 23.31, Yehuda Sadeh-Weinraub wrote: > What kind of application is that? >>> Commercial Email platform from Openwave.com >> >> Maybe it could be worked around using an apache rewrite rule. In any case, I >> opened iss

[ceph-users] Firefly Tiering

2015-03-11 Thread Stefan Priebe - Profihost AG
Hi, has anybody successfully tested tiering while using firefly? How much does it impact performance vs. a normal pool? I mean is there any difference between a full SSD pool und a tiering SSD pool with SATA Backend? Greets, Stefan ___ ceph-users mailin

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Dan van der Ster
Hi Sage, On Tue, Mar 10, 2015 at 8:34 PM, Sage Weil wrote: > Adjusting CRUSH maps > > > * This point release fixes several issues with CRUSH that trigger > excessive data migration when adjusting OSD weights. These are most > obvious when a very small weight change (e.g.

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Gabri Mate
Hi, May I assume this fix will be in Hammer? So can I use this to fix my cluster after upgrading Giant to Hammer? Best regards, Mate On 12:34 Tue 10 Mar , Sage Weil wrote: > This is a bugfix release for firefly. It fixes a performance regression > in librbd, an important CRUSH misbehavior

Re: [ceph-users] S3 RadosGW - Create bucket OP

2015-03-11 Thread Steffen W Sørensen
On 10/03/2015, at 23.31, Yehuda Sadeh-Weinraub wrote: >>> What kind of application is that? >> Commercial Email platform from Openwave.com > > Maybe it could be worked around using an apache rewrite rule. In any case, I > opened issue #11091. Okay, how, by rewriting the response? Thanks, where

Re: [ceph-users] v0.80.9 Firefly released

2015-03-11 Thread Stefan Priebe - Profihost AG
Hi Sage, Am 11.03.2015 um 04:14 schrieb Sage Weil: > On Wed, 11 Mar 2015, Christian Balzer wrote: >> On Tue, 10 Mar 2015 12:34:14 -0700 (PDT) Sage Weil wrote: >> >> >>> Adjusting CRUSH maps >>> >>> >>> * This point release fixes several issues with CRUSH that trigger >>> exce