]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
crimson/mon/MonClient: add asock TODO comment
authorMatan Breizman <mbreizma@redhat.com>
Wed, 11 Jun 2025 12:26:59 +0000 (12:26 +0000)
committerPatrick Donnelly <pdonnell@ibm.com>
Mon, 26 Jan 2026 15:26:59 +0000 (10:26 -0500)
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
Signed-off-by: Patrick Donnelly <pdonnell@ibm.com>
src/crimson/mon/MonClient.cc

index 3202e3863ef19e9b37ecdf4528ed53a67959d9c9..9b144271fc4ced3841658483ee01bfb5373d42cf 100644 (file)
@@ -453,6 +453,8 @@ seastar::future<> Client::start() {
         std::chrono::duration<double>(
           local_conf().get_val<double>("mon_client_ping_interval")));
     timer.arm_periodic(interval);
+    // TODO: register rotate-key and wipe-rotating-secrets
+    //       asock commands
   });
 }