From 38678c9209e959edd476bbc67db8f50bdf29c1b3 Mon Sep 17 00:00:00 2001 From: Albert Louis Rossi Date: Tue, 17 Oct 2023 07:27:46 -0500 Subject: [PATCH] dcache-qos: correction to the threshold warning Motivation: Admin command warning on ls in qos borrowed from resilience, but language not adapted. Modification: Change the command warning output not to mention resilience. Result: Less confusion. Target: master Request: 9.2 Request: 9.1 Request: 9.0 Request: 8.2 Patch: https://rb.dcache.org/r/14140/ Requires-notes: no Acked-by: Tigran --- .../main/java/org/dcache/qos/util/InitializerAwareCommand.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/dcache-qos/src/main/java/org/dcache/qos/util/InitializerAwareCommand.java b/modules/dcache-qos/src/main/java/org/dcache/qos/util/InitializerAwareCommand.java index 89b2f5bcf7e..502fa11e9fd 100644 --- a/modules/dcache-qos/src/main/java/org/dcache/qos/util/InitializerAwareCommand.java +++ b/modules/dcache-qos/src/main/java/org/dcache/qos/util/InitializerAwareCommand.java @@ -74,8 +74,7 @@ public abstract class InitializerAwareCommand implements Callable { protected static final String REQUIRE_LIMIT = "The current table contains %s entries; listing them all " + "could cause an out-of-memory error and " - + "cause the resilience system to fail and/or " - + "restarts; if you wish to proceed " + + "cause failure and/or restart; if you wish to proceed " + "with this listing, reissue the command " + "with the explicit option '-limit=%s'";