Project

General

Profile

Activity

From 07/28/2014 to 08/26/2014

08/26/2014

02:06 PM Bug #8676: md5sum check failed during readwrite.py
After some more research: The 103 is part of the normal shutdown sequence. Still might be a client teardown handling ... Yehuda Sadeh
12:40 PM Bug #8676: md5sum check failed during readwrite.py
Well, it seems that the md5 digest is embedded in the object's data, so even if writes are racing (as they are), it s... Yehuda Sadeh
11:14 AM Bug #8676: md5sum check failed during readwrite.py
Something I noticed now:... Yehuda Sadeh
01:51 PM Bug #9169 (Closed): 100-continue broken for centos/rhel
Sage Weil
09:25 AM Bug #8583 (Fix Under Review): rgw: admin ops create user API can not determine existing user
Sage Weil
09:21 AM Bug #8383 (Rejected): Upload part of one object passed with incorrect upload id or incorrect obje...
Sage Weil
09:17 AM Bug #8784 (Pending Backport): rgw: completion leak
Sage Weil
09:15 AM Bug #9226 (Pending Backport): rgw: crash when copying specific objects
Sage Weil
09:08 AM Bug #9226 (Fix Under Review): rgw: crash when copying specific objects
Pull request: https://github.com/ceph/ceph/pull/2321 Yehuda Sadeh
09:12 AM Bug #9155: Swift Subuser - 403 Forbidden - during upload/post
Yehuda Sadeh
09:11 AM Bug #9227 (Resolved): test.functional.tests.TestFile fail on dumpling on VPS
Sage Weil
09:11 AM Feature #9200 (Fix Under Review): rgw: log civetweb access
Yehuda Sadeh
09:10 AM Bug #9148 (Fix Under Review): rgw: multiregion tests failing, s3tests.functional.test_s3.test_reg...
Pull request: https://github.com/ceph/ceph/pull/2310 Yehuda Sadeh
09:09 AM Bug #9208 (Fix Under Review): rgw: civetweb does not drain request buffer correctly
Yehuda Sadeh
09:09 AM Bug #9201 (Fix Under Review): rgw: bad object with different pool alignment
Yehuda Sadeh
09:09 AM Bug #9206 (Fix Under Review): rgw: cross rgw message headers filtered by apache 2.4
Yehuda Sadeh
09:01 AM Documentation #9237 (Closed): rgw: Feature comparison document
Luis Pabon
08:59 AM Documentation #9003 (Closed): rgw: document development setup for rgw
Enhancement has been merged to master Luis Pabon
08:58 AM Subtask #9068 (Closed): rgw: add rgw setup to vstart
Luis Pabon
08:58 AM Subtask #9068: rgw: add rgw setup to vstart
Completed and merged. Luis Pabon

08/25/2014

03:58 PM Bug #9227: test.functional.tests.TestFile fail on dumpling on VPS
this appears to be a vps thing; suite passes on bare metal. Sage Weil
03:55 PM Bug #9227: test.functional.tests.TestFile fail on dumpling on VPS
The run Sage was referring to is - http://pulpito.ceph.com/teuthology-2014-08-25_08:45:03-upgrade:dumpling-dumpling-d... Yuri Weinstein
10:45 AM Bug #9227 (Resolved): test.functional.tests.TestFile fail on dumpling on VPS
... Sage Weil
09:40 AM Bug #9226 (Resolved): rgw: crash when copying specific objects
as reported on the mailing list... Yehuda Sadeh
05:13 AM Bug #8583: rgw: admin ops create user API can not determine existing user
Added new commit per Yehuda's comments, please check it at: https://github.com/ceph/ceph/pull/1950 Xiangyu Lv

08/22/2014

06:26 PM Bug #9208 (Resolved): rgw: civetweb does not drain request buffer correctly
When radosgw returns an early error without reading the request content, we need civetweb to drain the buffer so that... Yehuda Sadeh
03:04 PM Bug #9206 (Resolved): rgw: cross rgw message headers filtered by apache 2.4
apache 2.4 filters out header fields that have underscores in them. Need to convert underscores into dashes. Yehuda Sadeh

08/21/2014

11:12 PM Feature #8911: RGW doesn't return 'x-timestamp' in header which is used by 'View Details' of Open...
Thanks Luis... actually its a new feature request not a bug. Since we want one to one headers mapping between Swift a... Ashish Chandra
09:11 PM Bug #9201 (Resolved): rgw: bad object with different pool alignment
http://qa-proxy.ceph.com/teuthology/sage-2014-08-21_17:03:27-rgw-master-testing-basic-multi/440046/teuthology.log
...
Yehuda Sadeh
04:49 PM Feature #9200 (Resolved): rgw: log civetweb access
Apache has an access log, civetweb has one too, however we need to incorporate it into our logging system. Yehuda Sadeh
02:49 PM Bug #9160: rgw failures with 'NoneType' object has no attribute 'get_contents_as_string'
http://pulpito.front.sepia.ceph.com/sage-2014-08-19_15:19:41-rgw-master-testing-basic-multi/435812/
http://pulpito.f...
John Spray
02:43 PM Bug #9160: rgw failures with 'NoneType' object has no attribute 'get_contents_as_string'
http://pulpito.front.sepia.ceph.com/john-2014-08-20_19:21:46-rgw-wip-objecter-testing-basic-plana/438545/ John Spray
01:09 AM Bug #9155: Swift Subuser - 403 Forbidden - during upload/post
made a comment on your proposed fix. Dhiraj Kamble

08/20/2014

02:05 PM Bug #9169: 100-continue broken for centos/rhel
This seems to be due to idle timeout is not working, should be fixed by #9185 Yuri Weinstein
09:32 AM Subtask #9068 (In Progress): rgw: add rgw setup to vstart
Pull request: https://github.com/ceph/ceph/pull/2292 Luis Pabon
09:31 AM Documentation #9003: rgw: document development setup for rgw
Abhishek L wrote:
> Luis Pabon wrote:
> > I have edited vstart.sh so that it can setup rgw automatically. I have a...
Luis Pabon
09:30 AM Documentation #9003: rgw: document development setup for rgw
patch has been submitted: https://github.com/ceph/ceph/pull/2292 Luis Pabon
05:21 AM Documentation #9003: rgw: document development setup for rgw
Luis Pabon wrote:
> I have edited vstart.sh so that it can setup rgw automatically. I have also documented most of ...
Abhishek Lekshmanan

08/19/2014

09:07 PM Bug #9125 (Resolved): rgw: swift tests fail with civetweb
Sage Weil
01:15 PM Bug #9155: Swift Subuser - 403 Forbidden - during upload/post
I pushed a different fix to wip-8587, please take a look and see if you think it makes sense. Yehuda Sadeh
11:11 AM Bug #9169 (Resolved): 100-continue broken for centos/rhel
Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-2014-08-18_16:07:27-upgrade:dumpling-firefly-x-firefly-dis... Yuri Weinstein
09:20 AM Feature #8911: RGW doesn't return 'x-timestamp' in header which is used by 'View Details' of Open...
I'll take a look. Seems like this is new functionality in RGW, not a bug, right? Luis Pabon
09:07 AM Documentation #9003: rgw: document development setup for rgw
I have edited vstart.sh so that it can setup rgw automatically. I have also documented most of the steps needed by n... Luis Pabon
09:02 AM Documentation #9003 (In Progress): rgw: document development setup for rgw
Luis Pabon
09:04 AM Feature #8945: rgw: support swift /info api
After spending some time on this call, I am going to have to break it down to smaller tasks. I am currently investig... Luis Pabon

08/18/2014

09:44 PM Bug #9155: Swift Subuser - 403 Forbidden - during upload/post
Here's the pull request:
[[https://github.com/ceph/ceph/pull/2281]]
Dhiraj Kamble
08:20 AM Bug #9155: Swift Subuser - 403 Forbidden - during upload/post
That's duplicate of #8587, a pull request for your fix would be great. Yehuda Sadeh
07:49 AM Bug #9155 (Resolved): Swift Subuser - 403 Forbidden - during upload/post
Swift Upload fails with HTTP error 403 for an subuser that was created with the required permissions. This happens ge... Dhiraj Kamble
02:20 PM Bug #9160 (Closed): rgw failures with 'NoneType' object has no attribute 'get_contents_as_string'

Several jobs in this suite failed with this error:
http://pulpito.ceph.com/john-2014-08-18_16:28:28-rgw-wip-object...
John Spray
01:56 PM Bug #9125: rgw: swift tests fail with civetweb
looks like the fix is merged to master, tested it on master branch and it worked fine.
will mark it as "Resolved"...
Tamilarasi muthamizhan

08/16/2014

10:01 PM Bug #8621 (Pending Backport): civetweb frontend fails authentication if URL has special chars
Sage Weil
08:57 PM Bug #9137 (Resolved): AH00534: apache2: Configuration error: No MPM loaded. (rpm distros)
Sage Weil
04:56 PM Bug #9137: AH00534: apache2: Configuration error: No MPM loaded. (rpm distros)
works on el6 and el7. fc20 fails the ceph-qa-chef because of tiobench. Sage Weil
02:16 PM Bug #9137: AH00534: apache2: Configuration error: No MPM loaded. (rpm distros)
verfied to work on precise and trusty.
still need to test on el6, el7, and fedora.
Sage Weil
08:52 PM Bug #9148 (Resolved): rgw: multiregion tests failing, s3tests.functional.test_s3.test_region_copy...
... Sage Weil
01:54 PM Bug #9039: Using COPY on radosgw to copy object from one bucket to another that's in another pool...
The restriping tool never made it to dumpling. It actually isn't even in firefly. Yehuda Sadeh
01:39 PM Bug #9039 (Pending Backport): Using COPY on radosgw to copy object from one bucket to another tha...
the restriping fix patches also need to go to dumpling... Sage Weil
06:02 AM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
"all green !":http://pulpito.ceph.com/loic-2014-08-16_10:42:43-upgrade:firefly-x:stress-split-wip-9025-chunk-remappin... Loïc Dachary

08/15/2014

04:41 PM Bug #9137: AH00534: apache2: Configuration error: No MPM loaded. (rpm distros)
The MPM selection is supposed to be made in the default config. Dan Mick
01:23 PM Bug #9137: AH00534: apache2: Configuration error: No MPM loaded. (rpm distros)
Looking into this; my theory is two problems: 1) package structure changed in 2.4 and we might need to explicitly in... Dan Mick
11:46 AM Bug #9137 (Resolved): AH00534: apache2: Configuration error: No MPM loaded. (rpm distros)
... Sage Weil

08/14/2014

06:06 PM Bug #9125 (Resolved): rgw: swift tests fail with civetweb
logs are copied to ubuntu@mira042.front.sepia.ceph.com:/home/ubuntu/civetweb_swift... Tamilarasi muthamizhan
05:57 PM Bug #8971 (Duplicate): rgw: s3 test failures with civetweb
Tamilarasi muthamizhan
05:56 PM Bug #8971: rgw: s3 test failures with civetweb
s3tests now pass on wip-8621 branch. Tamilarasi muthamizhan
05:55 PM Bug #8621: civetweb frontend fails authentication if URL has special chars
s3tests passed with recent changes to wip-8621.
Tamilarasi muthamizhan
01:17 PM Bug #8988 (Resolved): AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
Sage Weil
12:33 PM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
"the suite runs ok":http://pulpito.ceph.com/loic-2014-08-14_14:25:55-upgrade:firefly-x:stress-split-wip-9025-chunk-re... Loïc Dachary
05:55 AM Bug #8988 (Fix Under Review): AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
"need review":https://github.com/ceph/ceph-qa-suite/pull/87 Loïc Dachary
05:36 AM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
The reason why "the suite fails":http://pulpito.ceph.com/loic-2014-08-14_09:47:05-upgrade:firefly-x:stress-split-wip-... Loïc Dachary
12:53 AM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
It failed for the same reason. "Rescheduled once more, hoping the problem has been fixed":http://pulpito.ceph.com/loi... Loïc Dachary
07:58 AM Documentation #9116 (Resolved): rgw: broken link
From Luis Pabon:... Yehuda Sadeh

08/13/2014

09:17 PM Feature #8473: rgw: Shard bucket index objects to improve single bucket PUT throughput
Here is the first patch - https://github.com/ceph/ceph/pull/2187 Guang Yang
06:20 PM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
Loic, we had disk failed and possibly due to that suite failed (guessing), I re-started it http://pulpito.front.sepia... Yuri Weinstein
04:11 PM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
Waiting for "Shipping apache config":https://github.com/ceph/ceph-qa-suite/blob/master/tasks/rgw.py#L82 with... Loïc Dachary
04:04 PM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
"running a suite using the new VPS.yaml":http://pulpito.ceph.com/loic-2014-08-14_01:02:11-upgrade:firefly-x:stress-sp... Loïc Dachary
03:47 PM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
"fix indentation of rgw override":https://github.com/ceph/ceph-qa-suite/pull/85 Loïc Dachary
03:35 PM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
To confirm there is a large delay requiring a large idle_timeout:... Loïc Dachary
03:33 PM Bug #8988 (In Progress): AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
Sage Weil

08/12/2014

03:11 PM Bug #8539 (Resolved): civetweb backend responds with a body when a HEAD request yields an error
Sage Weil
02:57 PM Bug #8169 (Resolved): rgw: swift user manifest does not compute etag
Sage Weil
02:56 PM Bug #8269 (Resolved): rgw: corrupted multipart object
Sage Weil
02:56 PM Bug #8442 (Resolved): rgw: does not detect/adapt to erasure pool stripe size
Sage Weil
02:56 PM Bug #8586 (Resolved): Missing Swift API Header causes RadosGW to segfault
Sage Weil
02:47 PM Bug #8702 (Resolved): RadosGW incorrectly converting + to space in URLs
Sage Weil
02:38 PM Bug #8928 (Resolved): rgw: bad object created if stripe size is not a multiple of chunk size
Sage Weil
02:37 PM Bug #8937 (Resolved): rgw: broken large(-ish) objects
Sage Weil
02:37 PM Bug #8972 (Resolved): rgw: bucket index log wrong object name in multipart completion
Sage Weil
01:43 PM Bug #9089 (Resolved): rgw: copy_obj_data() does not stripe target object
copy_obj_data() is as it is now a reminiscent of a very old architecture. It should be modified to create a striped o... Yehuda Sadeh
12:43 PM Bug #8784: rgw: completion leak
Note that all the failures are at the copy object across regions path. I did find a missing cleanup at the error hand... Yehuda Sadeh
07:35 AM Bug #9002: Creating swift key with --gen-secret in separate step from subuser creation fails
have meet on Wheezy and Ubuntu with Ceph0.80.5 too.
it can be sucessful when use :
radosgw-admin user create --su...
only debian

08/11/2014

12:34 PM Bug #8539: civetweb backend responds with a body when a HEAD request yields an error
Merged, commit:0a2b4c25541bbd15776d3d35986518e37166910f Yehuda Sadeh
12:34 PM Bug #8539 (Pending Backport): civetweb backend responds with a body when a HEAD request yields an...
Yehuda Sadeh
09:57 AM Subtask #9068 (Closed): rgw: add rgw setup to vstart
As part of the development documentation we need to update vstart to create an RadosGW development environment. Luis Pabon

08/10/2014

12:51 PM Bug #8988 (Fix Under Review): AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
Two consecutive run with the increased timeout do not show the bug ("one":http://pulpito.ceph.com/loic-2014-08-10_15:... Loïc Dachary
02:03 AM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
In a few tickets it is suggested that this may be an idle timeout problem. I "rescheduled a suite":http://pulpito.cep... Loïc Dachary
01:31 AM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
In the attached file, each part separated with *-----------------------------* is the output between the last success... Loïc Dachary
01:09 AM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
The errors for each failure are different and suggests the tests are failing for an independent reason such as the cl... Loïc Dachary
01:03 AM Bug #8988: AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
* http://pulpito.ceph.com/loic-2014-08-08_12:17:30-upgrade:firefly-x:stress-split-wip-9025-chunk-remapping-testing-ba... Loïc Dachary

08/08/2014

06:59 PM Documentation #9051 (Closed): Document rgw_defer_to_bucket_acls option
It appears that the only documentation right now is the commit message of 1d7c2041. Benjamin Gilbert
06:04 PM Bug #8621: civetweb frontend fails authentication if URL has special chars
tested wip-8621 by executing s3tests, there are still a few failures,
logs are copied to ubuntu@mira042.front.sepi...
Tamilarasi muthamizhan
02:43 AM Bug #9043 (Duplicate): rgw:Cannot add object to Ceph using Openstack Dashboard(Horizon) in firefly
Uploading a new object fails with message "Error: Unable to upload object".
While adding an object using Horizon w...
Ashish Chandra

08/07/2014

12:37 PM Bug #9039: Using COPY on radosgw to copy object from one bucket to another that's in another pool...
Well, I think data copy is the right thing to do. If I put bucket in different pool is because they're configured dif... Sylvain Munaut
10:40 AM Bug #9039: Using COPY on radosgw to copy object from one bucket to another that's in another pool...
The problem is that it is implicitly assumed with the new manifest that the tail is going to reside at the same pool ... Yehuda Sadeh
10:07 AM Bug #9039: Using COPY on radosgw to copy object from one bucket to another that's in another pool...
Really ? I didn't see anything in the code that checked whether the destination bucket was in the same pool or not an... Sylvain Munaut
09:59 AM Bug #9039: Using COPY on radosgw to copy object from one bucket to another that's in another pool...
That sounds like an issue with the new (firefly) manifest. Yehuda Sadeh
07:21 AM Bug #9039 (Resolved): Using COPY on radosgw to copy object from one bucket to another that's in a...
Currently if you copy an object from a bucket to another one which is in another rados pool, things will just break. ... Sylvain Munaut
07:52 AM Bug #9037 (Duplicate): civetweb: error HEAD responses return body
Ian Colle
07:40 AM Bug #9037: civetweb: error HEAD responses return body
Ah, sorry, somehow managed to miss it when I looked through the issue list. Please close this then. Valtteri Vuorikoski
07:34 AM Bug #9037: civetweb: error HEAD responses return body
See #8539 Sylvain Munaut
02:59 AM Bug #9037 (Duplicate): civetweb: error HEAD responses return body
0.80.5 radosgw with civetweb frontend returns body data when sending an error response to a HEAD request. This breaks... Valtteri Vuorikoski

08/06/2014

12:20 PM Feature #6747: PowerDNS backend for RGW bucket directing
Wido den Hollander

08/05/2014

09:26 AM Feature #9013 (Resolved): rgw: set civetweb as a default frontend
Should add civetweb to the default frontends. Yehuda Sadeh
09:05 AM Feature #8218 (In Progress): rgw: object versioning manifest changes
Ian Colle
09:05 AM Feature #8217 (In Progress): rgw: object versioning object overwrite / delete changes
Ian Colle
09:05 AM Feature #8216 (In Progress): rgw: object versioning objclass support
Ian Colle
09:05 AM Feature #8473 (In Progress): rgw: Shard bucket index objects to improve single bucket PUT throughput
Ian Colle
07:56 AM Bug #8676: md5sum check failed during readwrite.py
ubuntu@teuthology:/a/sage-2014-08-04_11:34:19-rgw-next-testing-basic-vps/397522 Sage Weil
03:21 AM Feature #8911: RGW doesn't return 'x-timestamp' in header which is used by 'View Details' of Open...
It also doesnot returns "Content-type" header as well. Swift does return this header aswell. So I would love to see r... Ashish Chandra
12:45 AM Documentation #9003: rgw: document development setup for rgw
Much needed. Great! Abhishek Lekshmanan

08/04/2014

08:00 PM Feature #3454: Support temp URLs for Swift API
This should be documented somewhere too, at least in the table at http://ceph.com/docs/master/radosgw/swift/ Blair Bethwaite
02:18 PM Feature #9004 (New): rgw: multi-site: multi-master
As a user, I want to be able to write to any available RGW and have that file available on other RGWs for read and wr... Neil Levine
01:53 PM Documentation #9003: rgw: document development setup for rgw
While we're at it, beefing up the rgw support in vstart.sh would be great. right now you can pass RGW=1 and it will ... Sage Weil
01:49 PM Documentation #9003 (Closed): rgw: document development setup for rgw
Yehuda Sadeh
11:20 AM Bug #9002 (Duplicate): Creating swift key with --gen-secret in separate step from subuser creatio...
Customer reported on CentOS with Ceph v0.80.4
Steps to reproduce:
radosgw-admin user create --uid=testuser1 --dis...
Brian Andrus
11:00 AM Bug #9001 (Won't Fix): Starting gateway with radosgw init script fails to create socket
Ceph Version: v0.80.4
Distro: CentOS
Customer reported, unable to reproduce.
/var/run/ceph directory owned by ...
Brian Andrus

08/03/2014

09:48 PM Bug #8864: radosgw help doesn't seem to display some debug options
I pushed a couple of commits to fix most of undocumented options in man pages & help for #8112. Can you let me know w... Abhishek Lekshmanan
08:40 AM Bug #8784: rgw: completion leak
ubuntu@teuthology:/a/teuthology-2014-08-01_23:02:01-rgw-master-testing-basic-plana/394054 Sage Weil

08/01/2014

03:32 PM Bug #8937 (Pending Backport): rgw: broken large(-ish) objects
Sage Weil

07/31/2014

09:04 PM Bug #8972 (Pending Backport): rgw: bucket index log wrong object name in multipart completion
Sage Weil
09:31 AM Bug #8972 (Fix Under Review): rgw: bucket index log wrong object name in multipart completion
Sage Weil
08:48 PM Bug #8991 (Resolved): rgw: RGWRados::list_bi_log_entries() doesn't clear list
... Yehuda Sadeh
11:29 AM Bug #8988 (Resolved): AssertionError(s) in upgrade:firefly-x:stress-split-next---basic-plana
"Related issue":http://tracker.ceph.com/issues/9100
Logs are in http://qa-proxy.ceph.com/teuthology/teuthology-201...
Yuri Weinstein
09:48 AM Feature #8987 (New): rgw: data sync for multipart upload
Yehuda Sadeh

07/30/2014

08:54 PM Bug #8586 (Pending Backport): Missing Swift API Header causes RadosGW to segfault
Sage Weil
11:36 AM Bug #8972 (Resolved): rgw: bucket index log wrong object name in multipart completion
When completing a multipart upload operation, when removing the parts from the index the entries that are logged in t... Yehuda Sadeh
11:27 AM Bug #8971 (Duplicate): rgw: s3 test failures with civetweb
teuthology logs are copied to ubuntu@mira023.front.sepia.ceph.com:/home/ubuntu/civetweb_s3
config.yaml:...
Tamilarasi muthamizhan
02:01 AM Bug #8383: Upload part of one object passed with incorrect upload id or incorrect object id in S3...
Hi,sage,
Sure!
I use S3 API to do this test....
Jingjing Zhao

07/29/2014

03:32 PM Bug #8586 (Fix Under Review): Missing Swift API Header causes RadosGW to segfault
Yehuda Sadeh
01:28 PM Bug #8676: md5sum check failed during readwrite.py
I don't see anything wrong in the logs other than this:... Yehuda Sadeh
10:42 AM Bug #8632 (Resolved): rgw: bucket listing with delimiter doesn't scale well
backported to dumpling commit:9604425b86f5839a109faa1f396b0d114e9b9391 Yehuda Sadeh
09:36 AM Bug #8632 (Pending Backport): rgw: bucket listing with delimiter doesn't scale well
in firefly, not dumpling yet Sage Weil
10:31 AM Bug #8846 (Resolved): radosgw on 0.80.4 crashes when doing a multi-part upload
Yehuda Sadeh
09:38 AM Bug #8735 (Can't reproduce): TestAccountNoContainers fail in Firefly upgrade:firefly-x:stress-split
Sage Weil
09:38 AM Bug #8766: multipart minimum size error should be EntityTooSmall
Sage Weil
09:37 AM Bug #8848 (Resolved): "adjust-ulimits: command not found" in upgrade:firefly-firefly-testing-basi...
Sage Weil
09:37 AM Bug #8847 (Can't reproduce): "Error initializing cluster client" in upgrade:firefly-firefly-testi...
Sage Weil
09:33 AM Bug #8864: radosgw help doesn't seem to display some debug options
there are others that we could add Sage Weil
09:32 AM Bug #8864 (Resolved): radosgw help doesn't seem to display some debug options
Sage Weil
09:32 AM Bug #6911 (Won't Fix): rgw test failure on the arm set up
Sage Weil
09:31 AM Bug #8111 (Need More Info): /etc/init.d/ceph-radosgw for RHEL needs QA
isn't it /etc/init.d/radosgw?
Sage Weil
09:30 AM Bug #8383 (Need More Info): Upload part of one object passed with incorrect upload id or incorrec...
Can you provide more detailed steps to reproduce? ideally, a new test in s3-tests.... :) Sage Weil
09:29 AM Bug #7799 (Can't reproduce): Errors in upgrade:dumpling-x:stress-split-firefly---basic-plana suite
Sage Weil
09:25 AM Bug #8311 (Resolved): No pool name error in ubuntu-2014-05-06_21:02:54-upgrade:dumpling-dumpling-...
Sage Weil
09:25 AM Bug #8784: rgw: completion leak
Sage Weil

07/28/2014

02:12 PM Bug #8937 (Fix Under Review): rgw: broken large(-ish) objects
Yehuda Sadeh
02:10 PM Feature #7774 (Resolved): rgw: cache decoded user and bucket info
This one has been merged in a while a go, at commit:82c547952dc9e7a3e9fab1264f5fdd903ab6973e. Yehuda Sadeh
01:02 PM Feature #8956 (Resolved): rgw: support bucket notification
Yehuda Sadeh
08:02 AM Feature #8945 (Resolved): rgw: support swift /info api
Yehuda Sadeh
03:06 AM Bug #8864: radosgw help doesn't seem to display some debug options
This should be closed with #8112 Abhishek Lekshmanan
 

Also available in: Atom