Skip to content

Commit ac2cafb

Browse files
committed
Fix formatting
1 parent f525fc2 commit ac2cafb

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

doc/source/operations/ceph-management.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ In this case Ceph will go into `HEALTH_WARN` state.
100100
Ceph can report details about failed OSDs by running:
101101

102102
.. code-block:: console
103+
103104
# From storage host
104105
sudo cephadm shell
105106
ceph health detail

doc/source/operations/control-plane-operation.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ hypervisor will produce several alerts:
7171
* ``PrometheusTargetMissing`` from several Prometheus exporters
7272

7373
Rather than silencing each alert one by one for a specific host, a silence can
74-
apply to multiple alerts using a reduced list of labels. :ref:`Log into
75-
Alertmanager <prometheus-alertmanager>`, click on the ``Silence`` button next
76-
to an alert and adjust the matcher list to keep only ``instance=<hostname>``
77-
label. Then, create another silence to match ``hostname=<hostname>`` (this is
74+
apply to multiple alerts using a reduced list of labels. Log into Alertmanager,
75+
click on the ``Silence`` button next to an alert and adjust the matcher list
76+
to keep only ``instance=<hostname>`` label.
77+
Then, create another silence to match ``hostname=<hostname>`` (this is
7878
required because, for the OpenStack exporter, the instance is the host running
7979
the monitoring service rather than the host being monitored).
8080

doc/source/operations/customising-horizon.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Create a directory and transfer custom theme files to it ``$KAYOBE_CONFIG_PATH/k
5454
Define the custom theme in ``etc/kayobe/kolla/globals.yml``
5555

5656
.. code-block:: yaml
57+
5758
horizon_custom_themes:
5859
- name: <custom theme name>
5960
label: <custom theme label> # This will be the visible name to users

doc/source/operations/gpu-in-openstack.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -971,9 +971,9 @@ Once this code has taken effect (after a reboot), the VFIO kernel drivers should
971971
972972
# lspci -nnk -s 3d:00.0
973973
3d:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM107GL [Tesla M10] [10de:13bd] (rev a2)
974-
Subsystem: NVIDIA Corporation Tesla M10 [10de:1160]
975-
Kernel driver in use: vfio-pci
976-
Kernel modules: nouveau
974+
Subsystem: NVIDIA Corporation Tesla M10 [10de:1160]
975+
Kernel driver in use: vfio-pci
976+
Kernel modules: nouveau
977977
978978
IOMMU should be enabled at kernel level as well - we can verify that on the compute host:
979979

doc/source/operations/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This guide is for operators of the StackHPC Kayobe configuration project.
99

1010
ceph-management
1111
control-plane-operation
12-
customsing-horizon
12+
customising-horizon
1313
gpu-in-openstack
1414
hardware-inventory-management
1515
hotfix-playbook

0 commit comments

Comments
 (0)