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
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
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
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
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