From: Yan Jun Date: Wed, 4 Sep 2019 12:46:43 +0000 (+0800) Subject: PendingReleaseNotes: note about changes in `ceph osd erasure-code-profile set` X-Git-Tag: v15.1.0~1639^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=aed94cf2035554f4b42f7dd05cf7a553d6b26ae1;p=ceph-ci.git PendingReleaseNotes: note about changes in `ceph osd erasure-code-profile set` Signed-off-by: Yan Jun --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 71aa7e232bf..99127fa6298 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -124,3 +124,8 @@ value determined by the config options, for the average for any of the 3 intervals. New admin command ``ceph daemon osd.# dump_osd_network [threshold]`` will do the same but only including heartbeats initiated by the specified OSD. + +* Following invalid settings now are not tolerated anymore + for the command `ceph osd erasure-code-profile set xxx`. + * invalid `m` for "reed_sol_r6_op" erasure technique + * invalid `m` and invalid `w` for "liber8tion" erasure technique