diff --git a/doc/release-notes.rst b/doc/release-notes.rst index cb25124000a..32d2c06e6d7 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -1024,7 +1024,7 @@ Notable Changes * bluestore: os/bluestore: fix typo(s/trasnaction/transaction/) (`pr#14890 `_, xie xingguo) * bluestore: os/bluestore: fix use after free race with aio_wait (`pr#14956 `_, Sage Weil) * bluestore: os/bluestore: pre-calculate number of ghost buffers to evict (`pr#15029 `_, xie xingguo) -* bluestore: os/bluestore: Record l_bluestore_state_kv_queued_lat for sync_submit_… (`pr#14448 `_, Jianpeng Ma) +* bluestore: os/bluestore: Record l_bluestore_state_kv_queued_lat for sync\_submit\_… (`pr#14448 `_, Jianpeng Ma) * bluestore: os/bluestore: Remove ExtentFreeListManager. (`pr#14772 `_, Jianpeng Ma) * bluestore: os/bluestore: remove unused condition variable (`pr#14973 `_, Igor Fedotov) * bluestore: os/bluestore: rename/fix throttle options (`pr#14717 `_, Sage Weil) @@ -1798,7 +1798,7 @@ Other Notable Changes * crush: add devices class that rules can use as a filter (`issue#18943 `_, `pr#13444 `_, Loic Dachary) * crush: add --dump to crushtool (`pr#13726 `_, Loic Dachary) * crush: allow uniform buckets with no items (`pr#13521 `_, Loic Dachary) -* crush: document tunables and rule step set_ (`pr#13722 `_, Loic Dachary) +* crush: document tunables and rule step set\_ (`pr#13722 `_, Loic Dachary) * crush: do is_out test only if we do not collide (`pr#13326 `_, xie xingguo) * crush: fix dprintk compilation (`pr#13424 `_, Loic Dachary) * debian: Add missing tp files in deb packaging (`pr#13526 `_, Ganesh Mahalingam) @@ -2323,7 +2323,7 @@ Notable Changes * cleanup: common/config: fix return type of string::find and use string::npos (`pr#9924 `_, Yan Jun) * cleanup: common/config_opts.h: remove obsolete configuration option (`pr#12659 `_, Li Wang) * cleanup,common: global: we need to handle the init_on_startup return value when global_init. (`pr#13018 `_, song baisen) -* cleanup,common: msg/async: assert if compiled code doesn't support the configured ms_… (`pr#12559 `_, Avner BenHanoch) +* cleanup,common: msg/async: assert if compiled code doesn't support the configured ms\_… (`pr#12559 `_, Avner BenHanoch) * cleanup,common: msg/async/rdma: clean line endings (`pr#12688 `_, Adir Lev) * cleanup,common: msg/async/rdma: Remove compilation warning (`pr#13142 `_, Sarit Zubakov) * cleanup,common: osd/OSDMap: get_previous_up_osd_before() may run into endless loop (`pr#12976 `_, Mingxin Liu) @@ -2852,7 +2852,7 @@ Upgrade notes * 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. + prefix 'fs\_', because they 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 @@ -3044,7 +3044,7 @@ Notable Changes * build/ops: rpm: Remove trailing whitespace in usermod command (SUSE) (`pr#10707 `_, Tim Serong) * build/ops: scripts/release-notes: allow title guesses from gh tags & description update (`pr#11399 `_, Abhishek Lekshmanan) * build/ops: systemd: Fix startup of ceph-mgr on Debian 8 (`pr#12555 `_, Mark Korenberg) -* build/ops: tracing/objectstore.tp: add missing move_ranges_... tp (`pr#11484 `_, Sage Weil) +* build/ops: tracing/objectstore.tp: add missing move_ranges\_... tp (`pr#11484 `_, Sage Weil) * build/ops: upstart: fix ceph-crush-location default (`issue#6698 `_, `pr#803 `_, Jason Dillaman) * build/ops: upstart: start ceph-all after static-network-up (`issue#17689 `_, `pr#11631 `_, Billy Olsen) * cephfs: add gid to asok status (`pr#11487 `_, Patrick Donnelly) @@ -3522,7 +3522,7 @@ Notable Changes * osd: print log when osd want to kill self (`pr#9288 `_, Haomai Wang) * osd: Remove extra call to reg_next_scrub() during splits (`issue#16474 `_, `pr#11206 `_, David Zafman) * osd: remove redudant call of heartbeat_check (`pr#12130 `_, Pan Liu) -* osd: remove the lock heartbeat_update_lock, and change heatbeat_need_… (`pr#12461 `_, Pan Liu) +* osd: remove the lock heartbeat_update_lock, and change heatbeat_need\_… (`pr#12461 `_, Pan Liu) * osd: remove the redundant clear method in consume_map function (`pr#10553 `_, song baisen) * osd: Remove unused '_lsb_release_' declarations (`pr#11364 `_, Brad Hubbard) * osd: replace hb_out and hb_in with a single hb_peers (`issue#18057 `_, `pr#12178 `_, Pan Liu) @@ -4590,7 +4590,7 @@ Notable Changes * rgw: merge setting flags operation together and cleanups (`pr#10203 `_, Yan Jun) * rgw: miscellaneous cleanups (`pr#10299 `_, Yan Jun) * rgw: multiple fixes for Swift's object expiration (`issue#16705 `_, `issue#16684 `_, `pr#10330 `_, Radoslaw Zarzynski) -* rgw: need to 'open_object_section' before dump stats in 'RGWGetUsage_… (`issue#17499 `_, `pr#11325 `_, weiqiaomiao) +* rgw: need to 'open_object_section' before dump stats in 'RGWGetUsage\_… (`issue#17499 `_, `pr#11325 `_, weiqiaomiao) * rgw: obsolete 'radosgw-admin period prepare' command (`issue#17387 `_, `pr#11278 `_, Gaurav Kumar Garg) * rgw: radosgw-admin: add "--orphan-stale-secs" to --help (`issue#17280 `_, `pr#11098 `_, Ken Dreyer) * rgw: radosgw-admin: zone[group] modify can change realm id (`issue#16839 `_, `pr#10477 `_, Casey Bodley) @@ -4819,7 +4819,7 @@ Other Notable Changes * osd: reindex properly on pg log split (`issue#18975 `_, `pr#14047 `_, Alexey Sheplyakov) * osd: restrict want_acting to up+acting on recovery completion (`issue#18929 `_, `pr#13541 `_, Sage Weil) * rbd-nbd: check /sys/block/nbdX/size to ensure kernel mapped correctly (`issue#18335 `_, `pr#13932 `_, Mykola Golub, Alexey Sheplyakov) -* rbd: [api] temporarily restrict (rbd_)mirror_peer_add from adding multiple peers (`issue#19256 `_, `pr#14664 `_, Jason Dillaman) +* rbd: [api] temporarily restrict (rbd\_)mirror_peer_add from adding multiple peers (`issue#19256 `_, `pr#14664 `_, Jason Dillaman) * rbd: qemu crash triggered by network issues (`issue#18436 `_, `pr#13244 `_, Jason Dillaman) * rbd: rbd --pool=x rename y z does not work (`issue#18326 `_, `pr#14148 `_, Gaurav Kumar Garg) * rbd: systemctl stop rbdmap unmaps all rbds and not just the ones in /etc/ceph/rbdmap (`issue#18884 `_, `issue#18262 `_, `pr#14083 `_, David Disseldorp, Nathan Cutler)