Skip to content

Commit

Permalink
Merge pull request ceph#33401 from liewegas/wip-octopus-notes
Browse files Browse the repository at this point in the history
doc/release/octopus: note about upgrade times

Reviewed-by: Josh Durgin <[email protected]>
Reviewed-by: Neha Ojha <[email protected]>
  • Loading branch information
jdurgin authored Feb 22, 2020
2 parents 9e708b4 + a8c98c6 commit d2b4759
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions doc/releases/octopus.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,13 @@ Major Changes from Nautilus
without any user intervention. The default values for new pools
and RGW/CephFS metadata pools have also been adjusted to perform
well for most users.
* BlueStore has received serveral improvements and performance
* BlueStore has received several improvements and performance
updates, including improved accounting for "omap" (key/value)
object data by pool, improved cache memory management, and a
reduced allocation unit size for SSD devices.
reduced allocation unit size for SSD devices. (Note that by
default, the first time each OSD starts after upgrading to octopus
it will trigger a conversion that may take from a few minutes to a
few hours, depending on the amount of stored "omap" data.)
* Snapshot trimming metadata is now managed in a more efficient and
scalable fashion.

Expand Down Expand Up @@ -128,6 +131,13 @@ Instructions

# systemctl restart ceph-osd.target

Note that the first time each OSD starts, it will do a format
conversion to improve the accounting for "omap" data. This may
take a few minutes to as much as a few hours (for an HDD with lots
of omap data). You can disable this automatic conversion with::

# ceph config set osd bluestore_fsck_quick_fix_on_mount false

You can monitor the progress of the OSD upgrades with the
``ceph versions`` or ``ceph osd versions`` commands::

Expand Down

0 comments on commit d2b4759

Please sign in to comment.