Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: release notes: fix grammar/style nits #18876

Merged
merged 1 commit into from Nov 10, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 7 additions & 7 deletions doc/release-notes.rst
Expand Up @@ -667,13 +667,13 @@ upgrades from Jewel to Luminous.
weight. That is, after marking an OSD out and then in, the weight
will be the same as before (instead of being reset to 1.0).
Previously the mons would only preserve the weight if the mon
automatically marked and OSD out and then in, but not when an admin
automatically marked an OSD out and then in, but not when an admin
did so explicitly.

* The 'ceph osd perf' command will display 'commit_latency(ms)' and
'apply_latency(ms)'. Previously, the names of these two columns are
'fs_commit_latency(ms)' and 'fs_apply_latency(ms)'. We remove the
prefix 'fs\_', because they are not filestore specific.
'apply_latency(ms)'. Previously, the names of these two columns were
'fs_commit_latency(ms)' and 'fs_apply_latency(ms)'. We removed the
prefix 'fs\_' because the values are not filestore-specific.

* Monitors will no longer allow pools to be removed by default. The
setting mon_allow_pool_delete has to be set to true (defaults to
Expand Down Expand Up @@ -4165,7 +4165,7 @@ Upgrade notes
osd scrub during recovery = true

* The list of monitor hosts/addresses for building the monmap can now be
obtained from DNS SRV records. The service name used in when querying the DNS
obtained from DNS SRV records. The service name used when querying the DNS
is defined in the "mon_dns_srv_name" config option, which defaults to
"ceph-mon".

Expand Down Expand Up @@ -4270,8 +4270,8 @@ Upgrade notes
* Calculation of recovery priorities has been updated.
This could lead to unintuitive recovery prioritization
during cluster upgrade. In case of such recovery, OSDs
in old version would operate on different priority ranges
than new ones. Once upgraded, cluster will operate on
in the old version would operate on different priority ranges
than new ones. Once upgraded, the cluster will operate on
consistent values.


Expand Down