Commit Graph

98100 Commits

Author SHA1 Message Date
Patrick Donnelly
aede929b67
Merge PR #27480 into master
* refs/pull/27480/head:
	mds: check dir fragment to split dir if mkdir makes it oversized.

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
2019-05-08 14:40:42 -07:00
Casey Bodley
22dc7076a8
Merge pull request #27765 from linuxbox2/wip-rgw-crytpexcept
rgw: crypto: throw DigestException from Digest and HMAC

Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2019-05-08 15:54:07 -04:00
Sage Weil
af96df1d67 Merge PR #27843 into master
* refs/pull/27843/head:
	os/bluestore: fix missing discard in BlueStore::_kv_sync_thread

Reviewed-by: Igor Fedotov <ifedotov@suse.com>
2019-05-08 12:09:47 -05:00
Patrick Donnelly
3333a9505a
Merge PR #27716 into master
* refs/pull/27716/head:
	cephfs-shell: fix string decoding for ls command

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-05-08 09:04:34 -07:00
Casey Bodley
ec3896c634
Merge pull request #28013 from cbodley/wip-39611
rgw: use explicit to_string() overload for boost::string_ref

Reviewed-by: Nathan Cutler <nculter@suse.com>
2019-05-08 11:39:20 -04:00
Lenz Grimmer
f097f96540
mgr/dashboard: fix help message for minimum blob size in pool form (#28017)
mgr/dashboard: fix help message for minimum blob size in pool form

Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
Reviewed-by: Tiago Melo <tmelo@suse.com>
2019-05-08 15:43:39 +02:00
Lenz Grimmer
b9f4cb277a
Merge pull request #27813 from ricardoasmarques/do-not-log-iscsi-get-requests
mgr/dashboard: iSCSI GET requests should not be logged

Reviewed-by: Tatjana Dehler <tdehler@suse.com>
2019-05-08 13:45:08 +02:00
Lenz Grimmer
43119d945c
Merge pull request #27946 from ricardoasmarques/iscsi-form-ipv6
mgr/dashboard: Fix iSCSI form when using IPv6

Reviewed-by: Alfonso Martínez <almartin@redhat.com>
2019-05-08 13:32:39 +02:00
Ricardo Marques
93d74cf9b9 mgr/dashboard: iSCSI GET requests should not be logged
Fixes: https://tracker.ceph.com/issues/39492

Signed-off-by: Ricardo Marques <rimarques@suse.com>
2019-05-08 11:40:35 +01:00
Kefu Chai
6fe8d8223e
Merge pull request #27873 from rzarzynski/wip-crimson-writes
crimson: add support for basic write path

Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-05-08 15:59:26 +08:00
Radoslaw Zarzynski
e609d1fa66 crimson/thread: include reactor.hh to avoid linking error.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-08 07:44:11 +02:00
Radoslaw Zarzynski
ee7db95b1a crimson: add support for basic write path, part 2.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-08 07:44:11 +02:00
Radoslaw Zarzynski
a13f08d399 crimson: make ObjectState mutable. Evict mutated state on error.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-08 07:44:11 +02:00
Radoslaw Zarzynski
b53956e10f crimson/os: implement bits needed for basic write path.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-08 07:44:10 +02:00
Kefu Chai
5b94f8badc
Merge pull request #27413 from liu-chunmei/ceph_seastar_io_read
crimson/osd: support write pid_file when osd start

Reviewed-by: Samuel Just <sjust@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-05-08 12:19:15 +08:00
Kiefer Chang
c8c4ed692a
mgr/dashboard: fix help message for minimum blob size in pool form
A value less than maximum blob size is required.

Fixes: http://tracker.ceph.com/issues/39624
Signed-off-by: Kiefer Chang <kiefer.chang@suse.com>
2019-05-08 12:15:43 +08:00
Brad Hubbard
35dfd7c3b5
Merge pull request #27665 from badone/wip-improve-dump_pgstate_history-json
osd: Improve dump_pgstate_history json output

Reviewed-by: Samuel Just <sjust@redhat.com>
2019-05-08 11:59:37 +10:00
Kefu Chai
7c52e4b71b
Merge pull request #28015 from tchaikov/wip-install-deps.sh
install-deps.sh: install libboost-test for seastar

Reviewed-by: Samuel Just <sjust@redhat.com>
2019-05-08 09:41:20 +08:00
Tang Junhui
f6205d2eb2 os/bluestore: fix missing discard in BlueStore::_kv_sync_thread
Discard comand should be issued before space released.

Signed-off-by: Junhui Tang <tangjunhui@sangfor.com.cn>
Fixes: https://tracker.ceph.com/issues/39621
2019-05-08 09:17:39 +08:00
Kefu Chai
9b796a181a install-deps.sh: install libboost-test for seastar
see
5858fe30c1/cmake/SeastarDependencies.cmake (L58-L68)

Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-05-08 08:22:27 +08:00
chunmei Liu
4a6028c9a9 crimson/osd: support write pid_file when osd start
Signed-off-by: chunmei Liu <chunmei.liu@intel.com>
2019-05-07 15:49:51 -07:00
Yuri Weinstein
43ef3cfbb6
Merge pull request #27979 from yuriw/wip-yuriw-crontab-master
qa/test: reduce over all number of runs
2019-05-07 12:43:11 -07:00
Josh Durgin
2021af8e73
Merge pull request #27941 from dzafman/wip-39011
doc: Describe recovery and backfill prioritizations

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-05-07 12:34:18 -07:00
Casey Bodley
04c326795d rgw: use explicit to_string() overload for boost::string_ref
Fixes: http://tracker.ceph.com/issues/39611

Signed-off-by: Casey Bodley <cbodley@redhat.com>
2019-05-07 14:08:35 -04:00
Mykola Golub
a3de279923
Merge pull request #27981 from dillaman/wip-39598
qa/workunits/rbd: wait for rbd-nbd unmap to complete

Reviewed-by: Mykola Golub <mgolub@suse.com>
2019-05-07 20:58:01 +03:00
Sage Weil
5de99ed394 Merge PR #27911 into master
* refs/pull/27911/head:
	os/bluestore: dump onode meta before "no spanning blob" assertion.
	os/bluestore: move _dump_xxx methods out of BlueStore class

Reviewed-by: Sage Weil <sage@redhat.com>
2019-05-07 12:48:33 -05:00
Sage Weil
44c355709b Merge PR #27929 into master
* refs/pull/27929/head:
	os/bluestore: be verbose about objects that existing on rmcoll
	osd/PrimaryLogPG: disallow ops on objects with an empty name
	osd/PG: fix cleanup of pgmeta-like objects on PG deletion

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-05-07 12:48:16 -05:00
Joao Eduardo Luis
28c70208d8
Merge pull request #26488 from mogeb/per-pool-scrub-status
mon: show no[deep-]scrub flags per pool in the status

Reviewed-by: Joao Eduardo Luis <joao@suse.de>
2019-05-07 17:50:52 +01:00
Yuri Weinstein
544d13d851 qa/test: reduce over all number of runs
We kill thousands of queued jobs every week, so why do we even schedule them ?
Another point was that we run numerous of tests as part of PRs testing on released versions anyway, so it's duplicating effort

Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
2019-05-07 09:49:58 -07:00
Lenz Grimmer
21f058dcce
mgr/dashboard: All RBD features are supported by 'tcmu:runner' (#28000)
mgr/dashboard: All RBD features are supported by 'tcmu:runner'

Reviewed-by: Patrick Nawracay <pnawracay@suse.com>
Reviewed-by: Ricardo Dias <rdias@suse.com>
2019-05-07 18:04:37 +02:00
David Zafman
827ced407e
Merge pull request #27830 from dzafman/wip-38124
osd: Don't include user changeable flag in snaptrim related assert

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-05-07 08:47:26 -07:00
Kefu Chai
b906e95e39
Merge pull request #27841 from richael02/multiNVMESSD
vstart.sh: enable creating multiple OSDs backed by spdk backend

Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-05-07 23:44:04 +08:00
Kefu Chai
d7efa54983
Merge pull request #28008 from tchaikov/wip-seastar
seastar: pick up changes for better performance

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 23:34:31 +08:00
Kefu Chai
ad86669dc3 cmake: do not build unit test of seastar
Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-05-07 23:05:20 +08:00
Kefu Chai
a2ce72fe4f seastar: pick up changes for better performance
to be specific, a78fb44c96e2912c6f39b2151f94a0bb2b5796a6 helps to
improve the performance of future implementation -- with this change
future can always reference its local state without checking its `_promise`
and dereferencing it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-05-07 22:32:36 +08:00
Lenz Grimmer
6455f96c49
mgr/dashboard/qa: Fix a few linting issues in dashboard backend tests (#27865)
mgr/dashboard/qa: Fix a few linting issues in dashboard backend tests

Reviewed-by: Patrick Nawracay <pnawracay@suse.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
2019-05-07 15:01:04 +02:00
Nathan Cutler
7962f7e8e6
Merge pull request #27947 from smithfarm/wip-39579
pybind/tox: pass additional command line arguments through to tox

Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Stephan Müller <smueller@suse.com>
2019-05-07 14:02:28 +02:00
Ricardo Marques
f971270a22 mgr/dashboard: All RBD features are supported by 'tcmu:runner'
Fixes: https://tracker.ceph.com/issues/39607

Signed-off-by: Ricardo Marques <rimarques@suse.com>
2019-05-07 12:28:19 +01:00
Yuval Lifshitz
9a3fbdb4c0
Merge pull request #27969 from yuvalif/wip-yuval-add-tenant-to-user
rgw: add tenant as parameter to User in multisite tests
2019-05-07 14:05:46 +03:00
Kefu Chai
4f97ddca62
Merge pull request #27987 from tchaikov/wip-crimson-osd-shutdown
crimson/osd: shutdown services in the right order

Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 18:42:44 +08:00
Radoslaw Zarzynski
c400cf336f crimson: object state can be manually evicted from OSD's cache.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 18:05:34 +08:00
Radoslaw Zarzynski
d86ffe51aa crimson: retrieve object state once per MOSDOp.
Justification behind the change is behaviour of classical OSD.
It calls PrimaryLogPG::find_object_context() far before going
through OSDOps in ::do_osd_ops().

Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 18:04:53 +08:00
Radoslaw Zarzynski
de5e5160ca crimson: add support for basic write path, part 1.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 17:49:01 +08:00
Radoslaw Zarzynski
c8cd0dd54b crimson/os: add inclusion guard in Transaction.h
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 17:48:35 +08:00
Radoslaw Zarzynski
1dfa5b8b88 crimson: PG caches ObjectState instead of object_info_t.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 17:48:35 +08:00
Radoslaw Zarzynski
0bfcde95e8 crimson: PG::do_osd_op() takes OSDOp by reference, not pointer.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 17:48:10 +08:00
Radoslaw Zarzynski
3c3320d996 crimson: PG::do_osd_op throws about unsupported op.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 17:48:10 +08:00
Radoslaw Zarzynski
c3473cdbc0 crimson: handle hot CaynStore exceptions without throwing.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2019-05-07 17:47:45 +08:00
Yuval Lifshitz
2d410b5a2e
Merge pull request #27931 from yuvalif/pubsub_info_update_fix
rgw/pubsub: fix doc on updates. fix multi-notifications
2019-05-07 12:18:53 +03:00
Yuval Lifshitz
4def929395 rgw: add tenant as parameter to User in multisite tests
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
2019-05-07 12:05:33 +03:00