John Spray
3283ed5883
mgr: fix "access denied" message
...
As pointed out on https://github.com/ceph/ceph/pull/18716
Signed-off-by: John Spray <john.spray@redhat.com>
2017-12-14 11:41:02 +00:00
John Spray
d45db4e68c
Merge pull request #18716 from shinobu-x/sk-mgr_daemonserver
...
mgr/DaemonServer: [Cleanup] Remove redundant code
Reviewed-by: John Spray <john.spray@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2017-12-14 11:38:00 +00:00
Mykola Golub
cd66ea5213
Merge pull request #19492 from dillaman/wip-rbd-mirror-dashboard
...
rbd-mirror: ensure unique service daemon name is utilized
Reviewed-by: Mykola Golub <to.my.trociny@gmail.com>
2017-12-14 13:05:59 +02:00
Kefu Chai
0ba3308076
Merge pull request #19470 from tchaikov/wip-async-dpdk
...
msg/async: update to work with dpdk shipped with spdk v17.10
Reviewed-by: Haomai Wang <haomai@xsky.com>
2017-12-14 10:44:58 +08:00
Sage Weil
69dc7ce432
Merge pull request #19466 from shinobu-x/super_redundant_public_label
...
osdc: Remove a bit too redundant public label...
2017-12-13 20:36:37 -06:00
Sage Weil
07e22ff262
Merge pull request #19494 from smithfarm/wip-22362
...
build/ops: rpm: set permissions 0755 on rbd resource agent
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-12-13 20:33:15 -06:00
Sage Weil
6f1abd8858
Merge pull request #19495 from ZVampirEM77/wip-em-pg-cleanup2
...
osd/PrimaryLogPG: cleanup do_sub_op && do_sub_op_reply and define soid in prepare_transaction more appropriate
Reviewed-by: Sage Weil <sage@redhat.com>
2017-12-13 20:32:40 -06:00
Yuri Weinstein
8fe5855194
Merge pull request #19425 from kungf/calc_replicated_acting
...
osd: reduce all_info map find to get primary
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
2017-12-13 15:39:56 -08:00
Yuri Weinstein
230e1e4860
Merge pull request #17691 from amitkumar50/cov-osd-3
...
osd: Initialization of data members
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jos Collin <jcollin@redhat.com>
2017-12-13 15:37:20 -08:00
Yuri Weinstein
6c4285c5a0
Merge pull request #19033 from david-z/wip-fix-fusestore-df
...
os/FuseStore: fix incorrect used space statistics for fuse's statfs interface
Reviewed-by: Sage Weil <sage@redhat.com>
2017-12-13 15:36:28 -08:00
Nathan Cutler
37e4bc3141
build/ops: rpm: set permissions 0755 on rbd resource agent
...
Fixes: http://tracker.ceph.com/issues/22362
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2017-12-13 18:15:27 +01:00
Kefu Chai
807152af2c
Merge pull request #19468 from tchaikov/wip-install-deps.sh
...
install-deps.sh: avoid re-installing g++-7
Reviewed-by: Ken Dreyer <kdreyer@redhat.com>
2017-12-14 00:33:59 +08:00
Jason Dillaman
b89ac7ca4d
mgr/dashboard: use unique instance id as daemon identifier
...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2017-12-13 10:41:11 -05:00
Jason Dillaman
94bc0b904c
mgr/dashboard: utilize application metadata to detect RBD pools
...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2017-12-13 10:41:07 -05:00
Jason Dillaman
e67e172754
rbd-mirror: ensure each daemon instance uses a unique service name
...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2017-12-13 10:41:00 -05:00
Enming Zhang
f155480f01
PrimaryLogPG: cleanup do_sub_op and do_sub_op_reply
...
The related code has been cleaned in https://github.com/ceph/ceph/pull/17247 ,
but it seems something was missed.
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
2017-12-13 23:05:44 +08:00
Enming Zhang
0591f01568
PrimaryLogPG: define soid just before using it
...
Define the soid just before using it to avoid a redundant
definition if an error happens and function prepare_transaction
returns directly.
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
2017-12-13 22:32:32 +08:00
Sage Weil
4a6ef424fb
Merge pull request #19453 from liewegas/wip-pg-primary
...
osd/PG: include primary in PG operator<< for ec pools
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-13 08:22:30 -06:00
Kefu Chai
a2b310b1c6
Merge pull request #19478 from tchaikov/wip-silence-warnings
...
qa/standalone/ceph-helpers.sh: silence ceph-disk DEPRECATION_WARNING
Reviewed-by: Sage Weil <sage@redhat.com>
2017-12-13 22:08:50 +08:00
Kefu Chai
a9163ca493
Merge pull request #19404 from jan--f/mon-fix-digest-timer-inactive-paxos
...
mon: reenable timer to send digest when paxos is temporarily inactive
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-13 20:34:29 +08:00
Kefu Chai
efe205035f
Merge pull request #19366 from liewegas/wip-21557
...
osd: more debugging for snapmapper bug
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-13 20:02:10 +08:00
Kefu Chai
07564ffcbc
Merge pull request #19367 from wjwithagen/wip-wjw-clang-xlist-string
...
include: xlist: Fix Clang error for missing string
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-13 20:01:25 +08:00
Kefu Chai
c7539de95c
Merge pull request #19365 from liewegas/wip-tell
...
qa/tasks/ceph_manager: tolerate tell osd.* error
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-13 19:58:41 +08:00
Kefu Chai
4987778049
Merge pull request #19353 from shinobu-x/common_clock
...
common: Remove ceph_clock_gettime, extern keyword
Reviewed-by: Sage Weil <sage@redhat.com>
2017-12-13 19:57:56 +08:00
Kefu Chai
967ba932c9
Merge pull request #19352 from chardan/jfw-wip-issue-20811
...
osd: migrate PGLOG_* macros to constexpr
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-13 19:53:42 +08:00
Kefu Chai
a8ebed20d9
Merge pull request #19329 from ZVampirEM77/cleanup-revise-have
...
osd/PGLog: cleanup unused function revise_have
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-13 19:52:48 +08:00
Kefu Chai
516e6b682a
Merge pull request #19056 from adamemerson/wip-with-val
...
common/config: use with_val() for better performance
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-12-13 19:51:34 +08:00
John Spray
91655239fa
Merge pull request #19114 from tchaikov/wip-rm-request-slow
...
mgr/PGMap: drop REQUEST_{SLOW,STUCK} HEALTH_WARNs
Reviewed-by: John Spray <john.spray@redhat.com>
2017-12-13 11:46:34 +00:00
Kefu Chai
4e621762ed
qa/standalone/ceph-helpers.sh: silence ceph-disk DEPRECATION_WARNING
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-12-13 19:42:50 +08:00
John Spray
ab3faa446e
Merge pull request #19229 from wido/mgr-influx
...
mgr/influx: PEP-8 and other fixes to Influx module
Reviewed-by: John Spray <john.spray@redhat.com>
2017-12-13 11:35:17 +00:00
Jos Collin
9081d862d2
Merge pull request #19472 from qrGitHub/wip-rgw-typo-woild
...
rgw: fix typo woild to would
Reviewed-by: Jos Collin <jcollin@redhat.com>
2017-12-13 09:39:36 +00:00
Bingyin Zhang
daf6a1330b
rgw: correct typo woild to would
...
Signed-off-by: Bingyin Zhang <zhangbingyin@cloudin.cn>
2017-12-13 16:38:27 +08:00
Kefu Chai
b6c3e9968d
msg/async: update to work with dpdk shipped with spdk v17.10
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-12-13 14:55:15 +08:00
Kefu Chai
4231cfbc99
cmake: DPDK works w/o CRYPTOPP
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-12-13 14:54:17 +08:00
Kefu Chai
b69e3efe64
install-deps.sh: avoid re-installing g++-7
...
* add ubuntu-toolchain-r mirrors in case the ppa.launchpad.net is not
accessible
* add ppa repo manually, it's faster than installing
`software-properties-common` and then launch `add-apt-repository`
* hardwire $old to the gcc version shipped by the distro, simpler this
way.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-12-13 14:22:41 +08:00
Shinobu Kinjo
8cef8447a9
osdc: Remove a bit too redundant public label...
...
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
2017-12-13 14:59:22 +09:00
vasukulkarni
36aa1b8c94
Merge pull request #17651 from ceph/wip-ceph-deploy-upgrade
...
qa/tests: Wip ceph deploy upgrade
2017-12-12 16:10:47 -08:00
Yuri Weinstein
f760313f94
Merge pull request #19144 from zhangsw/cleanup-rgwputobj-md5
...
rgw: no need to deal with md5 header in get_data.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-12-12 08:28:43 -08:00
Yuri Weinstein
a2dc12bb0c
Merge pull request #19167 from joke-lee/Bucket_Policy_SourceIp_Condition
...
rgw: implement ipv4 aws:SourceIp condition for bucket policy
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-12-12 08:28:25 -08:00
Yuri Weinstein
597884065f
Merge pull request #19210 from Liuchang0812/rgw-camelcase
...
rgw: use camelcase format in request headers
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2017-12-12 08:27:23 -08:00
Yuri Weinstein
0764e7b019
Merge pull request #19236 from dplyakin/get-website-error-code
...
rgw: fix GET website response error code
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-12-12 08:26:32 -08:00
Yuri Weinstein
51ee04f7fb
Merge pull request #19250 from qrGitHub/wip-rgw-unused-param2
...
rgw: remove unused param in AWSGeneralAbstractor::get_auth_data_v4
Reviewed-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
2017-12-12 08:25:54 -08:00
Yuri Weinstein
a7abf49395
Merge pull request #19390 from yaozongyou/remove-duplicated-include
...
rgw,common: remove already included header files
Reviewed-by: Jos Collin <jcollin@redhat.com>
Reviewed-by: Liu-Chunmei <chunmei.liu@intel.com>
Reviewed-by: Willem Jan Withagen <wjw@digiware.nl>
2017-12-12 08:25:17 -08:00
Yuri Weinstein
c101f2fd00
Merge pull request #19391 from qrGitHub/wip-rgw-memory-optimize
...
rgw: optimize memory usage in function rgw_bucket::get_key
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-12-12 08:23:05 -08:00
Yuri Weinstein
66bc71d646
Merge pull request #19430 from tianshan/fix_recursive_lock
...
rgw: fix recursive lock
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-12-12 08:22:47 -08:00
Sage Weil
0d98f262c0
osd/PG: include primary in PG operator<< for ec pools
...
Otherwise it is confusing!
Signed-off-by: Sage Weil <sage@redhat.com>
2017-12-12 09:22:37 -06:00
Kefu Chai
e38ef3709e
Merge pull request #19418 from tchaikov/wip-gcc-7-on-xenial
...
install-deps.sh, cmake: use GCC-7 on xenial also
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-12-12 23:15:35 +08:00
Jason Dillaman
722795de5a
Merge pull request #19402 from b-ranto/wip-fix-arm-build
...
test/librbd: Do not instantiate TrimRequest template class
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-12-12 10:11:09 -05:00
Jason Dillaman
548bc8bad2
Merge pull request #19437 from trociny/wip-mock-valgrind
...
test/rbd_mirror: "use of uninitialised value" valgrind warning
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-12-12 10:09:15 -05:00
Yehuda Sadeh
a01c014772
Merge pull request #19253 from oritwas/wip-rgw-22124
...
rgw: reshard should not update stats when linking new bucket instance
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2017-12-12 14:14:41 +02:00