summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_reshard.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw: change cls rgw reshard status to enum classJ. Eric Ivancich2020-02-111-6/+8
* Merge pull request #32617 from taodd/bug-43563Casey Bodley2020-01-271-0/+6
|\
| * rgw: update the hash source for multipart entries during reshardingtaodd2020-01-141-0/+6
* | Merge pull request #31155 from zhangsw/fix-rgw-reshard-processCasey Bodley2020-01-231-3/+2
|\ \
| * | rgw: one log shard fails shouldn't block other shards process when reshardzhangshaowen2019-10-251-3/+2
* | | Merge pull request #31103 from zhangsw/fix-rgw-reshard-cleanindexCasey Bodley2020-01-231-2/+1
|\ \ \
| * | | rgw: clean index and remove bucket instance info when setting reshardingzhangshaowen2019-10-241-2/+1
| |/ /
* | | Merge pull request #31344 from zhangsw/fix-rgw-reshard-lock-failedCasey Bodley2020-01-221-3/+3
|\ \ \ | |_|/ |/| |
| * | rgw: return error if lock log shard failszhangshaowen2020-01-031-3/+3
* | | Merge pull request #31142 from zhangsw/fix-rgw-reshard-list-errorCasey Bodley2019-12-191-5/+6
|\ \ \
| * | | rgw: don't print error log when list reshard result is not truncated.zhangshaowen2019-10-251-5/+6
| | |/ | |/|
* | | Merge pull request #31150 from zhangsw/cleanup-rgw-reshard-last_runCasey Bodley2019-12-191-6/+1
|\ \ \
| * | | rgw: remove unused 'last_run' in reshard thread entryzhangshaowen2019-10-251-6/+1
| |/ /
* | | Merge pull request #31483 from zhangsw/fix-rgw-reshard-leftCasey Bodley2019-12-051-1/+1
|\ \ \
| * | | rgw: fix a bug that bucket instance obj can't be removed after resharding com...zhang Shaowen2019-11-081-1/+1
* | | | Merge pull request #30575 from mkogan1/wip-rgw-resharding-memCasey Bodley2019-11-141-13/+9
|\ \ \ \
| * | | | rgw: when resharding store progress jsonMark Kogan2019-09-261-13/+9
* | | | | rgw: auto-clean reshard queue entries for non-existent bucketsJ. Eric Ivancich2019-11-011-12/+39
| |_|_|/ |/| | |
* | | | rgw: use new aio_create_completion()Kefu Chai2019-11-011-1/+1
* | | | rgw: s/wait_for_safe/wait_for_complete/Kefu Chai2019-11-011-1/+1
| |/ / |/| |
* | | Merge pull request #30795 from ivancich/wip-dynamic-reshard-adjustmentsJ. Eric Ivancich2019-10-271-0/+30
|\ \ \ | |_|/ |/| |
| * | rgw: adjust allowable bucket index shard counts for dynamic reshardingJ. Eric Ivancich2019-10-111-0/+30
* | | Merge pull request #30619 from dang/wip-dang-zipper-2Daniel Gryniewicz2019-10-091-2/+1
|\ \ \ | |/ / |/| |
| * | Project Zipper - BucketlistDaniel Gryniewicz2019-09-261-2/+1
| |/
* | rgw: overload cls_rgw functions that do io_ctx.operate()Ali Maredia2019-09-301-2/+2
* | rgw: replace ioctx.operate() with rgw_rados_operate()Ali Maredia2019-09-301-2/+2
|/
* Merge pull request #29894 from markhpc/wip-rgw-reshard-jsonCasey Bodley2019-09-031-5/+2
|\
| * rgw/rgw_reshard: Don't dump RGWBucketReshard JSON in process_single_logshardMark Nelson2019-08-261-5/+2
* | RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
|/
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-44/+45
* Merge branch 'wip-rgw-metadata-servicification'Casey Bodley2019-08-131-34/+11
|\
| * rgw: simplify RGWBucketCtl params with default argumentsCasey Bodley2019-07-291-2/+1
| * rgw: fixes following rebaseYehuda Sadeh2019-07-291-2/+3
| * rgw: remove unused field from struct rgw_bucketYehuda Sadeh2019-07-291-1/+0
| * rgw: api fixes and adjustmentsYehuda Sadeh2019-07-291-4/+3
| * rgw: svc.datalog_rados: add new svc, move data_log out of RGWRadosYehuda Sadeh2019-07-291-1/+1
| * rgw: fixes following api changesYehuda Sadeh2019-07-291-24/+4
| * rgw: more compilation fixesYehuda Sadeh2019-07-291-3/+2
| * rgw: ctl.bucket: move [un]link bucket into ctlYehuda Sadeh2019-07-291-1/+1
| * rgw: more progress with meta restructureYehuda Sadeh2019-07-291-2/+2
* | rgw: s/Mutex/ceph::mutex/Kefu Chai2019-08-031-5/+4
|/
* rgw: provide admin friendly reshard status outputMark Kogan2019-06-131-2/+2
* rgw: add optional_yield to RGWRados::get_bucket_info()Ali Maredia2019-05-171-1/+1
* Merge pull request #27223 from ivancich/wip-fix-resharding-issueJ. Eric Ivancich2019-04-021-1/+1
|\
| * rgw: fix log messages using "proceeding" to "processing"J. Eric Ivancich2019-03-181-1/+1
* | rgw: Remove unused variablesAdam C. Emerson2019-03-151-2/+0
|/
* Merge pull request #25450 from ivancich/wip-rgw-category-cleanupJ. Eric Ivancich2019-01-021-4/+4
|\
| * rgw: clean-up use enum class for stats categoryJ. Eric Ivancich2019-01-021-4/+4
* | Merge pull request #25357 from cbodley/wip-rgw-reshard-yieldCasey Bodley2018-12-141-73/+34
|\ \ | |/ |/|
| * rgw: RGWReshardWait takes duration as argumentCasey Bodley2018-11-301-4/+2