Kefu Chai
cb3a6da5df
test/librados: fix LibRadosList.ListObjectsNS
...
rados_ioctx_get_namespace() returns the length of namespace string on
success, not 0.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-29 20:23:44 +08:00
Nathan Cutler
10f2c6944a
Merge pull request #21634 from smithfarm/wip-bci-complain-dupe
...
scripts: backport-create-issue: complain about duplicates and support mimic
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-29 10:47:12 +02:00
Tatjana Dehler
abf9d35aaa
mgr/dashboard: add flag info to config options documentation page
...
Add information about the supported flags (introduced by
https://github.com/ceph/ceph/pull/22595 ) to the config options
documentation page.
Fixes: https://tracker.ceph.com/issues/24605
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-06-29 08:49:10 +02:00
Kefu Chai
712a3d963c
Merge pull request #22756 from wjwithagen/wjw-fix-missing-vector
...
mgr: `#include <vector>` for clang
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-29 10:04:55 +08:00
Kefu Chai
32cb3023c6
Merge pull request #22752 from tchaikov/wip-freebsd-w/o-rdma
...
cmake,do_freebsd.sh: disable rdma features
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
Reviewed-by: Haodong Tang <haodong.tang@intel.com>
2018-06-29 10:02:49 +08:00
Kefu Chai
4f51d11ec3
Merge pull request #22743 from rzarzynski/wip-common-drop-static_assert.h
...
common: drop static_assert.h as it looks unused.
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-29 10:00:59 +08:00
Kefu Chai
96730aaae0
Merge pull request #22720 from rzarzynski/wip-build-static-ceph-common-in-osd
...
cmake: link ceph-osd with common statically
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-29 10:00:08 +08:00
David Zafman
663d96e934
Merge pull request #22727 from dzafman/wip-21664
...
qa/standalone/scrub: When possible show side-by-side diff in addition to regular diff
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-28 19:59:21 -04:00
David Zafman
3ff56a82a4
Merge pull request #22763 from dzafman/wip-remove-sudo
...
qa: Don't use sudo when moving logs
Reviewed-by: Neha Ojha <nojha@redhat.com>
2018-06-28 18:37:24 -04:00
David Zafman
23ed63e15f
Merge pull request #22441 from ErwanAliasr1/evelu-makecheck
...
Improving make check reliability
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: David Zafman <dzafman@redhat.com>
2018-06-28 14:55:12 -04:00
David Zafman
808c628304
qa: Don't use sudo when moving logs
...
Caused by: f0964beac5
Signed-off-by: David Zafman <dzafman@redhat.com>
2018-06-28 09:17:06 -07:00
Kefu Chai
a2a727b320
Merge pull request #22565 from tchaikov/wip-seastar-thread-pool
...
crimson/thread: add thread pool
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2018-06-28 23:56:34 +08:00
Kefu Chai
eea41d4d7c
cmake: add crimson static library
...
libcrimson consolidates the object library of crimson_{net,thread} and
seastar_{buffer,net,thread}_objs. by offering a static library glueing
seastar, we can link against these libraries and its dependencies in a
simpler way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-28 23:52:54 +08:00
Kefu Chai
28f079e08a
crimson/thread: add a thread pool impl
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-28 23:52:54 +08:00
Kefu Chai
d3a64e92d9
Merge pull request #22007 from dalgaaf/wip-da-SCA-20180514
...
rgw, common: Fixes SCA issues
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-28 23:39:55 +08:00
Kefu Chai
63656af5f2
cmake: extract the RDMA libraries interface properties out
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-28 23:26:28 +08:00
Kefu Chai
9a8ec11114
do_freebsd.sh: disable rdma features
...
FreeBSD does have libibiverb and librdmacm, but we disable them anyway
for minimal dependency.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-28 23:26:28 +08:00
Kefu Chai
38d0e22685
cmake: consolidate WITH_{VERBS,RDMACM}
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-28 23:26:28 +08:00
Lenz Grimmer
2e2c6e4501
Merge pull request #22759 from ricardoasmarques/wip-fix-rbd-features-style
...
mgr/dashboard: Fix RBD features style
Reviewed-by: Tiago Melo <tmelo@suse.com>
2018-06-28 17:11:32 +02:00
Ilya Dryomov
ae61cf680b
systemd/rbdmap.service: remove a dependency on local-fs.target
...
We don't require anything outside of rootfs.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2018-06-28 17:09:00 +02:00
Volker Theile
5623d61f2e
mgr/dashboard: Improve str_to_bool
...
Signed-off-by: Volker Theile <vtheile@suse.com>
2018-06-28 13:44:40 +02:00
Lenz Grimmer
5164d17a25
Merge pull request #22750 from joscollin/wip-dashboard-intro
...
doc: updated the overview and glossary for dashboard
Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
2018-06-28 13:40:15 +02:00
Ricardo Marques
8f0ae54e3f
mgr/dashboard: Fix RBD features style
...
Signed-off-by: Ricardo Marques <rimarques@suse.com>
2018-06-28 12:00:03 +01:00
Jos Collin
1007a19b7e
doc: Updated dashboard doc references
...
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-06-28 16:02:06 +05:30
Jos Collin
22f205718a
doc: updated the overview and glossary for dashboard
...
* Updated the overview of dashboard to avoid many paragraphs,
some outdated statements, etc.
* Updated glossary, glossary references and urls
* Dropped unnecessary term *module* in possible places
* Unified the new dashboard name as *Ceph Manager Dashboard*
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-06-28 16:01:30 +05:30
Willem Jan Withagen
9d68af58ce
mgr: fix Clangs/FreeBSD missing vector
...
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
2018-06-28 10:24:15 +02:00
David Zafman
dee4574a66
Merge pull request #22702 from dzafman/wip-standalone-log
...
qa: For teuthology copy logs to teuthology expected location
Reviewed-by: Neha Ojha <nojha@redhat.com>
2018-06-28 01:57:25 -04:00
Kefu Chai
ea85753c9a
cmake: remove stale comments
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-28 13:21:02 +08:00
Josh Durgin
b8536e44d5
Merge pull request #22726 from yuriw/wip-yuriw-crontab
...
qa/tests - added mimic-p2p suite
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
2018-06-27 16:13:51 -07:00
Patrick Donnelly
4309d7ce1f
Merge PR #22560 into master
...
* refs/pull/22560/head:
qa/fs/upgrade/snaps: whitelist inconsistent rstat
mds: track snapshot count in rstat
mds: add MAY_SNAPSHOT in MDSAuthCaps
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-27 14:19:03 -07:00
Patrick Donnelly
5494e7229a
Merge PR #22719 into master
...
* refs/pull/22719/head:
qa: fix symlinks indirectly pointing at qa to .qa
qa: add .qa helper link
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2018-06-27 12:50:33 -07:00
Casey Bodley
302669ebbe
Merge pull request #22631 from tianshan/fix_notify_thread
...
rgw: fix meta and data notify thread miss stop cr manager
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2018-06-27 15:39:02 -04:00
Radoslaw Zarzynski
48517bb221
common: drop static_assert.h as it looks unused.
...
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2018-06-27 21:36:34 +02:00
Casey Bodley
b8a7e537af
Merge pull request #22632 from tianshan/fix_index_zones_trace
...
rgw: fix index complete miss zones_trace set
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2018-06-27 14:29:52 -04:00
Casey Bodley
58337afb75
Merge pull request #22660 from cfanz/wip-rgw-fix-24603
...
rgw-multisite: fix endless loop in RGWBucketShardIncrementalSyncCR
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2018-06-27 14:29:28 -04:00
Patrick Donnelly
f28cc3a082
Merge PR #22725 into master
...
* refs/pull/22725/head:
qa/workunits/suites/blogbench.sh: use correct dir name
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2018-06-27 11:13:37 -07:00
Patrick Donnelly
73ef69cac4
Merge PR #22656 into master
...
* refs/pull/22656/head:
doc: update experimental features - snapshots
doc: highlight the flags
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-27 10:31:30 -07:00
Casey Bodley
c7f2cad6a2
Merge pull request #22698 from cbodley/wip-async-shared-mutex
...
common: reintroduce async SharedMutex
Reviewed-by: Adam C. Emerson <aemerson@redhat.com>
2018-06-27 12:55:32 -04:00
Alfredo Deza
6e5e5bde30
Merge pull request #22724 from ceph/rm-23941
...
ceph-volume: error on commands that need ceph.conf to operate
Reviewed-by: Alfredo Deza <adeza@redhat.com>
2018-06-27 11:56:09 -04:00
Radoslaw Zarzynski
3f31fd8629
build: link ceph-osd with common statically. Enforce IE TLS model.
...
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2018-06-27 17:19:01 +02:00
Kefu Chai
ab2fb882bf
common/shared_cache: add lockless SharedLRU
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-27 22:50:38 +08:00
Kefu Chai
b5763ffcb0
common/config: extract LockMutex and LockPolicy out
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-27 21:41:02 +08:00
Kefu Chai
1af7b4774f
common/shared_cache: remove less and hash template parameters
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2018-06-27 21:40:47 +08:00
Kefu Chai
804b94181e
Merge pull request #22710 from tchaikov/wip-config-without-lock
...
common: add lockless `md_config_t`
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
2018-06-27 21:28:20 +08:00
Lenz Grimmer
fa18aee15e
Merge pull request #22712 from tspmelo/wip-package-version
...
mgr/dashboard: fix the version of all frontend dependencies
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Volker Theile <vtheile@suse.com>
2018-06-27 15:12:54 +02:00
Jos Collin
dcca848213
Merge pull request #22734 from s0nea/wip-update-map
...
githubmap, organizationmap: cleanup and add/update contributors/affiliation
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: Jos Collin <jcollin@redhat.com>
2018-06-27 18:38:40 +05:30
Kefu Chai
572a740a03
Merge pull request #20297 from tanghaodong25/rdma-cm
...
msg/async/rdma: add iWARP RDMA protocol support
Reviewed-by: Haomai Wang <haomai@xsky.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-27 20:37:48 +08:00
Andrew Schoen
de8b301ac2
ceph-volume: error on commands that need ceph.conf to operate
...
We had been ignoring the failure to load ceph.conf for all subcommands
but most of them require that a ceph.conf be present. This changes that
so only commands that do not need ceph.conf ignore the failure to find
it.
Fixes: http://tracker.ceph.com/issues/23941
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
2018-06-27 07:31:24 -05:00
Tatjana Dehler
7b396ed6f0
organizationmap: add openATTIC team affiliation
...
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-06-27 14:02:20 +02:00
Tatjana Dehler
0255fa5fdb
organizationmap: fix typo
...
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2018-06-27 14:02:20 +02:00