Alfredo Deza
cde0d51756
ceph-volume tests.devices.simple add activate CLI unit tests
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:43 -05:00
Alfredo Deza
dcc7c72196
ceph-volume tests.devices add help menu unit test
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:43 -05:00
Alfredo Deza
7071eeaeb5
doc/ceph-volume systemd describe the interaction with 'simple' activation
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:43 -05:00
Alfredo Deza
f9ee51f9fe
doc/ceph-volume index initial description of simple
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:42 -05:00
Alfredo Deza
f872cd29b9
doc/ceph-volume lvm add back a system.rst with just the lvm portion of it
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:42 -05:00
Alfredo Deza
cf4e32a0dc
doc/ceph-volume make systemd.rst generic enough to be related to other sub-commands
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:42 -05:00
Alfredo Deza
0672dd608d
doc/ceph-volume move lvm/systemd.rst to top level, making it generic
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:42 -05:00
Alfredo Deza
80c796bd1c
doc/ceph-volume simple.activate initial take on documenting activation
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:42 -05:00
Alfredo Deza
53420a4756
doc/ceph-volume lvm update systemd anchor to reflect lvm parent
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:42 -05:00
Alfredo Deza
7fc0e7ebca
doc/ceph-volume lvm.activate update systemd anchor to reflect lvm parent
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:42 -05:00
Alfredo Deza
01a8b7e6a4
doc/ceph-volume lvm.systemd update anchor to reflect lvm parent
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:42 -05:00
Alfredo Deza
b30a3eaf17
doc/ceph-volume document the scan functionality
...
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2017-11-09 06:47:41 -05:00
Yao Zongyou
7605ade4b5
rgw: update life cycle related log level
...
Signed-off-by: Yao Zongyou <yaozongyou@vip.qq.com>
2017-11-09 19:12:50 +08:00
Chang Liu
1f1a6f18b6
tool: use coarse_mono_clock in ceph-kvstore-tool
...
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
2017-11-09 11:16:06 +08:00
Chang Liu
e43f0c6e47
tool: ceph-kvstore-tool's store-crc command did not save result to the file as expected
...
"store-crc <path>" command did not save result to <path>, it didn't use <path>
argument and alwayls passed a NULL to "st.traverse" function. now we will create file
<path>, pass a *ofstream to "st.traverse" function.
Fiexes: http://tracker.ceph.com/issues/22092
Signed-off-by: Chang Liu <liuchang0812@gmail.com>
2017-11-09 11:16:06 +08:00
Jason Dillaman
14cc192016
doc/release-notes: clarify that you need to keep your existing OSD caps
...
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2017-11-08 18:22:26 -05:00
John Spray
c9eb2793e6
mon: monmap log on active should be debug
...
This isn't even a change to the map, just something
that got echoed every time a new mon was the leader.
Signed-off-by: John Spray <john.spray@redhat.com>
2017-11-08 17:03:25 +00:00
Jason Dillaman
5094838ab9
Merge pull request #18793 from idryomov/wip-qa-cram-path
...
qa/tasks/cram: include /usr/sbin in the PATH for all commands
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-11-08 11:00:41 -05:00
Yuri Weinstein
8328ccd67d
Merge pull request #18556 from joke-lee/validate_cors_rule_header_in_cors_option_request
...
rgw: add cors header rule check in cors option request
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2017-11-08 08:00:33 -08:00
Jason Dillaman
854e319822
Merge pull request #18795 from idryomov/wip-krbd-enable-generic-050-448
...
qa/suites/krbd: enable generic/050 and generic/448
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-11-08 11:00:03 -05:00
Yuri Weinstein
09295f58c3
Merge pull request #18706 from cbodley/wip-rgw-policy-emplace
...
rgw: simplify use of map::emplace in iam
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2017-11-08 07:59:13 -08:00
Byungsu Park
de8110ebb3
osd: Handle the mclock queue's return value to track the each dmclock queue
...
client's status.
Signed-off-by: Byungsu Park <bspark8@sk.com>
2017-11-08 21:45:09 +09:00
Byungsu Park
739d7e462f
osd: Include the dmclock request parameters when the op is enqueued
...
on mclock queue.
Signed-off-by: Byungsu Park <bspark8@sk.com>
2017-11-08 21:44:59 +09:00
Taewoong Kim
2361e9c790
messages: Change messages for sending and receiving QoS info.
...
Signed-off-by: Taewoong Kim <taewoong.kim@sk.com>
2017-11-08 21:44:22 +09:00
Taewoong Kim
9b702cf8fc
osdc/Objecter: Add dmclock tracker for client.
...
Signed-off-by: Taewoong Kim <taewoong.kim@sk.com>
2017-11-08 21:43:45 +09:00
John Spray
f71a604fed
Merge pull request #18770 from tchaikov/wip-doc-log-file
...
doc: fix desc of option "mon cluster log file"
Reviewed-by: John Spray <john.spray@redhat.com>
2017-11-08 12:42:22 +00:00
Enming Zhang
00ed892149
rgw: cleanup repeated assignment to need_zone_update in zone modify command
...
Signed-off-by: Enming Zhang <enming.zhang@umcloud.com>
2017-11-08 20:38:18 +08:00
Kefu Chai
73a5cd2464
doc: fix desc of option "mon cluster log file"
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-11-08 19:15:26 +08:00
Orit Wasserman
0a2142e83b
rgw: allow tenant without user id for reshard commands
...
Fixes: http://tracker.ceph.com/issues/22046
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2017-11-08 12:04:40 +02:00
Ilja Slepnev
e532949556
mgr/zabbix: ignore osd with 0 kb capacity
...
Fixes: http://tracker.ceph.com/issues/21904
Signed-off-by: Ilja Slepnev <islepnev@gmail.com>
2017-11-08 16:09:26 +08:00
Kefu Chai
7f549af459
qa: do not wait for down/out osd for pg convergence
...
that osd is not invovlved in the PG state changes.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-11-08 14:50:10 +08:00
Patrick Donnelly
624b1a0fe7
Merge PR #18807 into master
...
* refs/pull/18807/head:
ptl-tool: put common use-cases up front in README
ptl-tool: only create tag if new branch
ptl-tool: hint how to skip contributor
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2017-11-08 17:13:01 +11:00
Patrick Donnelly
f2137a35ee
ptl-tool: put common use-cases up front in README
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2017-11-08 17:10:40 +11:00
Patrick Donnelly
aaf1ff9b49
ptl-tool: only create tag if new branch
...
It doesn't make sense to create tags for branches that already exist.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2017-11-08 17:07:25 +11:00
Patrick Donnelly
1bb5a8d4e2
ptl-tool: hint how to skip contributor
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2017-11-08 17:07:03 +11:00
Dongsheng Yang
8366ebceb5
Throttle: add a new TokenBucketThrottle
...
Signed-off-by: Dongsheng Yang <dongsheng.yang@easystack.cn>
2017-11-08 10:34:17 +08:00
J. Eric Ivancich
ededbedbfc
rgw: address warnings due to incorrect format code
...
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
2017-11-07 12:55:10 -05:00
Matt Benjamin
51059a60d8
Merge pull request #18709 from ivancich/wip-bktidx-race-bugfix
...
rgw: fix BZ 1500904, stale bucket index entry remains after obj delete
2017-11-07 12:10:23 -05:00
Ilya Dryomov
8cd42742b6
qa/suites/krbd: enable generic/050 and generic/448
...
generic/448 has been failing on ext4 and is now fixed upstream.
The fix for generic/050 is in testing, scheduled for 4.15-rc1.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2017-11-07 18:05:44 +01:00
Yuri Weinstein
77eb76941d
Merge pull request #18476 from majianpeng/objecter-misc-cleanup
...
osdc/Objecter: misc cleanups
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-11-07 09:02:08 -08:00
Yuri Weinstein
ff159c6753
Merge pull request #18768 from wumingqiao/wip-WaitActingChange
...
PG: fix name of WaitActingChange
Reviewed-by: Kefu Chai <kchai@redhat.com>
2017-11-07 09:00:38 -08:00
Orit Wasserman
055c0d3439
rgw: use tenant when updating the reshard log
...
Fixes: http://tracker.ceph.com/issues/22046
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
2017-11-07 15:37:34 +02:00
Jason Dillaman
fb5e341546
Merge pull request #18789 from jcsp/wip-doc-config-set
...
doc: replace injectargs usage with "config set"
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2017-11-07 08:18:12 -05:00
John Spray
5762d01c14
Merge pull request #18769 from yaozongyou/wip-dashboard-format-label
...
mgr/dashboard: format tooltip's label as user friendly string
Reviewed-by: John Spray <john.spray@redhat.com>
2017-11-07 12:27:54 +00:00
John Spray
6fc92dc981
doc: replace injectargs usage with "config set"
...
Cleaner and easier. Also implicitly documents
the config set command, which hadn't been explicitly
called out in the docs before.
Signed-off-by: John Spray <john.spray@redhat.com>
2017-11-07 11:32:26 +00:00
Kefu Chai
104c58a0c7
osd: use is_erasure() when appropriate
...
sometimes, we are using pool.info.require_rollback() even when what we
mean is "pool.info.is_erasure()", so fix it to improve the readability.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-11-07 14:24:15 +08:00
Kefu Chai
0cd7331358
osd: remove unused ReplicatedBackend::objects_read_async()
...
async read is not used by replica pool at all.
Signed-off-by: Kefu Chai <kchai@redhat.com>
2017-11-07 14:24:15 +08:00
Patrick Donnelly
3c61396038
Merge PR #18689 into master
...
* refs/pull/18689/head:
cephfs: Do not check auth gid when not specified
Reviewed-by: Gregory Farnum <gfarnum@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2017-11-07 17:21:04 +11:00
Patrick Donnelly
2a848b4301
Merge PR #18386 into master
...
* refs/pull/18386/head:
ptl-tool: allow setting project/repo for GH req
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2017-11-07 09:33:39 +11:00
Yuri Weinstein
a2f9dbc9ff
Merge pull request #18658 from linuxbox2/wip-s3-post-20201
...
RGW: update S3 POST policy handling of Content-Type
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
2017-11-06 13:06:42 -08:00