You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/releases/squid.rst
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -386,7 +386,7 @@ v19.2.0 Squid
386
386
to 19.2.0.
387
387
388
388
Highlights
389
-
~~~~~~~~~~
389
+
----------
390
390
391
391
RADOS
392
392
@@ -421,7 +421,7 @@ Crimson/Seastore
421
421
information please visit: https://ceph.io/en/news/crimson
422
422
423
423
Ceph
424
-
~~~~
424
+
----
425
425
426
426
* ceph: a new `--daemon-output-file` switch is available for `ceph tell`
427
427
commands to dump output to a file local to the daemon. For commands which
@@ -443,7 +443,7 @@ Ceph
443
443
the output. Details in the tracker: https://tracker.ceph.com/issues/57460
444
444
445
445
CephFS
446
-
~~~~~~
446
+
------
447
447
448
448
* CephFS: it is now possible to pause write I/O and metadata mutations on a
449
449
tree in the file system using a new suite of subvolume quiesce commands.
@@ -531,13 +531,13 @@ CephFS
531
531
`ceph fs set <fs_name> balance_automate <bool>`.
532
532
533
533
CephX
534
-
~~~~~
534
+
-----
535
535
536
536
* cephx: key rotation is now possible using `ceph auth rotate`. Previously,
537
537
this was only possible by deleting and then recreating the key.
538
538
539
539
Dashboard
540
-
~~~~~~~~~
540
+
---------
541
541
542
542
* Dashboard: Rearranged Navigation Layout: The navigation layout has been reorganized for improved usability and easier access to key features.
543
543
* Dashboard: CephFS Improvments
@@ -551,7 +551,7 @@ Dashboard
551
551
* Several UI/UX Improvements to the bucket form
552
552
553
553
MGR
554
-
~~~
554
+
---
555
555
556
556
* MGR/REST: The REST manager module will trim requests based on the
557
557
'max_requests' option. Without this feature, and in the absence of manual
@@ -560,7 +560,7 @@ MGR
560
560
* MGR: An OpTracker to help debug mgr module issues is now available.
561
561
562
562
Monitoring
563
-
~~~~~~~~~~
563
+
----------
564
564
565
565
* Monitoring: Grafana dashboards are now loaded into the container at runtime
566
566
rather than building a grafana image with the grafana dashboards. Official
@@ -574,7 +574,7 @@ Monitoring
574
574
for the cluster log file as well as for all external entities.
575
575
576
576
RADOS
577
-
~~~~~
577
+
-----
578
578
579
579
* RADOS: ``A POOL_APP_NOT_ENABLED`` health warning will now be reported if the
580
580
application is not enabled for the pool irrespective of whether the pool is
@@ -612,14 +612,14 @@ RADOS
612
612
* RADOS: Scrub scheduling behavior has been improved.
613
613
614
614
Crimson/Seastore
615
-
~~~~~~~~~~~~~~~~
615
+
----------------
616
616
617
617
* Crimson's first tech preview release!
618
618
Supporting RBD workloads on Replicated pools.
619
619
For more information please visit: https://ceph.io/en/news/crimson
620
620
621
621
RBD
622
-
~~~
622
+
---
623
623
624
624
* RBD: When diffing against the beginning of time (`fromsnapname == NULL`) in
625
625
fast-diff mode (`whole_object == true` with ``fast-diff`` image feature enabled
@@ -653,7 +653,7 @@ RBD
653
653
mappings. Additionally, `ceph-rbd` service starts much faster.
654
654
655
655
RGW
656
-
~~~
656
+
---
657
657
658
658
* RGW: GetObject and HeadObject requests now return a x-rgw-replicated-at
659
659
header for replicated objects. This timestamp can be compared against the
@@ -754,7 +754,7 @@ RGW
754
754
now contains the complete user ID, prefixed with the tenant ID.
755
755
756
756
Telemetry
757
-
~~~~~~~~~
757
+
---------
758
758
759
759
* The ``basic`` channel in telemetry now captures pool flags that allows us to
760
760
better understand feature adoption, such as Crimson.
@@ -772,7 +772,7 @@ upgrade using the noautoscale flag.
772
772
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.
773
773
774
774
Upgrading cephadm clusters
775
-
~~~~~~~~~~~~~~~~~~~~~~~~~~
775
+
--------------------------
776
776
777
777
If your cluster is deployed with cephadm (first introduced in Octopus), then the upgrade process is entirely automated. To initiate the upgrade,
778
778
@@ -810,7 +810,7 @@ or canceled with
810
810
Note that canceling the upgrade simply stops the process; there is no ability to downgrade back to Quincy or Reef.
see https://docs.ceph.com/en/squid/cephadm/adoption/.
956
956
957
957
Post-upgrade
958
-
~~~~~~~~~~~~
958
+
------------
959
959
960
960
#. 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
961
961
@@ -978,6 +978,6 @@ Post-upgrade
978
978
The public dashboard that aggregates Ceph telemetry can be found at https://telemetry-public.ceph.com/.
979
979
980
980
Upgrading from pre-Quincy releases (like Pacific)
981
-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
981
+
-------------------------------------------------
982
982
983
983
You **must** first upgrade to Quincy (17.2.z) or Reef (18.2.z) before upgrading to Squid.
0 commit comments