]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
PendingReleaseNotes: note about changes in `ceph osd erasure-code-profile set`
authorYan Jun <yan.jun8@zte.com.cn>
Wed, 4 Sep 2019 12:46:43 +0000 (20:46 +0800)
committerYan Jun <yan.jun8@zte.com.cn>
Mon, 9 Sep 2019 12:02:08 +0000 (20:02 +0800)
Signed-off-by: Yan Jun <yan.jun8@zte.com.cn>
PendingReleaseNotes

index 71aa7e232bf3596f55c9c2578892f5589e3417c7..99127fa629814f7041d8d130f7693769c73536b0 100644 (file)
   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