Project

General

Profile

Activity

From 09/26/2016 to 10/25/2016

10/25/2016

10:07 PM Bug #17661 (Pending Backport): 'radosgw-admin bucket sync init' crashes
Yehuda Sadeh
10:05 PM Bug #17571 (Pending Backport): multisite: coroutine deadlock assertion on error in FetchAllMetaCR
Yehuda Sadeh
10:04 PM Bug #17568 (Pending Backport): multisite: race between ReadSyncStatus and InitSyncStatus leads to...
Yehuda Sadeh
05:04 PM Bug #17698: multisite: ECANCELED & 500 error on bucket delete
proposed fix at https://github.com/ceph/ceph/pull/11648 Casey Bodley
04:59 PM Bug #17698: multisite: ECANCELED & 500 error on bucket delete
Sounds like secondary is racing with the request forwarded from the master (which the secondary itself initiated). We... Yehuda Sadeh
04:35 PM Bug #17698: multisite: ECANCELED & 500 error on bucket delete
Adding the rgw log of the relevant bucket, it seems we're issuing delete on the bucket object twice, once at
2016-1...
Abhishek Lekshmanan
04:28 PM Bug #17698 (Resolved): multisite: ECANCELED & 500 error on bucket delete
sometimes on bucket delete at the secondary, we're seeing secondary returning 500 on a bucket delete (caused by rerai... Abhishek Lekshmanan
03:38 PM Bug #17574: multisite: many duplicate mdlog entries cause race to sync and result in ECANCELED
I pushed a branch to ceph-qa-suite [1] that sets debug_objclass=20 and scheduled a run of the rgw/verify suite [2].
...
Casey Bodley
10:31 AM Backport #17693 (In Progress): jewel: rgw: don't loop forever when reading data from 0 sized segment
Loïc Dachary
10:30 AM Backport #17693 (Resolved): jewel: rgw: don't loop forever when reading data from 0 sized segment
https://github.com/ceph/ceph/pull/11626 Loïc Dachary
10:29 AM Bug #17692 (Resolved): rgw: don't loop forever when reading data from 0 sized segment
https://github.com/ceph/ceph/pull/11567 Loïc Dachary

10/24/2016

07:31 PM Bug #17465: multisite: coroutine deadlock in RGWMetaSyncCR after ECANCELED errors
I had added a commit that dumps all of the remaining coroutines when it encounters this deadlock. From the latest run... Casey Bodley
06:00 PM Backport #17677: hammer: swift: Problems with DLO containing 0 length segments
https://github.com/ceph/ceph/pull/11628 Orit Wasserman
09:53 AM Backport #17677 (Resolved): hammer: swift: Problems with DLO containing 0 length segments
https://github.com/ceph/ceph/pull/11628 Loïc Dachary
05:59 PM Backport #17343: jewel: radosgw Consumes too much CPU time to synchronize metadata or data betwee...
https://github.com/ceph/ceph/pull/11627 Casey Bodley
05:58 PM Backport #17686 (Closed): jewel: don't loop forever when reading data from 0 sized segment
Orit Wasserman
05:38 PM Backport #17686 (In Progress): jewel: don't loop forever when reading data from 0 sized segment
Orit Wasserman
05:36 PM Backport #17686: jewel: don't loop forever when reading data from 0 sized segment
https://github.com/ceph/ceph/pull/11626 Orit Wasserman
05:35 PM Backport #17686 (Resolved): jewel: don't loop forever when reading data from 0 sized segment
https://github.com/ceph/ceph/pull/11626 Orit Wasserman
05:51 PM Backport #17676: jewel: swift: Problems with DLO containing 0 length segments
https://github.com/ceph/ceph/pull/11626 Orit Wasserman
09:53 AM Backport #17676 (Resolved): jewel: swift: Problems with DLO containing 0 length segments
Loïc Dachary
05:19 PM Bug #17572: swift: Problems with DLO containing 0 length segments
None of the above PRs were merged. Instead, this specific bugs was fixed in master in https://github.com/ceph/ceph/pu... Ken Dreyer
01:52 PM Bug #17574: multisite: many duplicate mdlog entries cause race to sync and result in ECANCELED
Seeing similar errors in jewel; in delete bucket operations where the OSD returns -ECANCELLED and we return a 500 Abhishek Lekshmanan
09:53 AM Backport #17674 (Resolved): jewel: set_acl fails for object beginning and ending in underscore
https://github.com/ceph/ceph/pull/11675 Loïc Dachary
09:53 AM Backport #17673 (Resolved): jewel: rgw crash when client post object with null conditions
https://github.com/ceph/ceph/pull/11662 Loïc Dachary

10/21/2016

05:54 PM Bug #17663 (Resolved): ldap: unhandled exception from rgw::from_base64() in RGW_Auth_S3::authoriz...
from downstream testing, when given a non-base64 access key:... Casey Bodley
04:01 PM Bug #17625 (Pending Backport): set_acl fails for object beginning and ending in underscore
Casey Bodley
03:25 PM Bug #17580 (Pending Backport): RGWRados::get_system_obj() sends unnecessary stat request before read
Orit Wasserman
02:56 PM Bug #17657: Ceph / Civetweb doesn't accept Absolute URI
This should be fixed once we move to civetweb 1.8. Yehuda Sadeh
05:26 AM Bug #17657 (Resolved): Ceph / Civetweb doesn't accept Absolute URI
It appears that Ceph's fork of Civetweb doesn't have the feature which supports Absolute URI. Abhishek L confirmed th... Solaiyappan Perichiappan
01:40 PM Bug #17661 (Fix Under Review): 'radosgw-admin bucket sync init' crashes
https://github.com/ceph/ceph/pull/11594 Casey Bodley
01:35 PM Bug #17661 (Resolved): 'radosgw-admin bucket sync init' crashes
RGWInitBucketShardSyncStatusCoroutine was recently changed to store its sync_status by reference. This works fine whe... Casey Bodley
01:36 PM Bug #17624: multisite: after finishing full sync on a bucket, incremental sync starts over from t...
backport will need the fix for http://tracker.ceph.com/issues/17661 as well Casey Bodley
06:21 AM Documentation #17658 (Closed): Some not required configuration parameters can be removed from doc
filestore_queue_committing_max_ops
filestore_queue_committing_max_bytes
journal_queue_max_ops
journal_queue_m...
Sirisha Guduru

10/20/2016

09:23 PM Bug #17655 (Fix Under Review): multisite: possible infinite loop in RGWFetchAllMetaCR
https://github.com/ceph/ceph/pull/11586 Casey Bodley
09:18 PM Bug #17655 (Resolved): multisite: possible infinite loop in RGWFetchAllMetaCR
unit tests in https://github.com/ceph/ceph/pull/11585 exposed a possible infinite loop due to break statements within... Casey Bodley
09:14 PM Bug #17635 (Pending Backport): rgw crash when client post object with null conditions
Casey Bodley
05:20 PM Bug #17635: rgw crash when client post object with null conditions
New PR for master: https://github.com/ceph/ceph/pull/11581 Ken Dreyer
06:52 AM Bug #17635: rgw crash when client post object with null conditions
Diluga Salome wrote:
sorry for pull with mistake,new pull request for this patch:
-https://github.com/ceph/ceph/p...
Diluga Salome
06:17 AM Bug #17635 (Fix Under Review): rgw crash when client post object with null conditions
Kefu Chai
06:13 AM Bug #17635: rgw crash when client post object with null conditions
-pull request for this patch: https://github.com/ceph/ceph/pull/11572- Diluga Salome
06:06 AM Bug #17635 (Resolved): rgw crash when client post object with null conditions
when i used boto3 to post object with null conditions,rgw will crash(both hammer、jewel,and master),and return http-st... Diluga Salome
04:01 PM Bug #17371 (Resolved): RGW loses realm/period/zonegroup/zone data: period overwritten if somewher...
Loïc Dachary
04:01 PM Bug #16930 (Resolved): s3tests-test-readwrite failing with 500
Loïc Dachary
04:01 PM Bug #16856 (Resolved): ACL request for objects with underscore at end and beginning
Loïc Dachary
04:01 PM Bug #13286 (Resolved): rgw:user email can modify to empty when it has values
Loïc Dachary
03:59 PM Backport #17511 (Resolved): jewel: s3tests-test-readwrite failing with 500
Loïc Dachary
03:59 PM Backport #17538 (Resolved): jewel: rgw:user email can modify to empty when it has values
Loïc Dachary
03:59 PM Backport #17576 (Resolved): jewel: RGW loses realm/period/zonegroup/zone data: period overwritten...
Loïc Dachary
03:53 PM Bug #17572 (Pending Backport): swift: Problems with DLO containing 0 length segments
Yehuda Sadeh
02:44 PM Bug #17443 (Resolved): rgw: versioning is broken in current master
Loïc Dachary
01:56 PM Bug #17638 (New): radosgw does not gracefully handle errors during initialization
If initialization fails during RGWRados::init_complete(), or later when starting frontends, resources that were alrea... Casey Bodley
10:38 AM Documentation #15603 (Resolved): Modification for "TEST S3 ACCESS" section in "INSTALL CEPH OBJEC...
Loïc Dachary
10:38 AM Bug #17293 (Resolved): Config parameter "rgw keystone make new tenants" in radosgw multitenancy d...
Loïc Dachary
10:38 AM Bug #15195 (Resolved): rgw:response information is error when geting token of swift account
Loïc Dachary
09:52 AM Backport #17350 (Resolved): jewel: rgw:response information is error when geting token of swift a...
Loïc Dachary
09:46 AM Backport #17507 (In Progress): jewel: multisite: 'radosgw-admin period prepare' is obsolete
Loïc Dachary
09:32 AM Backport #17349 (Resolved): jewel: Modification for "TEST S3 ACCESS" section in "INSTALL CEPH OBJ...
Loïc Dachary
09:31 AM Backport #17471 (Resolved): jewel: rgw: versioning is broken in current master
Loïc Dachary
09:31 AM Backport #17480 (Resolved): jewel: ACL request for objects with underscore at end and beginning
Loïc Dachary
09:31 AM Backport #17509 (Resolved): jewel: Config parameter "rgw keystone make new tenants" in radosgw mu...
Loïc Dachary
08:26 AM Bug #17625 (Fix Under Review): set_acl fails for object beginning and ending in underscore
Orit Wasserman
07:16 AM Bug #11239: civetweb defaults to libssl.so and libcrypto.so when versions not passed
I've got an updated PR #11571 that contains "load by soname" and documentation from 10335. It will still complain ab... Marcus Watts
05:12 AM Bug #17633 (New): Source Package radosgw file has authentication issues
ceph_10.2.3.orig.tar.gz Source package
Compile completed:
/root/neunn_gitlab/ceph-Jewel10.2.3/src/radosgw
...
Jiang Yu
04:14 AM Bug #17632 (New): byte ranges on slo/dlo objects broken in master
The ceph master branch contains code that rejects byte ranges on swift DLO / SLO objects.
File "dlo-byterange.txt"...
Marcus Watts
03:39 AM Backport #17631: hammer: Fix rgw crash when client post object with null condition
-we make patch with pull request:https://github.com/ceph/ceph/pull/11569- Diluga Salome
03:39 AM Backport #17631 (Resolved): hammer: Fix rgw crash when client post object with null condition
https://github.com/ceph/ceph/pull/11809 Diluga Salome

10/19/2016

08:01 PM Bug #17625 (In Progress): set_acl fails for object beginning and ending in underscore
PR for master: https://github.com/ceph/ceph/pull/11566 Ken Dreyer
07:55 PM Bug #17625 (Resolved): set_acl fails for object beginning and ending in underscore
key = bucket.new_key('_temp2_')
key.set_contents_from_filename('tempfile')
key.set_canned_acl('private')
will fa...
Orit Wasserman
07:00 PM Bug #17624 (Resolved): multisite: after finishing full sync on a bucket, incremental sync starts ...
Although RGWInitBucketShardSyncStatusCoroutine queries and stores the correct markers for incremental sync, those mar... Casey Bodley
04:58 PM Backport #17507 (Fix Under Review): jewel: multisite: 'radosgw-admin period prepare' is obsolete
https://github.com/ceph/ceph/pull/11562 Casey Bodley
02:48 PM Bug #17572: swift: Problems with DLO containing 0 length segments
PR for master: https://github.com/ceph/ceph/pull/11555
PR for jewel: https://github.com/ceph/ceph/pull/11556
Ken Dreyer
01:33 PM Bug #17076 (Resolved): AWS S3 Version 4 signatures fail sometimes.
Orit Wasserman
09:45 AM Backport #17322 (Resolved): jewel: rgw nfs v3 completions
Loïc Dachary
09:42 AM Backport #17322 (In Progress): jewel: rgw nfs v3 completions
Loïc Dachary
09:41 AM Backport #17319 (Resolved): jewel: rgw nfs 28
Loïc Dachary
09:39 AM Backport #17319 (In Progress): jewel: rgw nfs 28
Loïc Dachary
09:10 AM Backport #17313: jewel: rgw-ldap: add ldap lib to rgw lib deps based on build config
b3b3185008a0a2149dcba59813e0f0400d2e47de conflicts as of d4197dcae43b073d121c4b12ff7cca2f619745e1
The conflict is ...
Loïc Dachary

10/18/2016

01:15 PM Bug #16682 (Resolved): ceph jewel failed create s3 tpye subuser from admin rest api
Orit Wasserman
10:57 AM Bug #17598: rgw: the value of total_time is wrong in the result of 'radosgw-admin log show' opt
[root@c49 ~]# radosgw-admin log show --object=2016-10-18-18-7b723404-fdb3-422b-a4e7-e8e6771bb47e.144174.1-BUCKET_test... wei qiaomiao
10:47 AM Bug #17598 (Resolved): rgw: the value of total_time is wrong in the result of 'radosgw-admin log ...
PR: https://github.com/ceph/ceph/pull/11425 wei qiaomiao
09:40 AM Bug #14589 (Resolved): bucket check --check-objects has not return
Orit Wasserman

10/17/2016

03:15 PM Bug #17110 (Resolved): rgw: period commit return error when the current period has a zonegroup wh...
Loïc Dachary
03:15 PM Bug #17036 (Resolved): rgw: radosgw daemon core when reopen logs
Loïc Dachary
03:15 PM Bug #16976 (Resolved): rgw file uses too much CPU in gc/idle thread
Loïc Dachary
03:15 PM Bug #16751 (Resolved): upgrade from old multisite to new multisite fails
Loïc Dachary
11:05 AM Backport #17576 (In Progress): jewel: RGW loses realm/period/zonegroup/zone data: period overwrit...
Loïc Dachary
11:01 AM Bug #17371: RGW loses realm/period/zonegroup/zone data: period overwritten if somewhere in the cl...
https://github.com/ceph/ceph/pull/11426 Loïc Dachary

10/16/2016

07:37 AM Feature #13302 (Resolved): rgw: S3 authentication subsystem should be able to use admin credentia...
Since http://tracker.ceph.com/issues/16110 is a dependency of this issue and will not be backported, this issue will ... Nathan Cutler
07:36 AM Backport #14721 (Rejected): hammer: rgw: S3 authentication subsystem should be able to use admin ...
Nathan Cutler
07:36 AM Backport #14721 (Resolved): hammer: rgw: S3 authentication subsystem should be able to use admin ...
Since http://tracker.ceph.com/issues/16110 is a dependency of this issue and will not be backported, this issue will ... Nathan Cutler

10/14/2016

08:54 PM Bug #17580 (Fix Under Review): RGWRados::get_system_obj() sends unnecessary stat request before read
https://github.com/ceph/ceph/pull/11444 Casey Bodley
08:52 PM Bug #17580 (Resolved): RGWRados::get_system_obj() sends unnecessary stat request before read
get_system_obj() calls get_system_obj_state() to send a [getxattrs,stat] request and fill out an RGWObjState - but th... Casey Bodley
08:47 PM Bug #17571 (Fix Under Review): multisite: coroutine deadlock assertion on error in FetchAllMetaCR
https://github.com/ceph/ceph/pull/11505 Casey Bodley
08:47 PM Bug #17568 (Fix Under Review): multisite: race between ReadSyncStatus and InitSyncStatus leads to...
https://github.com/ceph/ceph/pull/11504 Casey Bodley
08:47 PM Bug #17569 (Fix Under Review): multisite: assertion in RGWRados::wakeup_data_sync_shards
https://github.com/ceph/ceph/pull/11506 Casey Bodley
06:02 PM Bug #15530 (Duplicate): s3website: VHost-style buckets do not fire correctly in website mode
Turns out to be related to the accidental logic inversion, which we fixed separately. Robin Johnson
12:26 PM Bug #17399 (Duplicate): Period commit that changes default_placement can cause RGWs to crash.
Duplicate of 17371 Orit Wasserman

10/13/2016

10:01 PM Backport #17576 (Resolved): jewel: RGW loses realm/period/zonegroup/zone data: period overwritten...
https://github.com/ceph/ceph/pull/11519 Loïc Dachary
09:59 PM Backport #16793 (Resolved): jewel: upgrade from old multisite to new multisite fails
Loïc Dachary
09:59 PM Backport #17064 (Resolved): jewel: rgw: radosgw daemon core when reopen logs
Loïc Dachary
09:59 PM Backport #17118 (Resolved): jewel: rgw: period commit return error when the current period has a ...
Loïc Dachary
09:58 PM Backport #17143 (Resolved): jewel: rgw file uses too much CPU in gc/idle thread
Loïc Dachary
07:03 PM Bug #17574 (New): multisite: many duplicate mdlog entries cause race to sync and result in ECANCELED
Seen in multiple teuthology runs:
http://qa-proxy.ceph.com/teuthology/cbodley-2016-09-16_10:00:36-rgw-wip-cbodley-...
Casey Bodley
06:09 PM Bug #17440 (Fix Under Review): disable virtual hosting of buckets when no hostnames are configured
Casey Bodley
06:09 PM Bug #17440: disable virtual hosting of buckets when no hostnames are configured
https://github.com/ceph/ceph/pull/11280 Casey Bodley
06:00 PM Bug #17272 (Can't reproduce): S3: Batch operations fail
Yehuda Sadeh
05:58 PM Bug #17279 (Resolved): auth failures (SignatureDoesNotMatch) in teuthology runs
Orit Wasserman
05:55 PM Bug #17371 (Pending Backport): RGW loses realm/period/zonegroup/zone data: period overwritten if ...
Orit Wasserman
05:20 PM Bug #17572 (In Progress): swift: Problems with DLO containing 0 length segments
PR for hammer: https://github.com/ceph/ceph/pull/11453 Ken Dreyer
05:17 PM Bug #17572 (Resolved): swift: Problems with DLO containing 0 length segments
A DLO that contains at least 1 non-zero length segment and 1 0 length segment will cause GET to get stuck in a cpu lo... Marcus Watts
04:46 PM Bug #17571 (Resolved): multisite: coroutine deadlock assertion on error in FetchAllMetaCR
An early error in RGWFetchAllMetaCR triggers the deadlock detection assertion in RGWCoroutinesManager::run(). The 4 c... Casey Bodley
04:41 PM Bug #17570 (In Progress): rgw: segfault on shutdown after failure to start meta_sync_processor_th...
... Casey Bodley
04:34 PM Bug #17569 (Resolved): multisite: assertion in RGWRados::wakeup_data_sync_shards
If RGWDataSyncControlCR returns an error to RGWRemoteDataLog::run_sync(), RGWRemoteDataLog::data_sync_cr is not reset... Casey Bodley
04:24 PM Bug #17568 (Resolved): multisite: race between ReadSyncStatus and InitSyncStatus leads to EIO errors
RGWInitSyncStatusCoroutine locks the mdlog.sync-status object, queries log positions from the remote, writes shard ma... Casey Bodley
03:51 PM Bug #17544 (Resolved): rgw: ldap: protect rgw::from_base64 from non-base64 input
Loïc Dachary
03:51 PM Bug #17504 (Resolved): rgw: doc: description of multipart part entity is wrong
Loïc Dachary
03:51 PM Bug #17367 (Resolved): rgw nfs: fix NFS creation (and other?) times for S3-created buckets
Loïc Dachary
03:51 PM Bug #17311 (Resolved): rgw: file setattr
Loïc Dachary
03:51 PM Feature #17185 (Resolved): ldap auth custom search filter
Loïc Dachary
03:51 PM Bug #17073 (Resolved): multisite: StateBuildingFullSyncMaps doesn't check for errors before advan...
Loïc Dachary
03:51 PM Bug #16663 (Resolved): incorrect value of CINIT_FLAG_DEFER_DROP_PRIVILEGES
Loïc Dachary
03:51 PM Bug #16494 (Resolved): S3 object versioning fails when applied on a non-master zone
Loïc Dachary
03:51 PM Bug #16410 (Resolved): default quota fixes
Loïc Dachary
03:47 PM Backport #17513 (Resolved): jewel: S3 object versioning fails when applied on a non-master zone
Loïc Dachary
02:48 PM Backport #16447 (Resolved): jewel: default quota fixes
Loïc Dachary
02:47 PM Backport #17161 (Resolved): jewel: multisite: StateBuildingFullSyncMaps doesn't check for errors ...
Loïc Dachary
02:47 PM Backport #17335 (Resolved): jewel: radosgw-admin(8) does not describe "--job-id" or "--max-concur...
Loïc Dachary
02:47 PM Backport #17337 (Resolved): jewel: radosgw-admin lacks docs for "--orphan-stale-secs"
Loïc Dachary
02:46 PM Backport #17505 (Resolved): jewel: rgw: doc: description of multipart part entity is wrong
Loïc Dachary
10:31 AM Backport #17312 (In Progress): jewel: build/ops: allow building RGW with LDAP disabled
Loïc Dachary
10:30 AM Backport #17312: jewel: build/ops: allow building RGW with LDAP disabled
master PR: https://github.com/ceph/ceph/pull/9625 Loïc Dachary
10:28 AM Backport #17313: jewel: rgw-ldap: add ldap lib to rgw lib deps based on build config
master PR: https://github.com/ceph/ceph/pull/9852
b3b3185008a0a2149dcba59813e0f0400d2e47de conflicts as of 9d1f75...
Loïc Dachary
10:21 AM Backport #17319: jewel: rgw nfs 28
master PR: https://github.com/ceph/ceph/pull/10611
34224ecd8360e03603a1a5dd1c1c9f0a31f1c1d5 conflicts as of 9d1f75...
Loïc Dachary
10:15 AM Backport #17322: jewel: rgw nfs v3 completions
master PR: https://github.com/ceph/ceph/pull/10745
ada29f7f8323be2301588941bcd5c60190b32a4b conflicts as of 9d1f75...
Loïc Dachary
10:12 AM Backport #17119 (In Progress): jewel: multisite: assert(next) failed in RGWMetaSyncCR
Loïc Dachary
10:10 AM Backport #17162 (In Progress): jewel: rgw multisite: doesn't retry RGWFetchAllMetaCR on failed lease
Loïc Dachary
10:06 AM Backport #17208: jewel: rgw: setting rgw_swift_url_prefix = "/" doesn't work as expected
dbf5b5b73dc5ceb20959a4a55dd695cd5f95d034 conflicts as of 9d1f756dfa1775338c2fa1cf6bfafd45b842b75f Loïc Dachary
10:00 AM Backport #17342 (Need More Info): jewel: teuthology: assertion failure in a radosgw-admin related...
http://tracker.ceph.com/issues/17167 does not have information about the commits to be backported Loïc Dachary
09:59 AM Bug #17167: teuthology: assertion failure in a radosgw-admin related task
Which commit should be backported ? Loïc Dachary
09:58 AM Backport #17343: jewel: radosgw Consumes too much CPU time to synchronize metadata or data betwee...
f2f5cdf3aadfa265e2e834a9354c2aacf274212d conflicts as of 9d1f756dfa1775338c2fa1cf6bfafd45b842b75f Loïc Dachary
09:56 AM Bug #15868 (Resolved): rgw: versioned object is still listed in bucket index after removal
Commited to jewel before it was released, no need to backport:... Loïc Dachary
09:48 AM Backport #17349 (In Progress): jewel: Modification for "TEST S3 ACCESS" section in "INSTALL CEPH ...
Loïc Dachary
09:47 AM Backport #17350 (In Progress): jewel: rgw:response information is error when geting token of swif...
Loïc Dachary
09:45 AM Backport #17507: jewel: multisite: 'radosgw-admin period prepare' is obsolete
1508c70d36baae06377629416ff05b4138ccfbd4 conflicts as of 9d1f756dfa1775338c2fa1cf6bfafd45b842b75f Loïc Dachary
09:44 AM Backport #17509 (In Progress): jewel: Config parameter "rgw keystone make new tenants" in radosgw...
Loïc Dachary
09:43 AM Backport #17510 (In Progress): jewel: ERROR: got unexpected error when trying to read object: -2
Loïc Dachary
09:42 AM Backport #17511 (In Progress): jewel: s3tests-test-readwrite failing with 500
Loïc Dachary
09:40 AM Backport #17512: jewel: multisite: metadata master can get the wrong value for 'oldest_log_period'
d32654b7cd60ccc4e23d3f05b9e4385a697bacd6 conflicts as of 9d1f756dfa1775338c2fa1cf6bfafd45b842b75f Loïc Dachary
09:39 AM Backport #17514 (In Progress): jewel: rgw:bucket check remove _multipart_ prefix
Loïc Dachary
09:38 AM Backport #17538 (In Progress): jewel: rgw:user email can modify to empty when it has values
Loïc Dachary
03:29 AM Feature #8956: rgw: support bucket notification
Is that any process with this feature? Diluga Salome

10/10/2016

04:18 PM Feature #17550 (Resolved): rgw: bucket resharding
master PR: https://github.com/ceph/ceph/pull/11230
sample jewel backport PR: https://github.com/ceph/ceph/pull/11368...
Loïc Dachary
04:08 PM Backport #17321 (Resolved): jewel: rgw: file: remove busy-wait in RGWLibFS::gc()
Loïc Dachary
08:57 AM Backport #17321 (In Progress): jewel: rgw: file: remove busy-wait in RGWLibFS::gc()
Backported from https://github.com/ceph/ceph/pull/10638 Loïc Dachary
04:08 PM Backport #17323 (Resolved): jewel: rgw: rgw_file: restore local definition of RGWLibFS gc interval
Loïc Dachary
08:59 AM Backport #17323 (In Progress): jewel: rgw: rgw_file: restore local definition of RGWLibFS gc inte...
Backported from https://github.com/ceph/ceph/pull/10756 Loïc Dachary
04:08 PM Backport #17324 (Resolved): jewel: rgw: ldap: protect rgw::from_base64 from non-base64 input
Loïc Dachary
08:32 AM Backport #17324 (In Progress): jewel: rgw: ldap: protect rgw::from_base64 from non-base64 input
Loïc Dachary
04:08 PM Backport #17325 (Resolved): jewel: rgw: rgw_file: fix return value signedness (rgw_readdir)
Loïc Dachary
09:00 AM Backport #17325 (In Progress): jewel: rgw: rgw_file: fix return value signedness (rgw_readdir)
https://github.com/ceph/ceph/pull/10822 Loïc Dachary
04:08 PM Backport #17326 (Resolved): jewel: rgw: rgw file fix bug of rgw_lookup can not exact match file name
Loïc Dachary
09:01 AM Backport #17326 (In Progress): jewel: rgw: rgw file fix bug of rgw_lookup can not exact match fil...
Backported from https://github.com/ceph/ceph/pull/10823 Loïc Dachary
04:07 PM Backport #17327 (Resolved): jewel: rgw: remove duplicated calls to getattr
Loïc Dachary
09:02 AM Backport #17327 (In Progress): jewel: rgw: remove duplicated calls to getattr
Backported from https://github.com/ceph/ceph/pull/10858 Loïc Dachary
04:07 PM Backport #17332 (Resolved): jewel: rgw: file setattr
Loïc Dachary
09:03 AM Backport #17332 (In Progress): jewel: rgw: file setattr
Loïc Dachary
04:07 PM Backport #17393 (Resolved): jewel: rgw: rgw_file: fix set_attrs operation
Loïc Dachary
09:04 AM Backport #17393 (In Progress): jewel: rgw: rgw_file: fix set_attrs operation
Backported from https://github.com/ceph/ceph/pull/11159 Loïc Dachary
04:07 PM Backport #17394 (Resolved): jewel: rgw: nfs: fix NFS creation (and other?) times for S3-created b...
Loïc Dachary
09:05 AM Backport #17394 (In Progress): jewel: rgw: nfs: fix NFS creation (and other?) times for S3-create...
Backported from https://github.com/ceph/ceph/pull/11181 Loïc Dachary
04:07 PM Backport #17543 (Resolved): jewel: ldap auth custom search filter
Loïc Dachary
08:30 AM Backport #17543 (In Progress): jewel: ldap auth custom search filter
Loïc Dachary
08:26 AM Backport #17543 (Resolved): jewel: ldap auth custom search filter
https://github.com/ceph/ceph/pull/11332 Loïc Dachary
01:53 PM Backport #16667 (Resolved): jewel: incorrect value of CINIT_FLAG_DEFER_DROP_PRIVILEGES
Sage Weil
01:25 PM Bug #17269: There is a question about the bucket link API parameters
Thank you very much, my question is solved Jiang Yu
09:19 AM Backport #17546 (Rejected): jewel: rgw: bucket resharding
https://github.com/ceph/ceph/pull/11368 Loïc Dachary
09:15 AM Backport #17513 (In Progress): jewel: S3 object versioning fails when applied on a non-master zone
Loïc Dachary
08:33 AM Bug #17544 (Resolved): rgw: ldap: protect rgw::from_base64 from non-base64 input
https://github.com/ceph/ceph/pull/10777
Loïc Dachary
08:26 AM Feature #17185 (Pending Backport): ldap auth custom search filter
Loïc Dachary
08:22 AM Backport #17480 (In Progress): jewel: ACL request for objects with underscore at end and beginning
Loïc Dachary
08:18 AM Backport #17471 (In Progress): jewel: rgw: versioning is broken in current master
Loïc Dachary
08:11 AM Backport #17339 (In Progress): jewel: objects in the metadata_heap pool are created, but never re...
Loïc Dachary
07:43 AM Backport #17337 (In Progress): jewel: radosgw-admin lacks docs for "--orphan-stale-secs"
Loïc Dachary
07:43 AM Backport #17335 (In Progress): jewel: radosgw-admin(8) does not describe "--job-id" or "--max-con...
Loïc Dachary
05:35 AM Backport #17538 (Resolved): jewel: rgw:user email can modify to empty when it has values
https://github.com/ceph/ceph/pull/11469 Loïc Dachary

10/07/2016

01:06 AM Bug #16727: s3tests-test-readwrite failed in rados run
Also, seen on a run based on Jewel:
http://pulpito.ceph.com/dzafman-2016-10-05_15:06:22-rados-wip-zafman-testing-j...
David Zafman

10/06/2016

07:56 PM Bug #17530 (Fix Under Review): rgw: errors in the Bulk Delete of Swift API are handled improperly
Radoslaw Zarzynski
07:56 PM Bug #17530 (Resolved): rgw: errors in the Bulk Delete of Swift API are handled improperly
https://github.com/ceph/ceph/pull/9319 Radoslaw Zarzynski
10:04 AM Bug #17520: Java aws-java-sdk-s3 Signature XAmzContentSHA256Mismatch
Ok ... well ... I found a workaround : if I put a clientConfiguratin which override the signer to the old version, it... Olivier HENRY
09:17 AM Bug #17520 (New): Java aws-java-sdk-s3 Signature XAmzContentSHA256Mismatch
Hi,
I'm a java developper and I'm trying to make some calls to ceph with the aws-java-sdk-s3.
When I try with...
Olivier HENRY

10/05/2016

09:14 PM Bug #13286 (Pending Backport): rgw:user email can modify to empty when it has values
Yehuda Sadeh
08:35 PM Bug #13286: rgw:user email can modify to empty when it has values
merged to master - does this need backport? Casey Bodley
07:59 PM Bug #13286: rgw:user email can modify to empty when it has values
https://github.com/ceph/ceph/pull/11340 Yehuda Sadeh
08:15 PM Backport #17505 (In Progress): jewel: rgw: doc: description of multipart part entity is wrong
Nathan Cutler
07:04 PM Backport #17505 (Resolved): jewel: rgw: doc: description of multipart part entity is wrong
https://github.com/ceph/ceph/pull/11342 Nathan Cutler
07:08 PM Backport #17514 (Resolved): jewel: rgw:bucket check remove _multipart_ prefix
https://github.com/ceph/ceph/pull/11470 Nathan Cutler
07:07 PM Backport #17513 (Resolved): jewel: S3 object versioning fails when applied on a non-master zone
https://github.com/ceph/ceph/pull/11367 Nathan Cutler
07:06 PM Backport #17512 (Resolved): jewel: multisite: metadata master can get the wrong value for 'oldest...
https://github.com/ceph/ceph/pull/11868 Nathan Cutler
07:06 PM Backport #17511 (Resolved): jewel: s3tests-test-readwrite failing with 500
https://github.com/ceph/ceph/pull/11471 Nathan Cutler
07:05 PM Backport #17510 (Resolved): jewel: ERROR: got unexpected error when trying to read object: -2
https://github.com/ceph/ceph/pull/11472 Nathan Cutler
07:05 PM Backport #17509 (Resolved): jewel: Config parameter "rgw keystone make new tenants" in radosgw mu...
https://github.com/ceph/ceph/pull/11473 Nathan Cutler
07:04 PM Backport #17507 (Resolved): jewel: multisite: 'radosgw-admin period prepare' is obsolete
https://github.com/ceph/ceph/pull/11574 Nathan Cutler
06:58 PM Backport #17161 (In Progress): jewel: multisite: StateBuildingFullSyncMaps doesn't check for erro...
Nathan Cutler
03:09 PM Backport #17161: jewel: multisite: StateBuildingFullSyncMaps doesn't check for errors before adva...
https://github.com/ceph/ceph/pull/11330 Casey Bodley
04:07 PM Bug #17293 (Pending Backport): Config parameter "rgw keystone make new tenants" in radosgw multit...
Yehuda Sadeh
04:04 PM Documentation #16604 (Resolved): rgw_enable_usage_log = true option is missing in Rados Gateway a...
Yehuda Sadeh
03:55 PM Bug #17504 (Pending Backport): rgw: doc: description of multipart part entity is wrong
Yehuda Sadeh
03:54 PM Bug #17504 (Resolved): rgw: doc: description of multipart part entity is wrong
https://github.com/ceph/ceph/pull/10641 Yehuda Sadeh
03:22 PM Bug #16930 (Pending Backport): s3tests-test-readwrite failing with 500
Casey Bodley
02:17 PM Bug #17443: rgw: versioning is broken in current master
https://github.com/ceph/ceph/pull/11270 is the pull request that needs backport Casey Bodley
08:34 AM Bug #16357: radosgw stats error
I'm still able to reproduce this in master; these are the steps I did... Abhishek Lekshmanan
04:22 AM Bug #14589 (Fix Under Review): bucket check --check-objects has not return
Nathan Cutler
12:08 AM Bug #14208: rgw: 500 returned on Put Bucket ACL (ECANCELLED/-125)
@prallabh issue looks similar, but not the same problem afaict Yehuda Sadeh
12:03 AM Bug #17499 (Resolved): rgw: need to modify getusage api to json encode stats correctly
https://github.com/ceph/ceph/pull/11325 Yehuda Sadeh

10/04/2016

11:45 PM Bug #17499: rgw: need to modify getusage api to json encode stats correctly
https://github.com/ceph/ceph/pull/9495 Yehuda Sadeh
11:45 PM Bug #17499 (Resolved): rgw: need to modify getusage api to json encode stats correctly
Yehuda Sadeh
11:21 PM Bug #17111 (Pending Backport): ERROR: got unexpected error when trying to read object: -2
Note that we need to be careful here when backporting, there's an encoding change. Yehuda Sadeh
11:20 PM Bug #17111: ERROR: got unexpected error when trying to read object: -2
https://github.com/ceph/ceph/pull/10820 Yehuda Sadeh
09:54 PM Bug #14589: bucket check --check-objects has not return
Issue was probably found by code inspection, and didn't really have any impact (other than that when running a specif... Yehuda Sadeh
09:03 PM Backport #17339: jewel: objects in the metadata_heap pool are created, but never read or removed
https://github.com/ceph/ceph/pull/11321 Matt Benjamin
08:50 PM Bug #13724 (Pending Backport): rgw:bucket check remove _multipart_ prefix
https://github.com/ceph/ceph/pull/6501 Yehuda Sadeh
08:10 PM Bug #16894 (Pending Backport): multisite: metadata master can get the wrong value for 'oldest_log...
Yehuda Sadeh
03:15 PM Bug #17387 (Pending Backport): multisite: 'radosgw-admin period prepare' is obsolete
Casey Bodley

10/03/2016

09:24 PM Bug #15896: S3: set EncodingType in ListBucketResult
Well.
Our logs show that 0.94.9 was applied in our environment on August 31, 2016.
I created this ticket when ...
Andy Yang
08:02 PM Bug #16494 (Pending Backport): S3 object versioning fails when applied on a non-master zone
Ken Dreyer
06:03 PM Backport #17480: jewel: ACL request for objects with underscore at end and beginning
(Note Yehuda's comment in the original bug, that we will also need to backport #17443 to jewel alongside this one.)
Ken Dreyer
01:28 PM Backport #17480 (Resolved): jewel: ACL request for objects with underscore at end and beginning
https://github.com/ceph/ceph/pull/11563 Loïc Dachary
01:27 PM Backport #17471 (Resolved): jewel: rgw: versioning is broken in current master
https://github.com/ceph/ceph/pull/11563 Loïc Dachary

09/30/2016

11:22 PM Bug #16930 (Fix Under Review): s3tests-test-readwrite failing with 500
https://github.com/ceph/ceph/pull/11286 Yehuda Sadeh
09:58 PM Bug #17272: S3: Batch operations fail
@ayang I tried to reproduce the exact scenario you provided here. Verified that it works correctly in 0.94.9. Also ve... Yehuda Sadeh
08:34 PM Bug #16854: the usage log record date is 16 hours later than the real operate time in jewel1 10....
Some status: in my current attempts to reproduced, I see slightly different behavior:
1. after adding "rgw enable u...
Matt Benjamin
07:57 PM Backport #16564 (Resolved): jewel: cors auto memleak
Loïc Dachary
03:23 PM Bug #17465 (Resolved): multisite: coroutine deadlock in RGWMetaSyncCR after ECANCELED errors
An assert that detects deadlocks between coroutines in RGWCoroutinesManager::run() is triggered when a lot of corouti... Casey Bodley
03:04 PM Bug #17387 (Fix Under Review): multisite: 'radosgw-admin period prepare' is obsolete
Casey Bodley
12:07 PM Bug #17387: multisite: 'radosgw-admin period prepare' is obsolete
PR: https://github.com/ceph/ceph/pull/11278 Gaurav Garg
08:42 AM Bug #17443 (Pending Backport): rgw: versioning is broken in current master
Orit Wasserman
01:34 AM Bug #17443: rgw: versioning is broken in current master
a regression, caused by fix to http://tracker.ceph.com/issues/16856. Yehuda Sadeh
01:29 AM Bug #17443 (Resolved): rgw: versioning is broken in current master
Versioned objects cannot be read. Yehuda Sadeh
01:37 AM Bug #16856: ACL request for objects with underscore at end and beginning
Note that when backporting this fix, also need to backport the fix to http://tracker.ceph.com/issues/17443. Yehuda Sadeh

09/29/2016

10:07 PM Bug #17440 (Resolved): disable virtual hosting of buckets when no hostnames are configured
If no hostnames are configured (either via config variable 'rgw_dns_name' or the zonegroup's 'hostnames' list), then ... Casey Bodley
07:43 PM Bug #17438: Building Ceph 10.2.3 without OpenLDAP fails
Issue was likely added in commit fe57aceeb02ad9163feb2d196589b5927cedfa0f Roy Keene
07:35 PM Bug #17438 (New): Building Ceph 10.2.3 without OpenLDAP fails
Compiling Ceph v10.2.3 with configure options: --with-radosgw --without-openldap
fails to create a buildable produ...
Roy Keene
06:52 PM Backport #17140 (Resolved): jewel: period commit loses zonegroup changes: region_map converted re...
Loïc Dachary
06:47 PM Bug #17367 (Pending Backport): rgw nfs: fix NFS creation (and other?) times for S3-created buckets
Yehuda Sadeh
06:42 PM Bug #17387 (In Progress): multisite: 'radosgw-admin period prepare' is obsolete
Yehuda Sadeh
06:41 PM Bug #17399: Period commit that changes default_placement can cause RGWs to crash.
old radosgw-admin was still [re]running, at created new default region objects. This triggered period conversion agai... Yehuda Sadeh
06:38 PM Bug #17401: rgw folder name with underscore (_) problem
This looks like a duplicate:
http://tracker.ceph.com/issues/16856
Yehuda Sadeh
06:35 PM Backport #17122 (Resolved): jewel: COPY broke multipart files uploaded under dumpling
Yehuda Sadeh
06:32 PM Bug #17051 (Resolved): period commit loses zonegroup changes: region_map converted repeatedly
Yehuda Sadeh
06:29 PM Bug #17186 (Can't reproduce): radosgw keystonev3 token revocation error
Yehuda Sadeh
06:26 PM Bug #16828 (Can't reproduce): radosgw swift interface put object response 500 error?
Yehuda Sadeh
06:25 PM Bug #17269 (Resolved): There is a question about the bucket link API parameters
The bucket_id is specified when running the following command:... Yehuda Sadeh
05:59 PM Feature #17437 (New): rgw: create a tool to remove old bucket index objects
Yehuda Sadeh
05:56 PM Bug #17372 (Fix Under Review): RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin ...
Yehuda Sadeh
05:56 PM Bug #17372: RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin works)
Yehuda Sadeh
05:56 PM Bug #17372 (Fix Under Review): RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin ...
Yehuda Sadeh
05:54 PM Bug #17372: RGW will not list Argonaut-era bucket via HTTP (but radosgw-admin works)
https://github.com/ceph/ceph/pull/11207 Yehuda Sadeh
05:53 PM Backport #16792 (Resolved): jewel: metadata sync can skip markers for failed/incomplete entries
Yehuda Sadeh
05:52 PM Bug #16742 (Resolved): multisite bucket sync doesn't retry objects that it fails to fetch
Yehuda Sadeh
05:51 PM Backport #16794 (Resolved): jewel: multisite bucket sync doesn't retry objects that it fails to f...
Yehuda Sadeh
05:49 PM Bug #16759 (Resolved): metadata sync can skip markers for failed/incomplete entries
Yehuda Sadeh

09/27/2016

03:10 PM Bug #17414 (New): multisite: handle runtime changes to number of mdlog/datalog shards
After starting sync, restarting a gateway with a different value of rgw_md_log_max_shards or rgw_data_log_num_shards ... Casey Bodley

09/26/2016

09:46 PM Bug #16856 (Pending Backport): ACL request for objects with underscore at end and beginning
Ken Dreyer
08:37 AM Bug #17401 (New): rgw folder name with underscore (_) problem
Our company have 4 different CEPH clusters and all of these have the same issue:
underscore (_) problem and how ...
Matas Tvarijonas
 

Also available in: Atom