From 4240aff25056791f409d6b5c83ae5bcd69d10a2a Mon Sep 17 00:00:00 2001 From: Zac Dover Date: Fri, 17 Jan 2025 01:49:04 +1000 Subject: [PATCH] squid: src/exporter: revert incorrect lines Revert part of 99f4eccb6bef444f86e6d6cbf579dc3ba975af98. The lines removed here were reported to me by Anthony D'Atri, who says that Juan Miguel Olmo told him that they should not be in the Squid branch. See https://github.com/ceph/ceph/pull/61331#issuecomment-2596058701 Signed-off-by: Zac Dover --- src/exporter/ceph_exporter.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/exporter/ceph_exporter.cc b/src/exporter/ceph_exporter.cc index 8909e30c3b4d..753768c90e21 100644 --- a/src/exporter/ceph_exporter.cc +++ b/src/exporter/ceph_exporter.cc @@ -19,8 +19,6 @@ static void usage() { " --addrs: Host IP address on which the exporter is to listen\n" " --port: TCP Port on which the exporter is to listen. Default is 9926\n" " --cert-file: Path to the certificate file when using HTTPS\n" - " --key-file: Path to the certificate key file when using HTTPS\n" - " --prio-limit: Only perf counters greater than or equal to prio-limit are fetched. Default: 5\n" " --stats-period: Interval between daemon scrapes (seconds). Default: 5s" << std::endl; generic_server_usage(); -- 2.47.3