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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29892%2Fhead;p=ceph.git PendingReleaseNotes: note about changes in `ceph osd erasure-code-profile set` Signed-off-by: Yan Jun --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 71aa7e232bf3..99127fa62981 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