]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge PR #20512 into wip-sage-testing-20180407.022843
authorSage Weil <sage@redhat.com>
Sat, 7 Apr 2018 02:29:32 +0000 (21:29 -0500)
committerSage Weil <sage@redhat.com>
Sat, 7 Apr 2018 02:29:32 +0000 (21:29 -0500)
* refs/pull/20512/head:
osd: osd_mon_report_interval_min -> osd_mon_report_interval, kill _max

Reviewed-by: Josh Durgin <jdurgin@redhat.com>
1  2 
.githubmap
PendingReleaseNotes
src/common/legacy_config_opts.h
src/common/options.cc
src/osd/OSD.cc

diff --cc .githubmap
index da94e9e896c0ec72fab43db08092b3ba13f02d7a,3b8d1d97f754a431ada09beb4621e6ec572ebc28..c50fe434fb5aaefca65c386fa9a777763fc1f79f
@@@ -53,5 -53,4 +53,6 @@@ jecluis João Eduardo Luís <joao@suse.
  yunfeiguan Yunfei Guan <yunfei.guan@xtaotech.com>
  LenzGr Lenz Grimmer <lgrimmer@suse.com>
  taodd dongdong tao <tdd21151186@gmail.com>
 +rzarzynski Radoslaw Zarzynski <rzarzyns@redhat.com>
 +chardan Jesse Williamson <jwilliamson@suse.de>
+ jdurgin Josh Durgin <jdurgin@redhat.com>
index c9fdabb1efc7279200915be42a8f43765abfab6d,3661008bbdcefd2ab9431af9f92c73088284a5e0..5bba096c8f3176c36b3222f79d491a0b92426eb2
@@@ -109,10 -109,12 +109,20 @@@ method. See http://docs.ceph.com/docs/l
    now reflects the source of each config option (e.g., default, config file,
    command line) as well as the final (active) value.
  
 +* The `pg force-recovery` command will not work for erasure-coded
 +  PGs when a Luminous monitor is running along with a Mimic OSD.
 +  Please use the recommended upgrade order of monitors before OSDs to
 +  avoid this issue.
 +
 +* It is no longer possible to adjust ``pg_num`` on a pool that is
 +  still being created.
++
+ 13.0.3
+ ------
+ * The ``osd_mon_report_interval_min`` option has been renamed to
+   ``osd_mon_report_interval``, and the ``osd_mon_report_interval_max``
+   (unused) has been eliminated.  If this value has been customized on
+   your cluster then your configuration should be adjusted in order to
+   avoid reverting to the default value.
Simple merge
Simple merge
diff --cc src/osd/OSD.cc
Simple merge