Skip to content

Commit b78aea8

Browse files
author
Laura Flores
committed
doc/releases: fix heading types
Addresses this error: ``` /home/jenkins-build/build/workspace/ceph-pr-docs/doc/releases/squid.rst:395: CRITICAL: Title level inconsistent: Highlights ~~~~~~~~~~ /home/jenkins-build/build/workspace/ceph-pr-docs/doc/releases/squid.rst:430: CRITICAL: Title level inconsistent: ``` Signed-off-by: Laura Flores <[email protected]>
1 parent 5ef4376 commit b78aea8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

doc/releases/squid.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ v19.2.0 Squid
386386
to 19.2.0.
387387

388388
Highlights
389-
~~~~~~~~~~
389+
----------
390390

391391
RADOS
392392

@@ -421,7 +421,7 @@ Crimson/Seastore
421421
information please visit: https://ceph.io/en/news/crimson
422422

423423
Ceph
424-
~~~~
424+
----
425425

426426
* ceph: a new `--daemon-output-file` switch is available for `ceph tell`
427427
commands to dump output to a file local to the daemon. For commands which
@@ -443,7 +443,7 @@ Ceph
443443
the output. Details in the tracker: https://tracker.ceph.com/issues/57460
444444

445445
CephFS
446-
~~~~~~
446+
------
447447

448448
* CephFS: it is now possible to pause write I/O and metadata mutations on a
449449
tree in the file system using a new suite of subvolume quiesce commands.
@@ -531,13 +531,13 @@ CephFS
531531
`ceph fs set <fs_name> balance_automate <bool>`.
532532

533533
CephX
534-
~~~~~
534+
-----
535535

536536
* cephx: key rotation is now possible using `ceph auth rotate`. Previously,
537537
this was only possible by deleting and then recreating the key.
538538

539539
Dashboard
540-
~~~~~~~~~
540+
---------
541541

542542
* Dashboard: Rearranged Navigation Layout: The navigation layout has been reorganized for improved usability and easier access to key features.
543543
* Dashboard: CephFS Improvments
@@ -551,7 +551,7 @@ Dashboard
551551
* Several UI/UX Improvements to the bucket form
552552

553553
MGR
554-
~~~
554+
---
555555

556556
* MGR/REST: The REST manager module will trim requests based on the
557557
'max_requests' option. Without this feature, and in the absence of manual
@@ -560,7 +560,7 @@ MGR
560560
* MGR: An OpTracker to help debug mgr module issues is now available.
561561

562562
Monitoring
563-
~~~~~~~~~~
563+
----------
564564

565565
* Monitoring: Grafana dashboards are now loaded into the container at runtime
566566
rather than building a grafana image with the grafana dashboards. Official
@@ -574,7 +574,7 @@ Monitoring
574574
for the cluster log file as well as for all external entities.
575575

576576
RADOS
577-
~~~~~
577+
-----
578578

579579
* RADOS: ``A POOL_APP_NOT_ENABLED`` health warning will now be reported if the
580580
application is not enabled for the pool irrespective of whether the pool is
@@ -612,14 +612,14 @@ RADOS
612612
* RADOS: Scrub scheduling behavior has been improved.
613613

614614
Crimson/Seastore
615-
~~~~~~~~~~~~~~~~
615+
----------------
616616

617617
* Crimson's first tech preview release!
618618
Supporting RBD workloads on Replicated pools.
619619
For more information please visit: https://ceph.io/en/news/crimson
620620

621621
RBD
622-
~~~
622+
---
623623

624624
* RBD: When diffing against the beginning of time (`fromsnapname == NULL`) in
625625
fast-diff mode (`whole_object == true` with ``fast-diff`` image feature enabled
@@ -653,7 +653,7 @@ RBD
653653
mappings. Additionally, `ceph-rbd` service starts much faster.
654654

655655
RGW
656-
~~~
656+
---
657657

658658
* RGW: GetObject and HeadObject requests now return a x-rgw-replicated-at
659659
header for replicated objects. This timestamp can be compared against the
@@ -754,7 +754,7 @@ RGW
754754
now contains the complete user ID, prefixed with the tenant ID.
755755

756756
Telemetry
757-
~~~~~~~~~
757+
---------
758758

759759
* The ``basic`` channel in telemetry now captures pool flags that allows us to
760760
better understand feature adoption, such as Crimson.
@@ -772,7 +772,7 @@ upgrade using the noautoscale flag.
772772
You can monitor the progress of your upgrade at each stage with the ``ceph versions`` command, which will tell you what ceph version(s) are running for each type of daemon.
773773

774774
Upgrading cephadm clusters
775-
~~~~~~~~~~~~~~~~~~~~~~~~~~
775+
--------------------------
776776

777777
If your cluster is deployed with cephadm (first introduced in Octopus), then the upgrade process is entirely automated. To initiate the upgrade,
778778

@@ -810,7 +810,7 @@ or canceled with
810810
Note that canceling the upgrade simply stops the process; there is no ability to downgrade back to Quincy or Reef.
811811

812812
Upgrading non-cephadm clusters
813-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
813+
------------------------------
814814

815815
.. note::
816816

@@ -955,7 +955,7 @@ Upgrading non-cephadm clusters
955955
see https://docs.ceph.com/en/squid/cephadm/adoption/.
956956

957957
Post-upgrade
958-
~~~~~~~~~~~~
958+
------------
959959

960960
#. Verify the cluster is healthy with `ceph health`. If your cluster is running Filestore, and you are upgrading directly from Quincy to Squid, a deprecation warning is expected. This warning can be temporarily muted using the following command
961961

@@ -978,6 +978,6 @@ Post-upgrade
978978
The public dashboard that aggregates Ceph telemetry can be found at https://telemetry-public.ceph.com/.
979979

980980
Upgrading from pre-Quincy releases (like Pacific)
981-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
981+
-------------------------------------------------
982982

983983
You **must** first upgrade to Quincy (17.2.z) or Reef (18.2.z) before upgrading to Squid.

0 commit comments

Comments
 (0)