From: Venky Shankar Date: Mon, 3 Dec 2018 07:38:26 +0000 (-0500) Subject: PendingReleaseNotes: add release notes for cephfs-journal-tool changes X-Git-Tag: v12.2.11~96^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4ad2b6c039e7bb346f67dc12e83af7156d03f940;p=ceph.git PendingReleaseNotes: add release notes for cephfs-journal-tool changes Fixes: https://tracker.ceph.com/issues/36217 Signed-off-by: Venky Shankar --- diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 00ee957e046..9283d2854d3 100644 --- a/PendingReleaseNotes +++ b/PendingReleaseNotes @@ -1,3 +1,13 @@ +>= 12.2.11 +---------- +* `cephfs-journal-tool` makes rank argument (--rank) mandatory. Rank is + of format `filesystem:rank`, where `filesystem` is the cephfs filesystem + and `rank` is the MDS rank on which the operation is to be executed. To + operate on all ranks, use `all` or `*` as the rank specifier. Note that, + operations that dump journal information to file will now dump to per-rank + suffixed dump files. Importing journal information from dump files is + disallowed if operation is targetted for all ranks. + >= 12.1.2 --------- * When running 'df' on a CephFS filesystem comprising exactly one data pool,