Re: [ceph-users] data loss when flattening a cloned image on giant

2016-01-26 Thread wuxingyi
really sorry for the bad format, I will put it here again.   I found data lost when flattening a cloned image on giant(0.87.2). The problem can be easily reproduced by runing the following script:     #!/bin/bash     ceph osd pool create wuxingyi 1 1     rbd create --image-format 2 wuxingyi/disk1.

Re: [ceph-users] Ceph Write process

2016-01-26 Thread Sam Huracan
Thanks Loris, So after client receiving ACK, if client makes a read request to this object immediately , does it have to wait for object written to file store, or read directly from journal? 2016-01-25 17:12 GMT+07:00 Loris Cuoghi : > > Le 25/01/2016 11:04, Sam Huracan a écrit : > > Hi Cephers, >

Re: [ceph-users] ceph fuse closing stale session while still operable

2016-01-26 Thread Oliver Dzombic
Hi Greg, thank you for your suggestions. Just let me clearify one little thing: It starts working as soon as i load the kernel rbd/ceph module. I do not need to establish any connection based on that modules to the ceph cluster. Just loading the kernel modules with modprobe (before mounting wi

Re: [ceph-users] ceph osd network configuration

2016-01-26 Thread Zoltan Arnold Nagy
Have you had any problems with kernels prior to 4.1? We’ve been using LACP in our environment without problems on Ubuntu 14.04.X (.13, .16 and .19 kernels). > On 26 Jan 2016, at 06:32, Alex Gorbachev wrote: > > > > On Saturday, January 23, 2016, 名花 > wrote: >

Re: [ceph-users] Unable to delete file in CephFS

2016-01-26 Thread Yan, Zheng
On Tue, Jan 26, 2016 at 3:16 PM, Burkhard Linke wrote: > Hi, > > On 01/26/2016 07:58 AM, Yan, Zheng wrote: > > *snipsnap* > >> I have a few questions >> >> Which version of ceph are you using? When was the filesystem created? >> Did you manually delete 10002af7f78. from pool 8? > > > Ceph

Re: [ceph-users] Unable to delete file in CephFS

2016-01-26 Thread Burkhard Linke
Hi, On 01/26/2016 10:24 AM, Yan, Zheng wrote: On Tue, Jan 26, 2016 at 3:16 PM, Burkhard Linke wrote: Hi, On 01/26/2016 07:58 AM, Yan, Zheng wrote: *snipsnap* I have a few questions Which version of ceph are you using? When was the filesystem created? Did you manually delete 10002af7f78.00

Re: [ceph-users] Unable to delete file in CephFS

2016-01-26 Thread Yan, Zheng
On Tue, Jan 26, 2016 at 5:58 PM, Burkhard Linke wrote: > Hi, > > On 01/26/2016 10:24 AM, Yan, Zheng wrote: >> >> On Tue, Jan 26, 2016 at 3:16 PM, Burkhard Linke >> wrote: >>> >>> Hi, >>> >>> On 01/26/2016 07:58 AM, Yan, Zheng wrote: >>> >>> *snipsnap* >>> I have a few questions Whi

[ceph-users] KVstore vs filestore

2016-01-26 Thread ceph
Hi, I'm questionning myself about leveldb-based KVstore Is it a full drop-in for filestore ? I mean, can I store multiple TB in a levelDB OSD ? Is there any restriction for leveldb ? (object size etc) Is leveldb-based KVstore considered by the ceph community as "stable" ? Can I mix filestore an

[ceph-users] New metrics.ceph.com

2016-01-26 Thread Patrick McGarry
Hey cephers, We’re in the midst of a pivot on metrics.ceph.com that will include several new data sources and a new interactive front-end. If you would like to play with the unfinished prototype and provide feedback, now is the time! http://s.bitergia.com/db-ceph-git There is still some work to

Re: [ceph-users] data loss when flattening a cloned image on giant

2016-01-26 Thread Jason Dillaman
Interesting find. This is an interesting edge case interaction between snapshot, flatten, and rollback. I believe this was unintentionally fixed by the deep-flatten feature added to infernalis. Probably the simplest fix for giant would be to restore the parent image link during the rollback (

Re: [ceph-users] ceph osd network configuration

2016-01-26 Thread Alex Gorbachev
On Tuesday, January 26, 2016, Zoltan Arnold Nagy wrote: > Have you had any problems with kernels prior to 4.1? > We’ve been using LACP in our environment without problems on Ubuntu > 14.04.X (.13, .16 and .19 kernels). > I had some issues with high speed links >10Gb and also with multiple bonds

[ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Florian Haas
Hi everyone, we recently worked a bit on running a full static website just on radosgw (akin to http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html), and didn't find a good how-to writeup out there. So we did a bit of fiddling with radosgw and HAproxy, and wrote one: https://www.has

Re: [ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Wido den Hollander
On 01/26/2016 08:29 PM, Florian Haas wrote: > Hi everyone, > > we recently worked a bit on running a full static website just on > radosgw (akin to > http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html), > and didn't find a good how-to writeup out there. So we did a bit of > fiddlin

Re: [ceph-users] Ceph monitors 100% full filesystem, refusing start

2016-01-26 Thread Wido den Hollander
On 01/21/2016 09:15 AM, Dan van der Ster wrote: > On Wed, Jan 20, 2016 at 8:01 PM, Zoltan Arnold Nagy > wrote: >> >> Wouldn’t actually blowing away the other monitors then recreating them from >> scratch solve the issue? >> >> Never done this, just thinking out loud. It would grab the osdmap and

Re: [ceph-users] 411 Content-Length required error

2016-01-26 Thread Krzysztof Księżyk
John Hogenmiller writes: > > Greetings, > When I submit a request with "Transfer-Encoding: chunked", I get a 411 Length required error back. It's very similar to http://tracker.ceph.com/issues/3297 except I am running the ceph version of fastcgi. Ceph does not appear to produce apache2 2.4 ve

Re: [ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Florian Haas
On Tue, Jan 26, 2016 at 8:56 PM, Wido den Hollander wrote: > On 01/26/2016 08:29 PM, Florian Haas wrote: >> Hi everyone, >> >> we recently worked a bit on running a full static website just on >> radosgw (akin to >> http://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteHosting.html), >> and didn't

Re: [ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Yehuda Sadeh-Weinraub
On Tue, Jan 26, 2016 at 2:37 PM, Florian Haas wrote: > On Tue, Jan 26, 2016 at 8:56 PM, Wido den Hollander wrote: >> On 01/26/2016 08:29 PM, Florian Haas wrote: >>> Hi everyone, >>> >>> we recently worked a bit on running a full static website just on >>> radosgw (akin to >>> http://docs.aws.amaz

Re: [ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Florian Haas
On Tue, Jan 26, 2016 at 11:46 PM, Yehuda Sadeh-Weinraub wrote: > On Tue, Jan 26, 2016 at 2:37 PM, Florian Haas wrote: >> On Tue, Jan 26, 2016 at 8:56 PM, Wido den Hollander wrote: >>> On 01/26/2016 08:29 PM, Florian Haas wrote: Hi everyone, we recently worked a bit on running a fu

Re: [ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Robin H. Johnson
(I'm on the list, no need to respond directly to either my addresses, robb...@gentoo.org or robin.john...@dreamhost.com). On Tue, Jan 26, 2016 at 02:46:00PM -0800, Yehuda Sadeh-Weinraub wrote: > > The moment this lands in a release, we'll be more than happy to ditch > > the HAProxy request/respons

Re: [ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Robin H. Johnson
On Tue, Jan 26, 2016 at 11:51:51PM +0100, Florian Haas wrote: > Hey, slick. Thanks! Out of curiosity, does the wip branch correctly > handle Accept-Encoding: gzip? No, Accept-Encoding is NOT presently implemented in RGW; regardless of static-website. It's pretty low priority for the use-cases I n

Re: [ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Florian Haas
On Wed, Jan 27, 2016 at 12:00 AM, Robin H. Johnson wrote: > On Tue, Jan 26, 2016 at 11:51:51PM +0100, Florian Haas wrote: >> Hey, slick. Thanks! Out of curiosity, does the wip branch correctly >> handle Accept-Encoding: gzip? > No, Accept-Encoding is NOT presently implemented in RGW; regardless of

Re: [ceph-users] How-to doc: hosting a static website on radosgw

2016-01-26 Thread Robin H. Johnson
On Wed, Jan 27, 2016 at 12:08:36AM +0100, Florian Haas wrote: > Agreed, but you don't necessarily need haproxy to do load balancing > (round-robin DNS CNAME with short TTLs is another option), and Wido > started the discussion around an option to ditch HAProxy for radosgw > altogether. ;) There's a

Re: [ceph-users] ceph-rest-api's behavior

2016-01-26 Thread Dan Mick
Is the client.test-admin key in the keyring read by ceph-rest-api? On 01/22/2016 04:05 PM, Shinobu Kinjo wrote: > Does anyone have any idea about that? > > Rgds, > Shinobu > > - Original Message - > From: "Shinobu Kinjo" > To: "ceph-users" > Sent: Friday, January 22, 2016 7:15:36 AM >

Re: [ceph-users] upgrading 0.94.5 to 9.2.0 notes

2016-01-26 Thread Ben Hines
I see the same list of issues, particularly where ceph.target doesn't function until i 'enable' the daemons individually. It would be nice if the package enabled the daemons when it is installed, so that ceph.target works. Perhaps this could be fixed for Jewel? -Ben On Sat, Nov 21, 2015 at 12:22

Re: [ceph-users] confusing release notes

2016-01-26 Thread Alexandre DERUMIER
All ceph releases are stable, but they are stable LTS for firefly,hammer,jewel,... So with LTS releases, you'll have more updates on the longterm. with infernalis for example, you can expect 2 or 3 point releases maximum, then you'll need to upgrade to jewel if you want to have new updates. (I