]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: refresh the no{up,down,in,out} flags change 28400/head
authorxie xingguo <xie.xingguo@zte.com.cn>
Wed, 12 Jun 2019 01:47:22 +0000 (09:47 +0800)
committerxie xingguo <xie.xingguo@zte.com.cn>
Wed, 12 Jun 2019 02:19:08 +0000 (10:19 +0800)
Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
PendingReleaseNotes

index 25bb76781dc8c03b68f0cb21ffee983f12adcace..6c1409de2ef4bafdf10636629290021ea858ccce 100644 (file)
@@ -7,3 +7,13 @@
   for more details on the background of this change.
 
 * Nautilus-based librbd clients can now open images on Jewel clusters.
+
+14.2.2
+------
+
+* The no{up,down,in,out} related commands has been revamped.
+  There are now 2 ways to set the no{up,down,in,out} flags:
+  the old 'ceph osd [un]set <flag>' command, which sets cluster-wide flags;
+  and the new 'ceph osd [un]set-group <flags> <who>' command,
+  which sets flags in batch at the granularity of any crush node,
+  or device class.