Commit Graph

34 Commits

Author SHA1 Message Date
Sage Weil
ae944d6b5a doc/cephadm/adoption: improvements
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:53:07 -05:00
Sage Weil
cfe8eb7f5c doc/cephadm/install: a few edits
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:53:07 -05:00
Sage Weil
123eeaae07 doc/cephadm/install: do not install ceph-common on host (by default)
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:53:07 -05:00
Sage Weil
19d04cb7b9 doc/cephadm: drop os recs link
This mostly doesn't quite apply to cephadm because we use containers.

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:53:07 -05:00
Sage Weil
d3075903cd doc/cephadm/upgrade: improvements
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:53:07 -05:00
Sage Weil
20cac050f1 doc/cephadm/upgrade: document upgrade
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:53:07 -05:00
Sage Weil
26f3624498 doc/cephadm/install: revamp install docs
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:53:07 -05:00
Sage Weil
ce2066e623 doc: reorganize cephadm docs
- reorganized cephadm into a top-level item with a series of sub-items.
- condensed the 'install' page so that it doesn't create a zillion items
in the toctree on the left
- started updating the cephadm/install sequence (incomplete)

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:52:43 -05:00
Sage Weil
dd8a735f59 doc/cephadm/administration: update docs on customizing SSH config
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:50:29 -05:00
Sage Weil
a5e26ac6e8 doc/cephadm/administration: add a note about the 'removed' dir
(and other paths)

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-17 17:50:29 -05:00
Sage Weil
a9b15c7e1a update default container images
- For tests, use bleeding-edge octopus branch
- For production defaults, use ceph/ceph:v15.2 tag
- For bootstrap, grab cephadm script from latest octopus branch

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-16 20:53:57 -05:00
Sage Weil
7957655227 cephadm: bootstrap: deploy monitoring stack by default
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-16 12:39:44 -05:00
Sage Weil
9194a33adb Merge PR #33970 into octopus
* refs/pull/33970/head:
	python-common: 'all:true' -> '*'

Reviewed-by: Michael Fritch <mfritch@suse.com>
2020-03-15 21:01:50 -05:00
Sage Weil
a5bd70d8b7 doc/cephadm: use ssh-copy-id
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-14 09:59:40 -05:00
Sage Weil
49143d6578 python-common: 'all:true' -> '*'
'all:true' is no longer a valid PlacementSpec.

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-14 09:52:08 -05:00
Sage Weil
b3f910da04 Merge PR #33924 into octopus
* refs/pull/33924/head:
	doc/mgr: Enhance placement specs
	doc/cephadm: Fix toc of Drive Groups

Reviewed-by: Sage Weil <sage@redhat.com>
2020-03-13 09:51:32 -05:00
Sage Weil
0c62be9275 mgr/cephadm: implement pause/resume to suspect non-monitoring background work
If the user does 'orch pause', suspend all background work that makes
actual changes.

Continue to do read-only operations, like checking host connectivity
and scraping daemon and device status.

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-12 13:13:11 -05:00
Sebastian Wagner
daf726347b doc/cephadm: Fix toc of Drive Groups
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2020-03-12 16:36:09 +01:00
Sage Weil
82fa8f261a doc/cephadm: fix formatting for osd section
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-07 11:22:55 -06:00
Sage Weil
136c49d9b8 doc/cephadm: update 'adding mons' section to suggest/prefer 'apply'
It's nicer for users to specify the cluster/mon subnet once and let
cephadm scale mons.

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-07 11:22:55 -06:00
Sage Weil
e0161132bc doc/cephadm: fix formatting, typos
No need for [monitor 1] when accessing the CLI--this can happy from
any node or container that has a working CLI.

Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-07 11:22:55 -06:00
Sage Weil
739c23da1b doc/cephadm/monitoring: document process to set up monitoring with cephadm
Signed-off-by: Sage Weil <sage@redhat.com>
2020-03-06 11:30:18 -06:00
Nathan Cutler
839fc76f99 doc/cephadm/administration: clarify log gathering
This is an attempt to bring the current state of the documentation more
into line with the current state of the cephadm code.

However, when I try to grab logs from a daemon on a host other than the
one where the daemon is running, I get an empty log...

References: https://tracker.ceph.com/issues/44354
Signed-off-by: Nathan Cutler <ncutler@suse.com>
2020-02-28 18:16:17 +01:00
Joshua Schmid
55c8b09e29 doc/cephadm: adjust syntax for config set
Signed-off-by: Joshua Schmid <jschmid@suse.de>
2020-02-28 11:39:39 +01:00
Sage Weil
20f76b09e7 Merge PR #33488 into master
* refs/pull/33488/head:
	doc/mgr/cephadm: document how to see the logs
	ceph: -W as shorthand for --watch-channel
	pybind/mgr_module: make mgr log message prefix a bit less verbose
	mgr/cephadm: silence remoto logger info messages
	mgr/cephadm: add misc info messages for major events
	mgr/cephadm: adjust logging
	mgr/cephadm: log to cluster channel by default
	pybind/mgr_module: infrastructure to allow logging to cluster log
	mgr/mgr_module: log to mgr log even when log_to_file
	mon: accept cephadm channel to 'ceph log last'
	ceph: allow watching channels aside from cluster and audit
	mon/LogMonitor: fix debug output for logmonitor output file parsing
	mgr: allow logging to any channel

Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
2020-02-27 19:46:20 -06:00
Sage Weil
96217e2cf8 Merge PR #33460 into master
* refs/pull/33460/head:
	doc/cephadm: Add Troubleshooting

Reviewed-by: Sage Weil <sage@redhat.com>
2020-02-27 14:13:10 -06:00
Sebastian Wagner
469fa23f25 doc/cephadm: Add Troubleshooting
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2020-02-27 20:00:28 +01:00
Sage Weil
2c2af474b2 doc/mgr/cephadm: document how to see the logs
Signed-off-by: Sage Weil <sage@redhat.com>
2020-02-27 12:05:42 -06:00
Joshua Schmid
044b400f23 doc/drivegroups: add initial write-up
Signed-off-by: Joshua Schmid <jschmid@suse.de>
2020-02-26 22:53:15 +01:00
Alexandra Settle
00753e45c6 doc/cephadm: Rephrased introduction sentence
Signed-off-by: Alexandra Settle <asettle@suse.com>
2020-02-26 15:39:20 +01:00
Sebastian Wagner
1221ee29b7 doc/cephadm: Rename section titles and fix introductions
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2020-02-26 12:49:23 +01:00
Sebastian Wagner
788917c5f1 doc/cephadm: Add CLI and OS recommendations to TOC
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2020-02-26 12:49:18 +01:00
Sebastian Wagner
4dbe64c658 doc: move cephadm mgr doc to /doc/cephadm
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2020-02-26 12:29:37 +01:00
Sebastian Wagner
aad35bacc0 doc: move bootstrap.rst to cephadm
Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
2020-02-26 12:29:37 +01:00