Commit Graph

5576 Commits

Author SHA1 Message Date
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
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
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
Venky Shankar
a83c0f8953 doc: add cephfs scrub related admin document
Fixes: http://tracker.ceph.com/issues/38728
Signed-off-by: Venky Shankar <vshankar@redhat.com>
2019-03-15 15:05:27 +05:30
Abhishek L
114dd1651f
Merge pull request #26913 from theanalyst/doc/releases/13.2.5
doc: add release notes for 13.2.5 mimic

Reviewed-By: Sage Weil <sage@redhat.com>
Reviewed-By: Nathan Cutler <ncutler@suse.com>
Reviewed-By: Casey Bodley <cbodley@redhat.com>
2019-03-15 09:09:53 +01:00
IrekFasikhov
76e94f8848 doc: add package for Golang
Fixes: http://tracker.ceph.com/issues/38730
Signed-off-by: Irek Fasikhov <malmyzh@gmail.com>
2019-03-15 08:42:57 +03:00
James McClune
26470ecae7 doc: added section on creating RESTful API user
This will help users better understand how to
add RESTful API users/keys.

Fixes: https://tracker.ceph.com/issues/37957
Signed-off-by: James McClune <jmcclune@mcclunetechnologies.net>
2019-03-13 20:50:54 -04:00
Patrick Donnelly
145c37c048
doc: add CephFS notes for nautilus
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2019-03-13 11:51:06 -07:00
Alexandru Cucu
813ea58a15 doc/ceph-volume/lvm/batch: fix typos
Fix typos in ceph-volume lvm batch documentation
Signed-off-by: Alexandru Cucu <me@alexcucu.ro>
2019-03-13 17:13:46 +02:00
Abhishek Lekshmanan
4e6a6183a9 doc: add release notes for 13.2.5 mimic
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
2019-03-13 14:50:55 +01:00
Volker Theile
86f47f6bfd mgr/dashboard: Add separate option to config SSL port
There is a need to introduce this new config option because the MgrModule::get_module_option() and MgrModule::get_localized_module_option() method will be refactored soon and will not support the default parameter anymore. Instead the default value must be configured in the MODULE_OPTIONS. Currently we misuse the server_port depending on if SSL is enabled or not.

Fixes: https://tracker.ceph.com/issues/38331

Signed-off-by: Volker Theile <vtheile@suse.com>
2019-03-13 13:50:14 +01:00
Ricardo Marques
dacde1548d
Merge pull request #26788 from ricardoasmarques/iscsi-docs-password
doc/rbd/iscsi-target-cli: Update auth command

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2019-03-13 09:20:09 +00:00
Ricardo Marques
0af071df20
Merge pull request #26891 from rjfd/wip-dashboard-iscsi-ssl
mgr/dashboard: iscsi: adds CLI command to enable/disable API SSL verification

Reviewed-by: Ricardo Marques <rimarques@suse.com>
2019-03-12 16:23:42 +00:00
Casey Bodley
7ecce2b146
Merge pull request #26599 from cbodley/wip-rgw-beast-default
rgw: make beast the default for rgw_frontends

Reviewed-by: Matt Benjamin <mbenjamin@redhat.com>
2019-03-12 11:58:35 -04:00
Sage Weil
ed0df5a2cb Merge PR #26906 into master
* refs/pull/26906/head:
	Typo in Nautilus release notes: not -> now

Reviewed-by: xie xingguo <xie.xingguo@zte.com.cn>
Reviewed-by: Sebastian Wagner <swagner@suse.com>
2019-03-12 07:24:32 -05:00
Ricardo Marques
9173d1f66b
Merge pull request #26669 from ricardoasmarques/iscsi-docs-disk-slash
doc/rbd/iscsi-target-cli: Update disk separator

Reviewed-by: Jason Dillaman <dillaman@redhat.com>
2019-03-12 10:29:50 +00:00