]>
git.apps.os.sepia.ceph.com Git - ceph-ci.git/log 
Ricardo Dias  [Wed, 11 Apr 2018 22:00:05 +0000  (23:00 +0100)] 
mgr/dashboard: taskmanager: support exception handlerSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Wed, 11 Apr 2018 23:02:28 +0000  (00:02  +0100)] 
mgr/dashboard: rbd: snapshot rollback implementationSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Wed, 11 Apr 2018 15:17:14 +0000  (16:17 +0100)] 
mgr/dashboard: rbd: major refactoring for using the Task decoratorSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Wed, 11 Apr 2018 11:43:22 +0000  (12:43 +0100)] 
mgr/dashboard: restcontroller: support for detail methodsSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Wed, 11 Apr 2018 11:42:41 +0000  (12:42 +0100)] 
mgr/dashboard: Task decorator for controller endpointsSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Tue, 10 Apr 2018 09:42:37 +0000  (10:42 +0100)] 
qa/tasks/mgr/dashboard: rbd: snapshot edit testsSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Tue, 10 Apr 2018 09:41:24 +0000  (10:41 +0100)] 
mgr/dashboard: rbd: snapshot edit implementationSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Thu, 29 Mar 2018 15:01:08 +0000  (16:01 +0100)] 
qa/tasks/mgr/dashboard: rbd: use dashboard pool API for creating poolsSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Thu, 29 Mar 2018 15:00:43 +0000  (16:00 +0100)] 
qa/tasks/mgr/dashboard: rbd: image edit testsSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Thu, 29 Mar 2018 14:59:46 +0000  (15:59 +0100)] 
mgr/dashboard: rbd: image edit implementationSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Thu, 29 Mar 2018 10:56:52 +0000  (11:56 +0100)] 
qa/tasks/mgr/dashboard: rbd: snapshot create/delete testsSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Thu, 29 Mar 2018 10:01:39 +0000  (11:01 +0100)] 
mgr/dashboard: rbd: snapshot create/delete implementationSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Thu, 29 Mar 2018 09:30:25 +0000  (10:30 +0100)] 
qa/tasks/mgr/dashboard: rbd: image deletion testSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Thu, 29 Mar 2018 09:02:03 +0000  (10:02 +0100)] 
mgr/dashboard: rbd: image delete implementationSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Wed, 11 Apr 2018 22:20:11 +0000  (23:20 +0100)] 
mgr/dashboard: restcontroller: allow POST with empty bodySigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Thu, 29 Mar 2018 08:59:27 +0000  (09:59 +0100)] 
mgr/dashboard: restcontroller: allow DELETE to return JSON bodySigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Wed, 28 Mar 2018 16:06:02 +0000  (17:06 +0100)] 
mgr/dashboard: rbd: image disk usage implementationSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Wed, 28 Mar 2018 13:33:39 +0000  (14:33 +0100)] 
qa/tasks/mgr/dashboard: rbd: asynchronous image create testSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Wed, 28 Mar 2018 13:33:01 +0000  (14:33 +0100)] 
mgr/dashboard: rbd: asynchronous image createSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Fri, 16 Mar 2018 13:13:26 +0000  (13:13 +0000)] 
qa/tasks/mgr/dashboard: rbd: new image list formatSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Fri, 16 Mar 2018 13:12:33 +0000  (13:12 +0000)] 
mgr/dashboard: rbd: image list implementationSigned-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Mon, 26 Mar 2018 11:02:41 +0000  (12:02 +0100)] 
mgr/dashboard: added script to execute backend API requests
Example of usage:
```
$ ./run-backend-api-request.sh POST /api/rbd '{"name": "myimage2", "pool_name": "rbd", "size": 
53687091200 , "obj_size": 
4194304 , "features": ["exclusive-lock", "journaling", "layering"], "stripe_unit": null, "stripe_count": null, "data_pool": null}'
$ ./run-backend-api-request.sh GET /api/rbd
```
Signed-off-by: Ricardo Dias <rdias@suse.com> 
Ricardo Dias  [Mon, 26 Mar 2018 11:01:06 +0000  (12:01 +0100)] 
mgr/dashboard: viewcache: remove VALUE_EXCEPTIONSigned-off-by: Ricardo Dias <rdias@suse.com> 
Kefu Chai  [Fri, 13 Apr 2018 14:56:46 +0000  (22:56 +0800)] 
Merge pull request #21416 from tchaikov/wip-tox-pwdReviewed-by: Sebastian Wagner <sebastian.wagner@suse.com> Reviewed-by: Ricardo Dias <rdias@suse.com> 
Casey Bodley  [Fri, 13 Apr 2018 14:42:20 +0000  (10:42 -0400)] 
Merge pull request #18932 from yehudasa/wip-rgw-cloud-syncReviewed-by: Casey Bodley <cbodley@redhat.com> 
Nathan Cutler  [Fri, 13 Apr 2018 13:59:11 +0000  (15:59 +0200)] 
Merge pull request #21356 from smithfarm/wip-23657Reviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Alfredo Deza <adeza@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 13:00:42 +0000  (21:00 +0800)] 
test/dashboard: specify workdir using tox.iniFixes: http://tracker.ceph.com/issues/23709 Signed-off-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:50:26 +0000  (17:50 +0800)] 
Merge pull request #21342 from SUSE/wip-argparse-fix-validate_command-errorReviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:49:30 +0000  (17:49 +0800)] 
Merge pull request #21331 from liewegas/wip-slow-opsReviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:48:34 +0000  (17:48 +0800)] 
Merge pull request #21317 from liewegas/wip-23622Reviewed-by: Casey Bodley <cbodley@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:47:47 +0000  (17:47 +0800)] 
Merge pull request #21312 from wjwithagen/wjw-PG-publicReviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:45:18 +0000  (17:45 +0800)] 
Merge pull request #21293 from tchaikov/wip-no-venv-for-dashboardReviewed-by: Sebastian Wagner <sebastian.wagner@suse.com> Reviewed-by: Ricardo Dias <rdias@suse.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:43:33 +0000  (17:43 +0800)] 
Merge pull request #21287 from yanghonggang/masterReviewed-by: Sage Weil <sage@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:42:44 +0000  (17:42 +0800)] 
Merge pull request #21174 from guzhongyan/crush-log-cleanupReviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:41:28 +0000  (17:41 +0800)] 
Merge pull request #21110 from majianpeng/fix-objecterReviewed-by: Gregory Farnum <gfarnum@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:40:27 +0000  (17:40 +0800)] 
Merge pull request #21029 from rzarzynski/wip-osd-close_op_ctx-nohobjcpyReviewed-by: Sage Weil <sage@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:37:34 +0000  (17:37 +0800)] 
Merge pull request #21018 from ashitakasam/wip-bug-23440Reviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 09:36:27 +0000  (17:36 +0800)] 
Merge pull request #20670 from chardan/jfw-wip-rand_migration-coreReviewed-by: Adam C. Emerson <aemerson@redhat.com> 
Lenz Grimmer  [Fri, 13 Apr 2018 08:57:52 +0000  (10:57 +0200)] 
Merge pull request #21350 from tspmelo/notifications-improvementReviewed-by: Ricardo Marques <rimarques@suse.com> Reviewed-by: Stephan Müller <smueller@suse.com>  Reviewed-by: Volker Theile vtheile@suse.com 
Kefu Chai  [Fri, 13 Apr 2018 07:58:08 +0000  (15:58 +0800)] 
Merge pull request #20996 from rzarzynski/wip-bs-bug23246Reviewed-by: Igor Fedotov <ifedotov@suse.com> 
Kefu Chai  [Fri, 13 Apr 2018 07:51:29 +0000  (15:51 +0800)] 
Merge pull request #21345 from ceph/fix_e2fsprogsReviewed-by: Sébastien Han <seb@redhat.com> Reviewed-by: Ken Dreyer <kdreyer@redhat.com> Reviewed-by: Nathan Cutler <ncutler@suse.com> Reviewed-by: Erwan Velu <erwan@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 07:43:09 +0000  (15:43 +0800)] 
Merge pull request #20658 from majianpeng/cmake-link-errorReviewed-by: Kefu Chai <kchai@redhat.com> 
Kefu Chai  [Fri, 13 Apr 2018 07:32:55 +0000  (15:32 +0800)] 
Merge pull request #21332 from cbodley/wip-cmake-lz4Reviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Nathan Cutler <ncutler@suse.com> 
Yehuda Sadeh  [Fri, 13 Apr 2018 02:58:32 +0000  (19:58 -0700)] 
rgw/tests_http_manager: fix initializationSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 13 Apr 2018 02:23:19 +0000  (19:23 -0700)] 
json_formattable: fix out of bounds array entity removalSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Patrick Donnelly  [Fri, 13 Apr 2018 01:22:31 +0000  (18:22 -0700)] 
Merge PR #21181 into masterReviewed-by: Patrick Donnelly <pdonnell@redhat.com> 
Patrick Donnelly  [Fri, 13 Apr 2018 01:22:27 +0000  (18:22 -0700)] 
Merge PR #21276 into masterReviewed-by: John Spray <john.spray@redhat.com> 
Patrick Donnelly  [Fri, 13 Apr 2018 01:22:22 +0000  (18:22 -0700)] 
Merge PR #21323 into masterReviewed-by: Patrick Donnelly <pdonnell@redhat.com> 
Yehuda Sadeh  [Sat, 7 Apr 2018 00:41:37 +0000  (17:41 -0700)] 
rgw: force last writer wins on marker writesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Thu, 5 Apr 2018 23:05:48 +0000  (16:05 -0700)] 
doc/radosgw: cloud sync docsSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
David Zafman  [Thu, 12 Apr 2018 23:07:36 +0000  (16:07 -0700)] 
Merge pull request #21362 from dzafman/wip-hex-digestReviewed-by: Kefu Chai <kchai@redhat.com> 
Yehuda Sadeh  [Thu, 5 Apr 2018 00:12:30 +0000  (17:12 -0700)] 
rgw: rename aws tier type to 'cloud'Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Thu, 5 Apr 2018 21:31:41 +0000  (14:31 -0700)] 
rgw: etag fixesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 23 Mar 2018 23:38:51 +0000  (16:38 -0700)] 
rgw: fixes following code reviewSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 23 Mar 2018 00:39:50 +0000  (17:39 -0700)] 
test/rgw/test_multi: fix a few tests to only iterate over rw zonesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 23 Mar 2018 00:44:48 +0000  (17:44 -0700)] 
test/rgw: zone_cloud: deal with key representation and other fixesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 23 Mar 2018 00:33:29 +0000  (17:33 -0700)] 
rgw: streaming put also stores content_type and other fieldsSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Chang Liu  [Tue, 27 Feb 2018 08:48:26 +0000  (16:48 +0800)] 
rgw: fix parse_tier_config_param functionSigned-off-by: Chang Liu <liuchang0812@gmail.com> 
Yehuda Sadeh  [Tue, 20 Mar 2018 18:52:44 +0000  (11:52 -0700)] 
rgw: don't call http data callbacks under lockSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 20 Mar 2018 18:47:39 +0000  (11:47 -0700)] 
rgw: coroutines: cancel stacks on teardownSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 23 Mar 2018 00:50:40 +0000  (17:50 -0700)] 
rgw: don't store etag with extra null character at the endSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 23 Mar 2018 00:49:40 +0000  (17:49 -0700)] 
rgw: cloud sync: store source object info in destination objectSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Thu, 15 Mar 2018 22:57:24 +0000  (15:57 -0700)] 
rgw: cloud sync: store versioned epoch in target objectSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Mon, 12 Mar 2018 21:34:05 +0000  (14:34 -0700)] 
test/rgw: initial work on cloud sync testSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Mon, 19 Feb 2018 23:32:19 +0000  (15:32 -0800)] 
rgw: api adjustment following rebaseSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 2 Feb 2018 23:51:49 +0000  (15:51 -0800)] 
rgw: rework cloud sync configurationSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 2 Feb 2018 00:18:38 +0000  (16:18 -0800)] 
rgw: fixes following rebaseSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 2 Feb 2018 00:06:22 +0000  (16:06 -0800)] 
rgw: use different io id when waking up interval waitSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 2 Feb 2018 00:05:14 +0000  (16:05 -0800)] 
rgw: fix compilation warningSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Thu, 25 Jan 2018 23:38:54 +0000  (15:38 -0800)] 
vstart: fixes for mstartSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Mon, 22 Jan 2018 21:10:52 +0000  (13:10 -0800)] 
rgw: aws sync: apply acl mappingsSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Wed, 17 Jan 2018 00:53:31 +0000  (16:53 -0800)] 
rgw: aws sync: sync aclsSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 16 Jan 2018 22:50:04 +0000  (14:50 -0800)] 
rgw: aws sync: acl_mappings config handlingSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 16 Jan 2018 03:05:02 +0000  (19:05 -0800)] 
rgw: aws sync: remove bucket suffix configurableSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 16 Jan 2018 02:01:48 +0000  (18:01 -0800)] 
rgw: aws sync: use configurable target pathSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Mon, 15 Jan 2018 21:59:13 +0000  (13:59 -0800)] 
rgw: aws sync: dump configSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Mon, 15 Jan 2018 22:22:07 +0000  (14:22 -0800)] 
formatter: add two utility classesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Sat, 13 Jan 2018 00:25:48 +0000  (16:25 -0800)] 
rgw: aws sync: configure different targetsSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 12 Jan 2018 22:57:24 +0000  (14:57 -0800)] 
rgw: aws sync: new config structure, support multiple connectionsSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 9 Jan 2018 15:40:11 +0000  (07:40 -0800)] 
formattable: more fixesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 9 Jan 2018 09:30:46 +0000  (01:30  -0800)] 
rgw: sync module tier config fixesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 9 Jan 2018 09:30:37 +0000  (01:30  -0800)] 
formattable: fixesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Mon, 8 Jan 2018 15:27:30 +0000  (07:27 -0800)] 
rgw: cloud sync, sync object metaSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Mon, 8 Jan 2018 09:44:41 +0000  (01:44  -0800)] 
formattable: adjust array access interfaceSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Fri, 5 Jan 2018 10:42:06 +0000  (02:42  -0800)] 
ceph_json: formattable, set, erase, unitestSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
lvshanchun  [Wed, 29 Nov 2017 13:04:12 +0000  (21:04 +0800)] 
rgw: handle the situation that get a 409 response from S3 correctlySigned-off-by: lvshanchun <lvshanchun@gmail.com> 
lvshanchun  [Wed, 29 Nov 2017 08:49:11 +0000  (16:49 +0800)] 
rgw: avoid use Chunked transfer encoding in RGW's requestSigned-off-by: lvshanchun <lvshanchun@gmail.com> 
lvshanchun  [Wed, 29 Nov 2017 08:43:58 +0000  (16:43 +0800)] 
rgw: add a bucket-suffix tier-configSigned-off-by: lvshanchun <lvshanchun@gmail.com> 
lvshanchun  [Wed, 29 Nov 2017 08:28:05 +0000  (16:28 +0800)] 
rgw: virtual hosted-style supportSigned-off-by: lvshanchun <lvshanchun@gmail.com> 
lvshanchun  [Thu, 23 Nov 2017 09:48:41 +0000  (17:48 +0800)] 
rgw: RGWRESTStreamRWRequest::send_prepare(), url encode destSigned-off-by: lvshanchun <lvshanchun@gmail.com> 
lvshanchun  [Wed, 29 Nov 2017 03:26:44 +0000  (11:26 +0800)] 
rgw: add encode_slash param in url_encodeSigned-off-by: lvshanchun <lvshanchun@gmail.com> 
lvshanchun  [Thu, 23 Nov 2017 08:41:44 +0000  (16:41 +0800)] 
rgw: use GMT time format defined by RFC1123 in http request headerSigned-off-by: lvshanchun <lvshanchun@gmail.com> 
Yehuda Sadeh  [Wed, 13 Dec 2017 11:43:21 +0000  (03:43  -0800)] 
rgw: sync modules: adapt to formattable based configSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Wed, 13 Dec 2017 11:39:24 +0000  (03:39  -0800)] 
test/ceph_json_formattable: add unitestSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Wed, 13 Dec 2017 11:38:09 +0000  (03:38  -0800)] 
ceph_json: formattable fix, api changesSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 12 Dec 2017 18:10:15 +0000  (10:10 -0800)] 
ceph_json: refine Formattable apiSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 12 Dec 2017 13:03:54 +0000  (05:03  -0800)] 
rgw: sync modules, use JSONFormattableSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Tue, 12 Dec 2017 12:25:16 +0000  (04:25  -0800)] 
rgw: rgw_str_to_bool() should also accept "true"Signed-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Yehuda Sadeh  [Wed, 8 Nov 2017 21:19:31 +0000  (13:19 -0800)] 
common/formattable: initial workSigned-off-by: Yehuda Sadeh <yehuda@redhat.com> 
Casey Bodley  [Thu, 12 Apr 2018 19:35:51 +0000  (15:35 -0400)] 
Merge pull request #21026 from ivancich/wip-rgw-unordered-listingReviewed-by: Matt Benjamin <mbenjamin@redhat.com>