From: Anthony D'Atri Date: Mon, 21 Sep 2020 00:37:58 +0000 (-0700) Subject: doc/man: Add optional reweight-by-utilization args X-Git-Tag: v16.1.0~1040^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37268%2Fhead;p=ceph.git doc/man: Add optional reweight-by-utilization args doc/mgr: Grammar and wording for Prometheus labels doc/rados: Spelling and clarity Signed-off-by: Anthony D'Atri --- diff --git a/doc/man/8/ceph.rst b/doc/man/8/ceph.rst index 715e667dac1f..ec06fe356b0b 100644 --- a/doc/man/8/ceph.rst +++ b/doc/man/8/ceph.rst @@ -1193,12 +1193,14 @@ Usage:: ceph osd reweight-by-pg {} { [} + ceph osd reweight-by-utilization { { {}}} {--no-increasing} Subcommand ``rm`` removes osd(s) [...] from the OSD map. diff --git a/doc/mgr/prometheus.rst b/doc/mgr/prometheus.rst index 87296be39147..6fcb292f98fa 100644 --- a/doc/mgr/prometheus.rst +++ b/doc/mgr/prometheus.rst @@ -241,8 +241,8 @@ Example configuration --------------------- This example shows a single node configuration running ceph-mgr and -node_exporter on a server called ``senta04``. Note that this requires to add the -appropriate instance label to every ``node_exporter`` target individually. +node_exporter on a server called ``senta04``. Note that this requires one +to add an appropriate and unique ``instance`` label to each ``node_exporter`` target. This is just an example: there are other ways to configure prometheus scrape targets and label rewrite rules. diff --git a/doc/rados/configuration/bluestore-config-ref.rst b/doc/rados/configuration/bluestore-config-ref.rst index 027444616cd6..96a95d571734 100644 --- a/doc/rados/configuration/bluestore-config-ref.rst +++ b/doc/rados/configuration/bluestore-config-ref.rst @@ -141,7 +141,7 @@ automatically manage these within the space of ``block``. Automatic Cache Sizing ====================== -Bluestore can be configured to automatically resize it's caches when TCMalloc +Bluestore can be configured to automatically resize its caches when TCMalloc is configured as the memory allocator and the ``bluestore_cache_autotune`` setting is enabled. This option is currently enabled by default. Bluestore will attempt to keep OSD heap memory usage under a designated target size via diff --git a/doc/rados/configuration/network-config-ref.rst b/doc/rados/configuration/network-config-ref.rst index 80c6480a7e19..efbd55b3194b 100644 --- a/doc/rados/configuration/network-config-ref.rst +++ b/doc/rados/configuration/network-config-ref.rst @@ -17,7 +17,10 @@ improvement with a second "cluster" network in a large cluster. It is possible to run a Ceph Storage Cluster with two networks: a public (front-side) network and a cluster (back-side) network. However, this approach -complicates network configuration (both hardware and software) and does not usually have a significant impact on overall performance. For this reason, we generally recommend that dual-NIC systems either be configured with two IPs on the same network, or bonded. +complicates network configuration (both hardware and software) and does not usually +have a significant impact on overall performance. For this reason, we recommend +that for resilience and capacity dual-NIC systems either active/active bond +these interfaces or implemebnt a layer 3 multipath strategy with eg. FRR. If, despite the complexity, one still wishes to use two networks, each :term:`Ceph Node` will need to have more than one NIC. See `Hardware