Kefu Chai
21cf1eb4fd
Merge pull request #18256 from liewegas/wip-bluestore-superblock
...
os/bluestore: allow reconstruction of osd data dir from bluestore bdev label
Reviewed-By: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-10-19 13:51:18 +08:00
Kefu Chai
54dab66341
Merge pull request #18346 from tchaikov/wip-log-if-do_read_entry-fails
...
os/filestore: print out the error if do_read_entry() fails
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2017-10-19 13:41:18 +08:00
Josh Durgin
a5e917fb9b
Merge pull request #18145 from dzafman/wip-18162
...
osd: object added to missing set for backfill, but is not in recovering, error!
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2017-10-18 17:33:12 -07:00
Matt Benjamin
3d88b2cd12
Merge pull request #18377 from joscollin/wip-cleanup-rgw-function-names
...
rgw: Fix getter function names in RGWEnv
2017-10-18 16:52:37 -04:00
vasukulkarni
3172a63c64
Merge pull request #18380 from zmc/wip-master-init
...
Changes required for teuthology's systemd support
2017-10-18 13:00:07 -07:00
Matt Benjamin
cea38c72d2
Merge pull request #18365 from linuxbox2/wip-rgw-v3open-write
...
rgw_file: explicit NFSv3 open() emulation
2017-10-18 15:31:13 -04:00
Zack Cerza
f9acdc774d
qa/tasks/ceph: Set owner on mds mount point
...
Signed-off-by: Zack Cerza <zack@redhat.com>
2017-10-18 12:59:09 -06:00
Zack Cerza
e606386626
qa/tasks/cephfs/filesystem: Check for mds failure
...
... inside Filesystem.are_daemons_healthy()
Signed-off-by: Zack Cerza <zack@redhat.com>
2017-10-18 12:59:09 -06:00
Zack Cerza
4516ebb6c0
qa/tasks/ceph: Remove /var/lib/ceph copypasta
...
Signed-off-by: Zack Cerza <zack@redhat.com>
2017-10-18 12:59:09 -06:00
Zack Cerza
a653720f50
qa/tasks/ceph: Set owner on osd mount point
...
This is needed when running with systemd
Signed-off-by: Zack Cerza <zack@redhat.com>
2017-10-18 12:59:09 -06:00
Zack Cerza
16dcceae5c
qa/tasks/ceph: Set owner on mon mount point
...
This is needed when running with systemd
Signed-off-by: Zack Cerza <zack@redhat.com>
2017-10-18 12:59:09 -06:00
Casey Bodley
8c68b30905
Merge pull request #15554 from cbodley/wip-rgw-parse-cr-dump
...
tools/rgw: add script to inspect admin socket "cr dump"
Reviewed-by: Orit Wasserman <owasserm@redhat.com>
2017-10-18 14:32:22 -04:00
David Zafman
69b5fc54fe
test: Cleanup test-erasure-eio.sh code
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-10-18 11:12:14 -07:00
David Zafman
c2572bee3c
test: Add replicated recovery/backfill test
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-10-18 11:12:14 -07:00
David Zafman
689bff354a
osd: Better recovery/backfill restart for mark_unfound_lost delete/revert
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-10-18 11:12:07 -07:00
David Zafman
7f8b0ce9e6
osd, mon: Add new pg states recovery_unfound and backfill_unfound
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-10-18 11:02:10 -07:00
David Zafman
bb2bcb95f5
osd: Add new UnfoundBackfill and UnfoundRecovery pg transitions
...
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-10-18 11:01:39 -07:00
David Zafman
b9de5eec26
test: Test case that reproduces tracker 18162
...
recover_replicas: object added to missing set for backfill, but is not in recovering, error!
Signed-off-by: David Zafman <dzafman@redhat.com>
2017-10-18 10:58:23 -07:00
Yuri Weinstein
aa1d93fdb5
Merge pull request #18378 from ceph/wip-yuriw-21822-master
...
tests - ceph-ansible vars additions
Reviewed-by: Vasu Kulkarni <vasu@redhat.com>
2017-10-18 10:19:35 -07:00
Yuri Weinstein
fe4b0aaa33
tests - ceph-ansible vars additions
...
added symlinks for distros
Fixes http://tracker.ceph.com/issues/21822
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
(cherry picked from commit f30e9a5e6b
)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2017-10-18 09:06:35 -07:00
Jos Collin
dffb5c3728
rgw: Fix getter function names in RGWEnv
...
Fixed the getter function names as per the review comment in
https://github.com/ceph/ceph/pull/17432
Signed-off-by: Jos Collin <jcollin@redhat.com>
2017-10-18 20:28:34 +05:30
Sage Weil
043d8b2087
Merge pull request #18376 from tchaikov/wip-authors
...
doc: update Component Technical Leads and maintainers to canonical location
Reviewed-by: Sage Weil <sage@redhat.com>
2017-10-18 08:51:39 -05:00
Casey Bodley
50ba674dc0
Merge pull request #18355 from gaosibei/wip-rgw-refrence
...
RGW: change function parameters from value to refrence
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-10-18 08:18:12 -04:00
Matt Benjamin
e43f345b38
Merge pull request #17432 from joscollin/wip-cleanup-fix-rgwconf
...
rgw: Access RGWConf through RGWEnv
2017-10-18 07:57:20 -04:00
Matt Benjamin
c584a8d27c
Merge pull request #17440 from mikulely/cleanup-iterate
...
rgw: update outdated debug func name
2017-10-18 07:52:57 -04:00
Matt Benjamin
fee8a8ea9b
Merge pull request #17956 from zhangsw/fix-rgw-encry-torrent-bug
...
rgw: Torrents are not supported for objects encrypted using SSE-C
2017-10-18 07:52:39 -04:00
Matt Benjamin
52834493f9
Merge pull request #18057 from baixueyu/branch1
...
rgw: fix radosgw-admin quota enable return value bug
2017-10-18 07:52:19 -04:00
Alfredo Deza
fc1b889326
Merge pull request #18375 from tchaikov/wip-ceph-disk-check-log
...
ceph-disk: write log to /var/log/ceph not to /var/run/ceph
Reviewed-by: Alfredo Deza <adeza@redhat.com>
2017-10-18 06:51:27 -04:00
scuttlemonkey
843d964d11
AUTHORS: Update Component Technical Leads and maintainers to canonical location of ceph.com.
...
Signed-off-by: Patrick McGarry <pmcgarry@redhat.com>
2017-10-18 18:48:37 +08:00
Mykola Golub
041cca4a32
Merge pull request #18315 from dillaman/wip-21797
...
librbd: object map batch update might cause OSD suicide timeout
Reviewed-by: Mykola Golub <to.my.trociny@gmail.com>
2017-10-18 13:36:47 +03:00
Kefu Chai
9f2715a5e0
Merge pull request #18345 from wido/doc-osd-replace
...
doc: Remove additional arguments when replacing OSD
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-10-18 18:34:57 +08:00
Kefu Chai
e0856bd7e7
ceph-disk: write log to /var/log/ceph not to /var/run/ceph
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-10-18 18:03:44 +08:00
Xie Xingguo
2e1e3f8b2f
Merge pull request #18373 from tchaikov/wip-opt-desc
...
doc: fix the desc of "osd max pg per osd hard ratio"
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
2017-10-18 16:15:35 +08:00
Kefu Chai
d940f62203
doc: fix the desc of "osd max pg per osd hard ratio"
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-10-18 16:07:50 +08:00
Jos Collin
46544cf5d6
Merge pull request #18370 from mikulely/cleanup-rgw-write-meta
...
rgw: drop outdated function doc
Reviewed-by: Jos Collin <jcollin@redhat.com>
2017-10-18 05:34:45 +00:00
Jiaying Ren
f7318f67f0
rgw: drop misplaced&outdated func doc
...
Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
2017-10-18 12:32:24 +08:00
Kefu Chai
2e50ae1f13
Merge pull request #18352 from rzarzynski/wip-testfio-fix-pgps
...
Revert "bluestore/fio: Fixed problem with all objects having the same hash
Reviewed-by: Adam Kupczyk <akupczyk@redhat.com>
Reviewed-by: Igor Fedotov <ifedotov@mirantis.com>
2017-10-18 10:52:13 +08:00
Kefu Chai
9adab8b52a
Merge pull request #18338 from xiexingguo/wip-pg
...
osd/PrimaryLogPG: do not use approx_size() for log trimming
Reviewed-by: Sage Weil <sage@redhat.com>
2017-10-18 10:48:32 +08:00
Kefu Chai
0b8f22535a
Merge pull request #18340 from Yan-waller/wip-walle-1014osdprimarypg
...
osd/PG: misc cleanups
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-10-18 10:47:37 +08:00
Kefu Chai
a09dd84ee7
Merge pull request #18351 from tchaikov/wip-osx
...
common/event_socket.h: include <errno.h> to use errno
Reviewed-by: Haomai Wang <haomai@xsky.com>
2017-10-18 10:46:50 +08:00
Kefu Chai
0adcd198b5
Merge pull request #18353 from xiexingguo/wip-do-read
...
osd/PrimaryLogPG: trigger auto-repair on full-object-size CRC error
Reviewed-by: Sage Weil <sage@redhat.com>
2017-10-18 10:46:18 +08:00
Kefu Chai
75f3526201
Merge pull request #18321 from majianpeng/msg-async-cleanup
...
msg/async: batch handle numevents.
Reviewed-by: Haomai Wang <haomai@xsky.com>
2017-10-18 10:45:48 +08:00
Kefu Chai
09010d2e4c
Merge pull request #18358 from tchaikov/wip-max-pg-per-osd
...
osd,mon: add max-pg-per-osd limit
Reviewed-by: Sage Weil <sage@redhat.com>
2017-10-18 10:44:16 +08:00
Kefu Chai
62b70b36ef
Merge pull request #18289 from smithfarm/wip-21762
...
build/ops: rpm: move ceph-*-tool binaries out of ceph-test subpackage
Reviewed-By: Kefu Chai <kchai@redhat.com>
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
2017-10-18 10:43:22 +08:00
gaosibei
c677fbcedf
RGW: change function parameters from value to refrence
...
Signed-off-by: Sibei Gao <gaosb@inspur.com>
2017-10-18 08:49:45 +08:00
Matt Benjamin
6ed23b4a0c
rgw_file: explicit NFSv3 open() emulation
...
Expect RGW_OPEN_FLAG_V3 in rgw_write(), and if present, attempt
a stateless open inline.
Required by Ganesha v2.5 and later
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
2017-10-17 17:45:37 -04:00
Matt Benjamin
8923664ed7
Merge pull request #18184 from oritwas/wip-rgw-21725
...
rgw: disable dynamic resharding in multisite environment
2017-10-17 12:42:10 -04:00
Kefu Chai
9911e905e4
Merge pull request #16745 from Liuchang0812/object-store-repair
...
common, tool: update kvstore-tool to repair key/value database
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-10-18 00:24:39 +08:00
Patrick Donnelly
d96255138c
Merge PR #18281 into master
...
* refs/pull/18281/head:
Fixed the readme examples
ptl-tool: Drop Default Labelling of PRs
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2017-10-17 08:12:46 -07:00
Kefu Chai
c3cd0c13a1
mon: change "mon_pg_warn_min_per_osd" to uint64_t
...
* this silences a warning from -Wsign-compare.
* also switch all its user to the new-style option
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-10-17 23:08:41 +08:00