]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add release notes for cephfs-journal-tool changes 24728/head
authorVenky Shankar <vshankar@redhat.com>
Mon, 3 Dec 2018 07:38:26 +0000 (02:38 -0500)
committerVenky Shankar <vshankar@redhat.com>
Mon, 3 Dec 2018 07:39:49 +0000 (02:39 -0500)
Fixes: https://tracker.ceph.com/issues/36217
Signed-off-by: Venky Shankar <vshankar@redhat.com>
PendingReleaseNotes

index 00ee957e046bd19a496684cd74f6a24e6e743fe5..9283d2854d37cc4208050cdea9c5043994ad129d 100644 (file)
@@ -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,