From 4ad2b6c039e7bb346f67dc12e83af7156d03f940 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 3 Dec 2018 02:38:26 -0500 Subject: [PATCH] PendingReleaseNotes: add release notes for cephfs-journal-tool changes Fixes: https://tracker.ceph.com/issues/36217 Signed-off-by: Venky Shankar --- PendingReleaseNotes | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/PendingReleaseNotes b/PendingReleaseNotes index 00ee957e046b..9283d2854d37 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, -- 2.47.3