From: xie xingguo Date: Wed, 12 Jun 2019 01:47:22 +0000 (+0800) Subject: PendingReleaseNotes: refresh the no{up,down,in,out} flags change X-Git-Tag: v14.2.2~77^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28400%2Fhead;p=ceph.git PendingReleaseNotes: refresh the no{up,down,in,out} flags change Signed-off-by: xie xingguo --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 25bb76781dc..6c1409de2ef 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -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 ' command, which sets cluster-wide flags; + and the new 'ceph osd [un]set-group ' command, + which sets flags in batch at the granularity of any crush node, + or device class.