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
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
Gregory Farnum
6dbe49605e
Merge pull request #26152 from noonedeadpunk/mgr/zabbix_discovery
...
mgr/zabbix Added pools discovery and per-pool statistics
Reviewed-by: Wido den Hollander <wido@42on.com>
2019-05-06 13:15:54 -07:00
Casey Bodley
e97668bb7a
doc/rgw: document CreateBucketConfiguration for s3 PUT Bucket api
...
Fixes: http://tracker.ceph.com/issues/39597
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2019-05-06 09:33:07 -04:00
letterwuyu
7148dda076
osd: supplement doc
...
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
2019-05-06 20:17:43 +08:00
Lenz Grimmer
1991495a22
doc: fix small typo in dashboard documentation ( #27850 )
...
doc: fix small typo in dashboard documentation
Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
2019-05-06 10:22:39 +02:00
lishuhao
20e26e8395
osd: partial recovery add doc
...
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
2019-05-06 15:30:35 +08:00
Thomas Kriechbaumer
009f404983
docs: fix rgw ldap username token
...
Signed-off-by: Thomas Kriechbaumer <thomas@kriechbaumer.name>
2019-05-05 17:50:04 +02:00
David Zafman
bc300055e7
doc: Describe recovery and backfill prioritizations
...
Fixes: http://tracker.ceph.com/issues/39011
Signed-off-by: David Zafman <dzafman@redhat.com>
2019-05-02 21:58:44 -07:00
Yuval Lifshitz
3279a786ba
rgw/pubsub: fix doc on updates. attempt to fix multi-notifications
...
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
2019-05-02 20:33:34 +03:00
Samuel Just
0147ac2221
Merge pull request #27874 from athanatos/sjust/wip-peering-refactor-forreview
...
Extract peering logic into a module for use in crimson
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Josh Durgin <jdurgin@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-05-01 14:33:38 -07:00
Samuel Just
5e36acdb6f
osd/: mechanically rename RecoveryMachine/State/Ctx to Peering*
...
I'm going to extract this logic and reuse it in crimson. Recovery* has
always been a confusing name as it implements neither log-based recovery
nor backfill. Rather, it's mainly the buisiness logic for agreeing on
an authoritative log and some ancillary things such as scrub/backfill
reservation.
$ for i in $(git grep -l 'RecoveryMachine'); do sed -i 's/RecoveryMachine/PeeringMachine/g' $i; done
$ for i in $(git grep -l 'RecoveryState'); do sed -i 's/RecoveryState/PeeringState/g' $i; done
$ for i in $(git grep -l 'RecoveryCtx'); do sed -i 's/RecoveryCtx/PeeringCtx/g' $i; done
Signed-off-by: Samuel Just <sjust@redhat.com>
2019-05-01 11:22:11 -07:00
Abhishek L
b8863264ec
Merge pull request #27793 from theanalyst/doc/releases/14.2.1
...
doc: release notes for 14.2.1
Reviewed-By: Sage Weil <sweil@redhat.com>
Reviewed-By: Nathan Cutler <nculter@suse.com>
2019-04-30 18:23:03 +02:00
Abhishek Lekshmanan
5453a228c1
doc: changelog: drop redundant nautilus and component names
...
Also sort the entries
Signed-off-by: Abhishek Lekshmanan <alekshmanan@suse.com>
2019-04-30 17:29:58 +02:00
Teeranai
54374e700c
doc/release/nautilus: correct instruction command
...
Correct a systemctl command in an upgrade guide from radosgw.target to ceph-radosgw.target
Signed-off-by: Teeranai Kormongkolkul <istudko@gmail.com>
2019-04-30 10:47:14 +07:00
Abhishek Lekshmanan
272dd1fc2b
doc: release notes for 14.2.1
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2019-04-29 20:26:40 +02:00
Tatjana Dehler
038ef6291d
doc: Fix small typo in dashboard documentation
...
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
2019-04-29 11:56:59 +02:00
zjh
94237d3693
osd: Better error message when OSD count is less than osd_pool_default_size
...
Fixes: http://tracker.ceph.com/issues/38617
Signed-off-by: zjh <jhzeng93@foxmail.com>
2019-04-28 20:09:13 +08:00
Yuval Lifshitz
0e8ac0618c
Merge pull request #27671 from yuvalif/fix_arn_issue
...
rgw/pubsub: fix topic arn. tenant support to multisite tests
2019-04-28 11:43:02 +03:00
David Zafman
39cc14bdc1
Merge pull request #27503 from dzafman/wip-39099
...
osd: Give recovery for inactive PGs a higher priority
Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-04-25 15:06:56 -07:00
David Zafman
444aa9f9fe
osd, mon: New pool recovery priority range -10 to 10
...
Use OSD_POOL_PRIORITY_MAX and OSD_POOL_PRIORITY_MIN constants
Scale legacy priorities if exceeds maximum
Signed-off-by: David Zafman <dzafman@redhat.com>
2019-04-25 13:53:27 -07:00
Kefu Chai
49117a0414
Merge pull request #27741 from tchaikov/doc/dev/wip-corpus.rst
...
doc/dev/corpus.rst: correct instructions
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-04-25 13:30:10 +08:00
Casey Bodley
3466bc1292
Merge pull request #21154 from mslovy/rgw-admin-api
...
rgw: update op_mask of user via admin rest api
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2019-04-24 09:41:31 -04:00
Sage Weil
61d6d051de
Merge PR #27472 into master
...
* refs/pull/27472/head:
doc/rados/operations/devices: document device failure prediction
Reviewed-by: Rick Chen <rick.chen@prophetstor.com>
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
2019-04-24 08:37:49 -05:00
Sage Weil
a3a4af3454
Merge PR #27656 into master
...
* refs/pull/27656/head:
doc/dev/erasure-coded-pool: update
doc/rados/operations/erasure-code*: update default ec profile references
common/options: change default erasure-code-profile to k=2 m=2
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-04-24 08:14:55 -05:00
Kefu Chai
692f4b1a05
doc/dev/corpus.rst: correct instructions
...
* should keep all OSD up and running, otherwise some tests will wait for
healthy cluster for ever.
* should start 2 MGR for an active-standby setting -- better coverage
this way
Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-04-24 19:49:58 +08:00
Sage Weil
67fadc711a
doc/rados/operations/devices: document device failure prediction
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-23 07:10:53 -05:00
Kefu Chai
f15f69d521
Merge pull request #27713 from tchaikov/wip-24842
...
doc/rbd/rbd-cloudstack: update disk offering URL to new docs
Reviewed-by: Wido den Hollander <wido@42on.com>
2019-04-23 19:14:55 +08:00
Kefu Chai
779eccd1fc
doc/rbd/rbd-cloudstack: update disk offering URL to new docs
...
point hyperlinks to latest
Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-04-23 13:26:47 +08:00
Sage Weil
cf1328d959
doc/governance: add cbodey
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-22 15:37:11 -05:00
Sage Weil
cf9dfa79c1
doc/dev/erasure-coded-pool: update
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-22 12:36:29 -05:00
Sage Weil
2f361a6eee
relicense LGPL-2.1 code as LGPL-2.1 or LGPL-3.0
...
The primary motivation to relicense is a desire to integrate with projects
that are licensed under the Apache License version 2.0. Although opinions
vary, there are some who argue the the LGPL-2.1 and Apache-2.0 licenses
are not fully compatible. We would like to avoid the ambiguity and
potential for controversy.
Projects we would like to consume that are Apache-2.0 licensed include
Seastar, OpenSSL (which is in the process of relicensing to Apache-2.0),
and Swagger (swagger.io). Note that some of these are dynamically linked
or consumed via a high-level language and may or may not require a change
to LGPL-3.0, but providing the option for LGPL-3.0 certainly avoids any
uncertainty.
A few other source files are already incorporated into Ceph that claim an
Apache-2.0 license:
src/common/deleter.h
src/common/sstring.h
src/include/cpp-btree
The Ceph developers would further like to provide a license option that is
more modern than the current LGPL-2.1. LGPL-3.0 includes updated,
clarified language around several issues and is widely considered
more modern, superior license.
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-22 11:22:55 -05:00
Sage Weil
69c7a4d24e
doc/rados/operations/erasure-code*: update default ec profile references
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-22 11:20:55 -05:00
Xie Xingguo
0038724cfa
Merge pull request #27657 from anthonyeleven/patch-1
...
doc: operations: improve reweight-by-utilization
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
2019-04-20 08:50:29 +08:00
Anthony D'Atri
8c2b2fdd27
doc: operations: reweight-by-utilization typo
...
Add a missing backquote delimiter.
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
2019-04-19 15:15:12 -07:00
Patrick Donnelly
06e0a312d4
doc: fix boot transition in mds state diagram
...
MDSMonitor assigns a booting MDS immediately to standby. From there, the
standby may be promoted to standby-replay or some state leading to active.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-04-18 12:51:23 -07:00
Yuval Lifshitz
be64adf916
rgw/pubsub: fix topic arn. tenant support to multisite tests
...
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
2019-04-18 11:21:26 +03:00
Anthony D'Atri
963bfab07d
doc: operations: improve reweight-by-utilization
...
Add the missing `max_change`, `max_osds`, and `--no-increasing` parameters to `reweight-by-utilization` and `test-reweight-by-utilization`. Minor adjustments to wording.
Signed-off-by: Anthony D'Atri <anthony.datri@gmail.com>
2019-04-17 14:48:33 -07:00
Ricardo Marques
4c79d02f69
Merge pull request #27581 from LenzGr/master-documentation
...
doc: Improved the dashboard proxy config section
Reviewed-by: Alfonso Martínez <almartin@redhat.com>
Reviewed-by: Nathan Cutler <ncutler@suse.com>
2019-04-17 10:03:42 +01:00
James McClune
18b1b986e4
doc: fixed telemetry module reference link
...
Used :ref: label for telemetry reference in Nautilus.
Fixes: https://tracker.ceph.com/issues/39337
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
2019-04-16 18:19:38 -04:00
Sage Weil
c2190c1ff8
Merge PR #27519 into master
...
* refs/pull/27519/head:
doc/rados/operations/health-checks: document new bluestore warnings
os/bluestore: alert on fm/bdev size mismatch
os/bluestore: introduce legacy statfs alert
Reviewed-by: Sage Weil <sage@redhat.com>
2019-04-16 14:31:49 -05:00
Sage Weil
872590fe83
Merge PR #27563 into master
...
* refs/pull/27563/head:
mon/OSDMonitor: respect crush node flags for can_mark_*()
osd/OSDMap: add get_crush_node_flags(int osd)
mon/OSDMonitor: make 'osd {add,rm}-{noin,noout,...}' support crush nodes
osd/OSDMap: raise OSD_FLAGS health alert for crush node flags, too
osd/OSDMap: add flags for crush nodes
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
2019-04-16 14:30:41 -05:00
Sage Weil
ca140a5001
Merge PR #27568 into master
...
* refs/pull/27568/head:
doc/release/nautilus: proscribe minimum hammer tunables and straw2 on upgrade
common/options: update mon_crush_min_required_version=hammer
Reviewed-by: Neha Ojha <nojha@redhat.com>
Reviewed-by: Greg Farnum <gfarnum@redhat.com>
2019-04-16 14:30:23 -05:00
Lenz Grimmer
70a28a3e47
doc: Improved the dashboard proxy config section
...
Added paragraph that explains how standby dashboard instances perform
HTTP redirections to the currently active ceph-mgr node.
Added note about current limitations (see Bug#24662 for details).
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
2019-04-16 12:01:42 +02:00
Lenz Grimmer
43c56e1a5a
doc: dashboard: refined object gateway configuration
...
As discussed in BUG#39252, the dashboard currently does not
support all possible RGW configuration possibilities when trying
to obtain hostname and port number. Update the docs to better
reflect this.
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
2019-04-16 11:59:53 +02:00
Kefu Chai
7f7fdc7211
doc/corpus: update to adapt the change from autotools to cmake
...
Signed-off-by: Kefu Chai <kchai@redhat.com>
2019-04-16 00:25:53 +08:00
Sage Weil
b29495954b
doc/rados/operations/health-checks: document new bluestore warnings
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-15 17:42:48 +03:00
Yuval Lifshitz
6f646f0db4
Merge pull request #27493 from yuvalif/pubsub_zone_conf_doc
...
rgw/pubsub: clarify pubsub zone configuration
2019-04-15 16:42:09 +03:00
Abhishek Lekshmanan
8f6a003285
doc: releases/12.2.12: fix changelog to add issues without trackers
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2019-04-15 11:16:07 +02:00
Sage Weil
9b979a5c5d
doc/release/nautilus: proscribe minimum hammer tunables and straw2 on upgrade
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-12 17:26:56 -05:00
Sage Weil
9aa9893b8f
osd/OSDMap: raise OSD_FLAGS health alert for crush node flags, too
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-12 11:10:35 -05:00
Abhishek Lekshmanan
3cbf19f103
doc: releases/luminous: release notes for 12.2.12
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2019-04-12 16:57:09 +02:00
Kefu Chai
520af8568a
Merge pull request #26816 from iotcg/doc
...
doc: correct example to use vstart to run up cluster
Reviewed-by: Brad Hubbard <bhubbard@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-04-12 17:59:07 +08:00
Yuval Lifshitz
2cf1872bdf
rgw/pubsub: more info on notification deletion compatibility
...
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
2019-04-11 12:23:17 +03:00
Pritha Srivastava
2fec58130b
rgw: Improving doc for Cross Project(Tenant) access with Openstack Keystone.
...
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
2019-04-11 12:20:09 +05:30
Yuval Lifshitz
cb256dd92a
rgw/pubsub: fix comments from PR #27493
...
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
2019-04-10 19:32:02 +03:00
Sage Weil
b17adcf3e8
doc/releases/nautilus: fix config update step
...
'ceph ... > /etc/ceph/ceph.conf' fails because bash truncates ceph.conf
before the ceph cli invocation is able to use it to connect to the cluster.
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-10 11:25:11 -05:00
Yuval Lifshitz
89ddc407b4
rgw/pubsub: clarify pubsub zone configuration
...
Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
2019-04-10 15:38:35 +03:00
Sebastian Wagner
559b2e7402
Merge pull request #27431 from sebastian-philipp/rook-doc-update-mon
...
doc/mgr/orchestrator_cli: Rook orch supports mon update
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
2019-04-09 16:19:53 +02:00
Casey Bodley
f2bb87b7ec
Merge pull request #25985 from l-vo/update_php_doc
...
doc/radosgw: update documentation examples with the current S3 PHP client
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
2019-04-09 09:40:42 -04:00
Patrick Donnelly
c5e8c22ab6
Merge PR #27412 into master
...
* refs/pull/27412/head:
doc: add doc for blacklisting older CephFS clients
Reviewed-by: Barbora Ančincová <bara@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
2019-04-09 06:17:43 -07:00
Xie Xingguo
a0e1519f31
Merge pull request #27422 from iotcg/doc_pg
...
doc: fix parameter to set pg autoscale mode
Reviewed-by: Sage Weil <sage@redhat.com>
2019-04-09 08:58:41 +08:00
Patrick Donnelly
07a557411d
Merge PR #27369 into master
...
* refs/pull/27369/head:
docs: Add note to execute cephfs-shell
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-04-08 16:16:06 -07:00
Patrick Donnelly
19372b8492
doc: add doc for blacklisting older CephFS clients
...
Fixes: http://tracker.ceph.com/issues/39130
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-04-08 10:56:38 -07:00
Yuval Lifshitz
9641f27eff
Merge pull request #27091 from yuvalif/s2_pubsub_api_new
...
S3 compatible pubsub API
2019-04-08 17:31:40 +03:00
Varsha Rao
a8182288e5
docs: Add note to execute cephfs-shell
...
Signed-off-by: Varsha Rao <varao@redhat.com>
2019-04-08 16:22:24 +05:30
Sebastian Wagner
a1688daf17
doc/mgr/orchestrator_cli: Rook orch supports mon update
...
Fixes: http://tracker.ceph.com/issues/39137
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2019-04-08 11:26:14 +02:00
Changcheng Liu
c0df98fc7e
doc: fix parameter to set pg autoscale mode
...
osd_pool_default_pg_autoscale_mode is the right parameter to
set placement-group autoscale mode.
Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
2019-04-08 10:40:47 +08:00
Changcheng Liu
fa8dffe883
doc: correct ceph example in corpus section
...
Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
2019-04-08 09:26:24 +08:00
Changcheng Liu
4953a6e9e3
doc: correct example to use vstart to run up cluster
...
Signed-off-by: Changcheng Liu <changcheng.liu@intel.com>
2019-04-08 09:15:52 +08:00
Neha Ojha
91e4926b09
Merge pull request #27403 from cyberang3l/many_objects_per_pg_docs
...
doc: update documentation for the MANY_OBJECTS_PER_PG warning
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
Reviewed-by: Neha Ojha <nojha@redhat.com>
2019-04-05 16:03:01 -07:00
Vangelis Tasoulas
24131fc59a
doc: Update documentation for the MANY_OBJECTS_PER_PG warning
...
The current documentation for the MANY_OBJECTS_PER_PG warning
states that The threshold can be raised to silence the health
warning by adjusting the mon_pg_warn_max_object_skew config
option on the monitors. It seems that this is not true (at least)
since the luminous times, and this option should be adjusted on
the managers.
I encountered this problem and I spend quite sometime injecting
the mon_pg_warn_max_object_skew to the monitors, added the option
ceph.conf and restarted the monitors several times but the warning
was not going away. I had to download the code to see what's
happening and I found out this:
$ git grep -A 3 mon_pg_warn_max_object_skew src/common/options.cc
src/common/options.cc:1480: Option("mon_pg_warn_max_object_skew", Option::TYPE_FLOAT, Option::LEVEL_ADVANCED)
src/common/options.cc-1481- .set_default(10.0)
src/common/options.cc-1482- .set_description("max skew few average in objects per pg")
src/common/options.cc-1483- .add_service("mgr"),
After I restarted the ceph-mgr service, the warning went away.
Signed-off-by: Vangelis Tasoulas <vangelis@tasoulas.net>
2019-04-05 19:53:35 +02:00
Patrick Donnelly
9473d99b61
Merge PR #27396 into master
...
* refs/pull/27396/head:
doc: fixed typo in leadership names
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-04-05 10:49:25 -07:00
Servesha Dudhgaonkar
324426c966
doc: fixed caps
...
Signed-off-by: Servesha Dudhgaonkar <sdudhgao@redhat.com>
2019-04-05 17:29:05 +05:30
Servesha Dudhgaonkar
b373123c29
doc: fixed typo in leadership names
...
Signed-off-by: Servesha Dudhgaonkar <sdudhgao@redhat.com>
2019-04-05 17:16:50 +05:30
Ning Yao
ccc1fdddad
rgw:modify op_mask of user via the radosgw admin api
...
Fixes: http://tracker.ceph.com/issues/39084
Signed-off-by: Ning Yao <yaoning@unitedstack.com>
2019-04-05 14:33:00 +08:00
Kefu Chai
736d396ee0
Merge pull request #27121 from sebastian-philipp/orchestrator-doc-cli-fix-service-add
...
doc/orchestrator: Fix broken bullet points
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-04-05 13:52:44 +08:00
Kefu Chai
dbc32e518a
Merge pull request #27379 from xenolinux/wip-fix-bug1
...
doc : fixed capitalization
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-04-05 13:48:58 +08:00
Patrick Donnelly
27df199891
Merge PR #27373 into master
...
* refs/pull/27373/head:
doc: Add usage for shortcuts command in cephfs-shell
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-04-04 12:52:55 -07:00
Servesha Dudhgaonkar
2808373129
doc : fixed capitalization
...
Signed-off-by: Servesha Dudhgaonkar <sdudhgao@redhat.com>
2019-04-04 19:09:38 +05:30
Vanush "Misha" Paturyan
3d935c3c53
doc/rados/configuration/mon-lookup-dns: fix typo
...
Signed-off-by: Vanush "Misha" Paturyan <ektich@gmail.com>
2019-04-04 12:37:54 +01:00
Varsha Rao
ceaf3bcf44
doc: Add usage for shortcuts command in cephfs-shell
...
Signed-off-by: Varsha Rao <varao@redhat.com>
2019-04-04 15:53:41 +05:30
Kefu Chai
8614b9b81d
Merge pull request #26016 from falcon78921/wip-doc-37957
...
doc: added section on creating RESTful API user
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-04-04 14:33:24 +08:00
Yuval Lifshitz
15ae9c72d2
Merge branch 's2_pubsub_api_new' of https://github.com/yuvalif/ceph into s2_pubsub_api_new
2019-04-03 14:30:29 +03:00
Yuval Lifshitz
98e6a04346
rgw/pubsub: wrong link in S3 doc
...
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
2019-04-03 14:27:49 +03:00
Yuval Lifshitz
604669ea65
Merge branch 'master' into s2_pubsub_api_new
2019-04-03 13:34:30 +03:00
Yuval Lifshitz
dc904249a0
rgw/pubsub: fix documentation link errors
...
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
2019-04-03 13:29:47 +03:00
Sage Weil
242ef7824d
doc/rados/operations: document BLUEFS_SPILLOVER
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-04-02 11:13:31 -05:00
Yuval Lifshitz
e1e39d627e
rgw/pubsub: add more S3 compatibility documentation
...
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
2019-04-02 14:46:27 +03:00
Jason Dillaman
41d3fdc554
Merge pull request #27074 from LenzGr/master-documentation
...
doc: Updated dashboard iSCSI configuration, added labels
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2019-04-01 09:20:24 -04:00
Yuval Lifshitz
cb6e894937
rgw/pubsub: test and doc bucket deletion impact on notifications
...
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
2019-04-01 12:28:11 +03:00
Kefu Chai
77df70d9e0
Merge pull request #27203 from falcon78921/wip-doc-38721
...
doc: removed OpenStack Kilo references in Keystone docs
Reviewed-by: Sebastian Wagner <swagner@suse.com>
2019-04-01 15:05:58 +08:00
Lenz Grimmer
71e46887d4
doc: Updated dashboard iSCSI configuration, added labels
...
Added note about the requirement for the latest ceph-iscsi version
3 to the dashboard documentation. Added some doc references
and replaced some URLs in the iSCSI docs with reST labels instead.
Signed-off-by: Lenz Grimmer <lgrimmer@suse.com>
2019-03-31 13:32:15 -05:00
Yuval Lifshitz
9fd0f87318
rgw/pubsub: add s3-compatible API documentation
...
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
2019-03-31 11:40:49 +03:00
Patrick Donnelly
e139694188
Merge PR #26976 into master
...
* refs/pull/26976/head:
doc: add doc for cephfs lazyio
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-03-29 14:44:16 -07:00
J. Eric Ivancich
0262ed3173
Merge pull request #27250 from ivancich/wip-update-resharding-docs
...
rgw: updates to resharding documentation
Reviewed-by: Adam Emerson <aemerson@redhat.com>
2019-03-28 17:18:58 -04:00
J. Eric Ivancich
54b6b650ee
rgw: updates to resharding documentation
...
Some minor updates to the resharding documentation with the aim of
clarifying the language and using terms consistently.
Signed-off-by: J. Eric Ivancich <ivancich@redhat.com>
2019-03-28 16:36:15 -04:00
Casey Bodley
9e949fcd5c
Merge pull request #27243 from theanalyst/doc-scheduler
...
config-ref: add a note on current scheduler settings.
Reviewed-by: Casey Bodley <cbodley@redhat.com>
Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
2019-03-28 14:23:11 -04:00
Patrick Donnelly
91c2317a04
Merge PR #27202 into master
...
* refs/pull/27202/head:
doc: Miscellaneous spelling fixes
Reviewed-by: Volker Theile <vtheile@suse.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sebastian Wagner <swagner@suse.com>
2019-03-28 09:39:07 -07:00
Abhishek Lekshmanan
909b8ef4bc
docs: rgw: add a x-ref to rados dmclock docs
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2019-03-28 17:04:31 +01:00
Abhishek Lekshmanan
542c77f555
config-ref: add a note on current scheduler settings.
...
Adding a note on configuirables for max concurrent requests and the rest of
experimental options for tuning dmclock scheduler
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2019-03-28 15:09:12 +01:00
Lenz Grimmer
96a65fbfb7
Merge pull request #26914 from votdev/issue_38331
...
mgr/dashboard: Add separate option to config SSL port
Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
2019-03-28 10:55:27 +01:00
Nathan Cutler
0e63fed768
Merge pull request #27159 from smithfarm/wip-38934
...
doc: move Developer Guide to its own subdirectory
Reviewed-by: Sebastian Wagner <swagner@suse.com>
2019-03-27 12:17:37 +01:00
Yan, Zheng
8ebd0fb74a
doc: add doc for cephfs lazyio
...
Fixes: http://tracker.ceph.com/issues/38729
Signed-off-by: "Yan, Zheng" <zyan@redhat.com>
2019-03-27 10:29:07 +08:00
James McClune
6a24d0e80e
doc: removed OpenStack Kilo references in Keystone docs
...
Removed Kilo references in Keystone docs. Updated documentation
to align with Ocata & later releases.
Fixes: https://tracker.ceph.com/issues/38721
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
2019-03-26 17:08:18 -04:00
Bryan Stillwell
8d87df48f2
doc: Miscellaneous spelling fixes
...
While looking over the documentation I found a few words being misspelled.
Signed-off-by: Bryan Stillwell <bstillwell@godaddy.com>
2019-03-26 14:52:12 -06:00
Bryan Stillwell
6417b2530e
doc: Add missing mgr cap for the bootstrap keyring
...
A manual deployment will fail to create OSDs unless the bootstrap-osd
keyring has read permissions to the mgr.
Signed-off-by: Bryan Stillwell <bstillwell@godaddy.com>
2019-03-26 14:03:32 -06:00
David Zafman
769cdc8294
doc: Document new pg state and changes to auto repair behavior
...
Fixes: http://tracker.ceph.com/issues/38616
Signed-off-by: David Zafman <dzafman@redhat.com>
2019-03-25 16:03:36 -07:00
Nathan Cutler
64fc87a483
doc: move Developer Guide to its own subdirectory
...
Fixes: ef3ac5692b
Fixes: https://tracker.ceph.com/issues/38934
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2019-03-25 16:34:36 +01:00
Kefu Chai
b28a05ab84
Merge pull request #27143 from dzafman/wip-38896
...
doc: Fix the pg states and auto repair config options
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-03-23 19:40:34 +08:00
David Zafman
9fd4b062f1
doc: Fix the pg states and auto repair config options
...
Fixes: http://tracker.ceph.com/issues/38896
Signed-off-by: David Zafman <dzafman@redhat.com>
2019-03-22 19:58:00 -07:00
Casey Bodley
f038e1827d
Merge pull request #27102 from adamemerson/wip-one-rados-handle-to-rule-them-all
...
One Rados Handle to Rule Them All
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2019-03-22 16:24:15 -04:00
Casey Bodley
b7e2a60bdd
Merge pull request #26952 from cbodley/wip-rgw-bucket-tagging-notsupp
...
rgw: reject bucket tagging requests and document unsupported
Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
2019-03-22 16:22:21 -04:00
Casey Bodley
1eb6a95438
Merge pull request #27008 from ofriedma/wip-34308-beast-tcp-nodelay
...
rgw: Adding tcp_nodelay option to Beast
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2019-03-22 16:20:57 -04:00
Casey Bodley
1299278ec2
rgw: reject bucket tagging requests and document unsupported
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2019-03-22 10:12:07 -04:00
Sebastian Wagner
b175010dcd
doc/orchestrator: Fix broken bullet points
...
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2019-03-22 14:11:05 +01:00
Jason Dillaman
37d4390a27
Merge pull request #25545 from zhouyuan/wip-ceph-immutable-obj-cache-daemon
...
tools: adding ceph level immutable obj cache daemon
Reviewed-by: Jason Dillaman <dillaman@redhat.com>
Reviewed-by: Mykola Golub <mgolub@suse.com>
2019-03-22 08:21:50 -04:00
ofriedma
fb1bff7bce
rgw: Adding tcp_nodelay option to Beast
...
beast frontend option to set the TCP_NODELAY socket option to match the tcp_nodelay option in civetweb.
Fixes: https://tracker.ceph.com/issues/34308
Signed-off-by: Or Friedmann <ofriedma@redhat.com>
2019-03-22 13:03:43 +02:00
Sage Weil
be1187575b
Merge PR #27021 into master
...
* refs/pull/27021/head:
msg: remove XioMessenger
qa/suites/rados/thrash-old-clients: add nautilus
qa/suites/rados/thrash-old-clients: add mimic v1 variant
qa/suites/rados/thrash-old-clients: add mimic
qa/suites/rados/thrash-old-clients: collapse msgr and client choice
qa: remove simplemessenger tests
ceph_test_msgr: remove simple
msg: remove SimpleMessenger
Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Matt Benjamin <mbenjami@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-03-22 04:42:30 -05:00
Kefu Chai
32df73f9f2
Merge pull request #26940 from xiexingguo/wip-monc-add-con
...
mon/MonClient: weight-based mon selection
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-03-22 15:43:04 +08:00
Danny Al-Gaaf
c9441c2916
doc: fix LRC documentation
...
Recovery from a failure in jerasure need only k reads and
not k+m-1.
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2019-03-22 01:37:56 +01:00
Adam C. Emerson
55180511e5
rgw: Remove rgw_num_rados_handles option
...
This has been deprecated for some time and underlies much of the
complexity of the RADOS service.
Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
2019-03-21 15:13:56 -04:00
Sage Weil
f89273f828
Merge PR #27048 into master
...
* refs/pull/27048/head:
doc: add changelog for nautilus
Reviewed-by: Sage Weil <sage@redhat.com>
2019-03-21 11:48:29 -05:00
Yuan Zhou
ebd017e37e
building: adding missing ceph-immtable-object-cache-dbg rule
...
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2019-03-22 00:17:07 +08:00
Yuan Zhou
9466d70985
build/ops: adding build spec for immutable object cache daemon
...
Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
2019-03-22 00:16:26 +08:00
Sebastian Wagner
cee38745ea
Merge pull request #26404 from sebastian-philipp/orchestrator-error-handling
...
mgr/orchestrator: Add error handling to interface
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Reviewed-by: Juan Miguel Olmo Martínez <jolmomar@redhat.com>
Reviewed-by: Tim Serong <tserong@suse.com>
2019-03-21 12:30:13 +01:00
Casey Bodley
507e97ae3c
Merge pull request #27054 from cbodley/wip-37770
...
doc/rgw: update civetweb rgw_frontends config example
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-03-20 10:07:31 -04:00
Casey Bodley
2f16fcb2fd
doc/rgw: update civetweb rgw_frontends config example
...
all of these civetweb options have to be on the same line as rgw_frontends
Fixes: https://tracker.ceph.com/issues/37770
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2019-03-20 08:20:01 -04:00
Kefu Chai
ee5eab81e1
Merge pull request #26934 from sebastian-philipp/doc-rados-mon_command
...
doc/rados/api/python: Add documentation for mon_command
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-03-20 18:27:47 +08:00
xie xingguo
1ba6b267db
doc/mon-lookup-dns: update "mon weight" related changes
...
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
2019-03-20 12:17:00 +08:00
Abhishek Lekshmanan
178a45a479
doc: add changelog for nautilus
...
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2019-03-19 13:47:28 +01:00
Sage Weil
2203c4d07a
Merge PR #27019 into master
...
* refs/pull/27019/head:
doc/releases/nautilus: add reference to msgr2 config update section
doc/cephfs/nfs: update ceph.conf example
doc/releases/nautilus: final upgrade note updates
Reviewed-by: Kefu Chai <kchai@redhat.com>
2019-03-19 05:38:11 -05:00
Casey Bodley
cab4169677
Merge pull request #26564 from theanalyst/wip-reshard-lc-fixes
...
rgw: LC: handle resharded buckets
Reviewed-by: Casey Bodley <cbodley@redhat.com>
2019-03-18 15:13:06 -04:00
Sage Weil
b298aa972d
Merge remote-tracking branch 'gh/nautilus'
2019-03-18 12:10:50 -05:00
Qiaowei Ren
b866fb488f
doc: QAT Acceleration for Encryption and Compression
...
This patch add the documentation about QAT acceleration for encryption
and compression and how to configure.
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
2019-03-18 19:22:34 +08:00
Sebastian Wagner
315bc1a9ee
doc/rados/api/python: Add documentation for mon_command
...
Co-authored-by: Nathan Cutler <ncutler@suse.com>
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2019-03-18 11:55:56 +01:00
Sage Weil
dac96a4c0e
doc/releases/nautilus: add reference to msgr2 config update section
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-03-18 03:14:24 -05:00
Sage Weil
08e2b6ada2
doc/cephfs/nfs: update ceph.conf example
...
and reference 'ceph config generate-minimal-conf'
Signed-off-by: Sage Weil <sage@redhat.com>
2019-03-17 23:16:49 -05:00
Sage Weil
cbcad6325c
Merge PR #26956 into nautilus
...
* refs/pull/26956/head:
doc/releases/nautilus: more detail around ceph-volume step
Reviewed-by: Alfredo Deza <adeza@redhat.com>
2019-03-17 23:09:34 -05:00
Sage Weil
e57af1d41d
msg: remove SimpleMessenger
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-03-17 07:57:45 -05:00
Sage Weil
c529925e2f
doc/releases/nautilus: final upgrade note updates
...
Signed-off-by: Sage Weil <sage@redhat.com>
2019-03-17 05:29:27 -05:00
Sage Weil
60066661da
Merge PR #26563 into nautilus
...
* refs/pull/26563/head:
doc/ceph-volume/lvm/batch: fix typos
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2019-03-15 16:49:02 -05:00
Sage Weil
106de8caf4
Merge PR #26994 into nautilus
...
* refs/pull/26994/head:
doc: add scrub link for nautilus release notes
Reviewed-by: Sage Weil <sage@redhat.com>
2019-03-15 16:48:27 -05:00
Sage Weil
52c447a49a
doc/releases/nautilus: more detail around ceph-volume step
...
Recommend host reboots to verify ceph-volume adoption worked.
Signed-off-by: Sage Weil <sage@redhat.com>
2019-03-15 16:07:34 -05:00
Casey Bodley
8079db6a6d
doc/rgw: document storage class configuration
...
Fixes: http://tracker.ceph.com/issues/38008
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2019-03-15 15:50:32 -04:00
Casey Bodley
c95585b198
doc/rgw: document placement target configuration
...
Fixes: http://tracker.ceph.com/issues/24508
Signed-off-by: Casey Bodley <cbodley@redhat.com>
2019-03-15 15:50:32 -04:00
Patrick Donnelly
4e36305be5
doc: add scrub link for nautilus release notes
...
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-03-15 10:15:58 -07:00
Patrick Donnelly
5ea8c7346c
Merge PR #26974 into nautilus
...
* refs/pull/26974/head:
doc: add cephfs scrub related admin document
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-03-15 09:36:57 -07:00
Patrick Donnelly
e9491eea19
Merge PR #26937 into master
...
* refs/pull/26937/head:
doc: add package for Golang
Reviewed-by: Kefu Chai <kchai@redhat.com>
Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2019-03-15 08:29:58 -07:00
Ricardo Marques
65a93cb8f7
mgr/dashboard: Drop iSCSI gateway name parameter
...
iSCSI gateway name will now be obtained from the
ceph-iscsi `/api/sysinfo/hostname` endpoint
Signed-off-by: Ricardo Marques <rimarques@suse.com>
2019-03-15 14:05:49 +00:00