Commit Graph

4710 Commits

Author SHA1 Message Date
Dan Mick
d9cabf2b04 doc/mgr/plugins.rst: explain more about the plugin command protocol
Signed-off-by: Dan Mick <dan.mick@redhat.com>
2018-06-19 16:45:06 -07:00
Alfredo Deza
6c8c855d17
Merge pull request #22604 from alfredodeza/wip-bluestore-config-ref
doc/bluestore: data doesn't use two partitions (ceph-disk era)

Reviewed-by: Sage Weil sage@redhat.com
2018-06-19 09:03:42 -04:00
Sage Weil
daf14eda35 Merge PR #22595 into master
* refs/pull/22595/head:
	common/options: dump flags

Reviewed-by: Jos Collin <jcollin@redhat.com>
2018-06-19 07:38:03 -05:00
Sage Weil
38bb4d1d3b Merge PR #22602 into master
* refs/pull/22602/head:
	doc/releases/mimic: note lack of debian builds for mimic

Reviewed-by: Alfredo Deza <adeza@redhat.com>
Reviewed-by: Abhishek Lekshmanan <abhishek.lekshmanan@gmail.com>
2018-06-19 07:21:26 -05:00
Sage Weil
3cd7d5eb22 Merge PR #22343 into master
* refs/pull/22343/head:
	qa/standalone remove ceph-disk from activate_osd helper
	cmake: remove subman.sh tests
	test remove ceph-disk directory
	debian: remove ceph_detect_init python files from base
	qa/standalone remove virtualenv paths for ceph-disk and ceph-detect-init
	debian: remove ceph-disk ceph-detect-init python files
	rpm: remove ceph-disk ceph-detect-init python files
	alpine: remove ceph-disk ceph-detect-init python files
	alpine: remove ceph-osd and parttypeuuid udev rules
	debian: remove ceph-osd and parttypeuuid udev rules
	rpm: remove ceph-osd and parttypeuuid udev rules
	ceph-helpers.sh: remove ceph-disk, set up osds directly
	CMakeLists.txt: add back CEPH_BUILD_VIRTUALENV
	alpine: remove ceph-disk, add ceph-volume in APKBUILD.in
	upstart: remove ceph-disk activation call
	doc/install add anchor for manual osd deployment in freebsd guide
	doc/dev remove ceph-disk from freebsd guide, link to manual reference
	doc/dev/config-key remove ceph-disk references
	doc/dev remove ceph-disk.rst
	doc/dev: change ceph-disk suite examples for ceph-deploy
	doc/man_index: remove ceph-disk, ceph-detect-init refs
	doc/install: remove ceph-disk from freebsd examples
	doc/rados remove ceph-disk from man references
	doc/man remove ceph-disk ref from ceph-volume-systemd
	doc/man: update reference from ceph-disk to ceph-volume
	doc/man: remove ceph-disk, ceph-detect-init from cmake
	doc/man/ceph-volume remove doc reference to ceph-disk
	doc/man: remove ceph-disk, ceph-detect-init
	qa/suites: remove ceph-disk
	qa/run-standalone.sh: remove requirement for ceph-detect-init virtualenv
	qa/workunits: remove ceph-detect-init from rbdmapfile test
	qa/workunits: remove ceph-detect-init from ceph-helpers-root.sh
	qa/workunits: remove ceph-disk
	build: remove ceph-disk from freebsd script
	cmake: remove ceph-disk, ceph-detect-init tox tests
	init-ceph: remove ceph-disk
	cmake: remove top-level entries for ceph-disk, ceph-detect-init
	debian: remove ceph-detect-init references
	debian: remove ceph-disk references
	src: remove ceph-detect-init tool
	rpm: remove ceph-disk, ceph-detect-init from spec file
	test: remove subman script
	script: remove subman script
	udev: remove parttypeuuid rules for ceph-disk
	tool remove ceph-disk from ps-ceph.pl
	upstart: remove ceph-disk conf file
	systemd: remove ceph-disk from CMakeLists
	systemd: remove ceph-disk service
	udev: remove ceph-disk rules
	src: remove ceph-disk tool
2018-06-19 07:07:55 -05:00
John Spray
c731f2a170 doc/mgr: note need for module.py file in plugins
This is kind of a kludgy thing but let's at least
document it!

Signed-off-by: John Spray <john.spray@redhat.com>
2018-06-19 10:19:06 +01:00
Sage Weil
e5e4af662c doc/releases/mimic: note lack of debian builds for mimic
Signed-off-by: Sage Weil <sage@redhat.com>
2018-06-18 15:07:40 -05:00
Alfredo Deza
fda9b6cf0d doc/bluestore: data doesn't use two partitions (ceph-disk era)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-18 15:21:50 -04:00
Sage Weil
6c4d76ca0c common/options: dump flags
Also document.

Signed-off-by: Sage Weil <sage@redhat.com>
2018-06-18 07:01:24 -05:00
Patrick Donnelly
c2311e1aeb
Merge PR #22340 into master
* refs/pull/22340/head:
	doc: update description of mount options for cephfs

Reviewed-by: Zheng Yan <zyan@redhat.com>
2018-06-15 07:31:34 -07:00
Patrick Nawracay
bd2196b6ca mgr/dashboard: Add token authentication to Grafana proxy
Enables token authentication for the Grafana proxy as additional option
to username/password authentication. The authentication method has to be
set, too.

    $ ceph dashboard set-grafana-api-token <token>	   # default: ''
    $ ceph dashboard set-grafana-api-auth-method <method>  # default: ''

Possible values for the authentication method are 'password' and
'token'.

Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
2018-06-14 13:54:00 +02:00
Alfredo Deza
65e233278f doc/install add anchor for manual osd deployment in freebsd guide
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:25 -04:00
Alfredo Deza
2231412e35 doc/dev remove ceph-disk from freebsd guide, link to manual reference
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:25 -04:00
Alfredo Deza
5596011b4a doc/dev/config-key remove ceph-disk references
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:25 -04:00
Alfredo Deza
7f23bd2c53 doc/dev remove ceph-disk.rst
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:25 -04:00
Alfredo Deza
1c0e179e3a doc/dev: change ceph-disk suite examples for ceph-deploy
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:25 -04:00
Alfredo Deza
4e0a98e775 doc/man_index: remove ceph-disk, ceph-detect-init refs
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:25 -04:00
Alfredo Deza
0ad2d269a9 doc/install: remove ceph-disk from freebsd examples
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:25 -04:00
Alfredo Deza
d3665517f2 doc/rados remove ceph-disk from man references
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:25 -04:00
Alfredo Deza
ff309578a3 doc/man remove ceph-disk ref from ceph-volume-systemd
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:24 -04:00
Alfredo Deza
c092ce219a doc/man: update reference from ceph-disk to ceph-volume
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:24 -04:00
Alfredo Deza
c652c9279c doc/man: remove ceph-disk, ceph-detect-init from cmake
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:24 -04:00
Alfredo Deza
3494b7afbc doc/man/ceph-volume remove doc reference to ceph-disk
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:24 -04:00
Alfredo Deza
cf0fb97eab doc/man: remove ceph-disk, ceph-detect-init
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2018-06-13 15:16:24 -04:00
Mao Zhongyi
c62714b81a doc: vstart update a few options
Add missing several options in vstart and make
these options arranged in alphabetical order.

Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
2018-06-11 18:44:45 +08:00
Mao Zhongyi
f7ec92df26 doc: drop the unsupported option -r from vstart
vstart no longer supports -r option after commit 8dcf8d6e,
but it is not cleaned from mstart, so drop it.

Signed-off-by: Mao Zhongyi <maozy.fnst@cn.fujitsu.com>
2018-06-11 13:34:30 +08:00
Mykola Golub
2aa43e8f11
Merge pull request #22443 from dillaman/wip-doc-rbd-openstack
doc/rbd: corrected OpenStack Cinder permissions for Glance pool

Reviewed-by: Mykola Golub <mgolub@suse.com>
2018-06-08 09:11:02 +03:00
Patrick Donnelly
84860eff46
Merge PR #22445 into master
* refs/pull/22445/head:
	doc: fix release notes on snapshot upgrades

Reviewed-by: Sage Weil <sage@redhat.com>
Reviewed-by: Zheng Yan <zyan@redhat.com>
2018-06-07 06:06:56 -07:00
Patrick Donnelly
95723e7d19
Merge PR #22388 into master
* refs/pull/22388/head:
	ceph-mds: Fix usage
	doc: ceph-mds option updates

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-06 15:31:12 -07:00
Patrick Donnelly
2f7918488b
Merge PR #22338 into master
* refs/pull/22338/head:
	doc: update toctree for add-remove-mds.rst
	doc: create add/remove metadata server

Reviewed-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-06 15:27:19 -07:00
Patrick Donnelly
c1ed37c825
doc: fix release notes on snapshot upgrades
Fixes: https://tracker.ceph.com/issues/24435
Introduced-by: d78dda7b81.
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
2018-06-06 14:22:03 -07:00
Jason Dillaman
f692fd3581 doc/rbd: corrected OpenStack Cinder permissions for Glance pool
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
2018-06-06 14:50:24 -04:00
Kefu Chai
ca238f77d7
Merge pull request #21279 from sungjunyoung/master
doc: erasure-code-jerasure: removed default section of crush-device-class

Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-06 22:55:44 +08:00
Lenz Grimmer
7b3a7306b6
Merge pull request #21644 from p-na/grafana-proxy
mgr/dashboard: Grafana proxy backend

Reviewed-by: Laura Paduano <lpaduano@suse.com>
Reviewed-by: Ricardo Dias <rdias@suse.com>
Reviewed-by: Ricardo Marques <rimarques@suse.com>
Reviewed-by: Sebastian Wagner <swagner@suse.com>
Reviewed-by: Tatjana Dehler <tdehler@suse.com>
2018-06-06 12:17:31 +02:00
Lenz Grimmer
43248567eb
Merge pull request #22409 from wido/mgr-dashboard-port
mgr/dashboard: Listen on port 8443 by default and not 8080

Reviewed-by: Kai Wagner <kwagner@suse.com>
2018-06-06 12:02:23 +02:00
Patrick Nawracay
30b5d72d2d mgr/dashboard: Add Grafana proxy
Add the ability to connect the dashboard with a Grafana instance to
display graphs from Grafana incorporated into the dashboard.

Possible configuration options:

$ ceph dashboard set-grafana-api-host <host> # Default: 'localhost'
$ ceph dashboard set-grafana-api-port <port> # Default: 3000
$ ceph dashboard set-grafana-api-scheme <scheme> # Default: 'http'

The configuration can be checked using a GET request to the API endpoint
`/api/grafana/status`. It returns a JSON response in the following
format:

    {
	"available": False,
	"message": "<error message>",
    }

The message is not returned if Grafana is available.

The Grafana proxy is reachable through
`http(s)://<host>/api/grafana/proxy`.

Signed-off-by: Patrick Nawracay <pnawracay@suse.com>
2018-06-06 11:11:27 +02:00
Junyoung, Sung
9fd2caaa0b doc: erasure-code-jerasure: remove crush-device-class option's unused default
Signed-off-by: Junyoung Sung <junyoung.sung@navercorp.com>
2018-06-06 15:51:42 +09:00
Kefu Chai
476f1c14ef
Merge pull request #22365 from tone-zhang/doc_spdk
doc: update the description for SPDK in bluestore-config-ref.rst

Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-06 08:57:19 +08:00
Sage Weil
cfc9b3f9c0 Merge PR #22371 into master
* refs/pull/22371/head:
	doc/conf.py: fix man page build vs governance.rst
	doc/governance: adjust title
	doc/governance: fix link
	doc/governance: edits and add user committee
	doc/governance.rst: a few notes on ceph project governance

Reviewed-by: Lenz Grimmer <lgrimmer@suse.com>
Reviewed-by: João Eduardo Luís <joao@suse.de>
2018-06-05 16:25:28 -05:00
Sage Weil
2a0d6ddbc0 doc/conf.py: fix man page build vs governance.rst
Signed-off-by: Sage Weil <sage@redhat.com>
2018-06-05 16:18:36 -05:00
Sage Weil
fe70405e06 doc/governance: adjust title
Signed-off-by: Sage Weil <sage@redhat.com>
2018-06-05 14:43:54 -05:00
Wido den Hollander
b7cc66e809
mgr/dashboard: Listen on port 7000 by default and not 8080
Port 8080 is a common alternative HTTP port used for web traffic.

The dashboard however uses SSL (which can not be turned off) and for
that purpose we should either use 8443.

Historically the dashboard would run on port 7000 so to keep this backwards
compatibility the dashboard should bind again on TCP 7000.

Signed-off-by: Wido den Hollander <wido@42on.com>
2018-06-05 16:55:45 +02:00
Sage Weil
4b64c27a36 doc/governance: fix link
Signed-off-by: Sage Weil <sage@redhat.com>
2018-06-05 09:24:49 -05:00
Sage Weil
34ae82797c doc/governance: edits and add user committee
Signed-off-by: Sage Weil <sage@redhat.com>
2018-06-05 08:38:33 -05:00
Mahati Chamarthy
b6588e4c2a doc: cleanup
cleanup format

Signed-off-by: Mahati Chamarthy <mahati.chamarthy@intel.com>
2018-06-04 17:21:18 +05:30
Jos Collin
d0520bc849 doc: ceph-mds option updates
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-06-04 17:00:02 +05:30
Kefu Chai
c4c2cb610d
Merge pull request #22350 from theanalyst/doc-mimic-index-fix
doc: mimic is stable!

Reviewed-by: Kefu Chai <kchai@redhat.com>
2018-06-04 18:01:21 +08:00
tone-zhang
78012eed1b doc: update the description for SPDK in bluestore-config-ref.rst
Add more information to show the device initialization in SPDK.

Signed-off-by: tone-zhang <tone.zhang@arm.com>
2018-06-03 06:37:45 +00:00
Sage Weil
89b90a7de7 doc/governance.rst: a few notes on ceph project governance
Signed-off-by: Sage Weil <sage@redhat.com>
2018-06-01 13:21:26 -05:00
Jos Collin
08334cc2d5 doc: update toctree for add-remove-mds.rst
Fixes: http://tracker.ceph.com/issues/24093
Signed-off-by: Jos Collin <jcollin@redhat.com>
2018-06-01 18:49:58 +05:30