]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
PendingReleaseNotes: add a note for rbd-mirror daemon perf counters 50915/head
authorIlya Dryomov <idryomov@gmail.com>
Thu, 6 Apr 2023 10:32:11 +0000 (12:32 +0200)
committerIlya Dryomov <idryomov@gmail.com>
Thu, 6 Apr 2023 10:32:11 +0000 (12:32 +0200)
This was missed in commit 1a1477b9fd7f ("rbd-mirror: add and rename
perf counters for journal and snapshot mirroring").

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
PendingReleaseNotes

index 0c55a8972310e10a9db9f0792d2f239b8b786886..b850745a7e431478cc11f34fa41c141eb5536d83 100644 (file)
 * The `perf dump` and `perf schema` commands are deprecated in favor of new
   `counter dump` and `counter schema` commands. These new commands add support
   for labeled perf counters and also emit existing unlabeled perf counters. Some
-  unlabeled perf counters may become labeled in future releases
-  and as such will no longer be emitted by the `perf dump` and `perf schema`
-  commands.
+  unlabeled perf counters became labeled in this release, with more to follow in
+  future releases; such converted perf counters are no longer emitted by the
+  `perf dump` and `perf schema` commands.
 * `ceph mgr dump` command now outputs `last_failure_osd_epoch` and
   `active_clients` fields at the top level.  Previously, these fields were
   output under `always_on_modules` field.
   registered a RADOS client in the `name` field added to elements of the
   `active_clients` array. Previously, only the address of a module's RADOS
   client was shown in the `active_clients` array.
+* RBD: All rbd-mirror daemon perf counters became labeled and as such are now
+  emitted only by the new `counter dump` and `counter schema` commands.  As part
+  of the conversion, many also got renamed to better disambiguate journal-based
+  and snapshot-based mirroring.
 * RBD: list-watchers C++ API (`Image::list_watchers`) now clears the passed
   `std::list` before potentially appending to it, aligning with the semantics
   of the corresponding C API (`rbd_watchers_list`).