From 1e51e8b0a4dab61565a8b75cba53b8a7d0807d21 Mon Sep 17 00:00:00 2001 From: Christoph Anton Mitterer Date: Sun, 12 Jul 2026 17:24:16 +0200 Subject: [PATCH 1/3] doc: add information about the affected REST-resources Based on https://github.com/dCache/dcache/issues/8142, but still incomplete. Signed-off-by: Christoph Anton Mitterer --- skel/share/defaults/frontend.properties | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/skel/share/defaults/frontend.properties b/skel/share/defaults/frontend.properties index 0d16b3282cd..4d6b6756b85 100644 --- a/skel/share/defaults/frontend.properties +++ b/skel/share/defaults/frontend.properties @@ -111,6 +111,8 @@ frontend.service.transfers.timeout=1 frontend.service.transfers.maxCacheSize=1000 # Timeout for cell info collection +# +# Amongst others, this affects the `/cells`-resource of the REST interface. # These properties can also be set interactively through the admin door frontend.service.cell-info.timeout=1 (one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.cell-info.timeout.unit=MINUTES @@ -119,6 +121,8 @@ frontend.service.cell-info.timeout=1 frontend.service.cell-info.update-threads=10 # Timeout for domain info collection +# +# Amongst others, this affects the `/domains`-resource of the REST interface. # These properties can also be set interactively through the admin door frontend.service.domain-info.timeout=1 (one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.domain-info.timeout.unit=MINUTES @@ -135,11 +139,16 @@ frontend.service.alarms.timeout=1 (one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.alarms.timeout.unit=MINUTES # Timeout for pool info collection +# +# Amongst others, this affects the `/pools`-resource of the REST interface. # These properties can also be set interactively through the admin door frontend.service.pool-info.timeout=1 (one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.pool-info.timeout.unit=MINUTES # Timeout for pool history info collection +# +# Amongst others, this affects the `/poolgroups/{group}/histograms`- and +# `/pools/{pool}/histograms`-resources of the REST interface. # These properties can also be set interactively through the admin door frontend.service.pool-history.timeout=1 (one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.pool-history.timeout.unit=MINUTES From 34827be79b95b488cea8a96a133b23d07ec182c4 Mon Sep 17 00:00:00 2001 From: Christoph Anton Mitterer Date: Sun, 12 Jul 2026 17:26:24 +0200 Subject: [PATCH 2/3] doc: remove reference to non-existent command Signed-off-by: Christoph Anton Mitterer --- skel/share/defaults/frontend.properties | 1 - 1 file changed, 1 deletion(-) diff --git a/skel/share/defaults/frontend.properties b/skel/share/defaults/frontend.properties index 4d6b6756b85..2d5086d2429 100644 --- a/skel/share/defaults/frontend.properties +++ b/skel/share/defaults/frontend.properties @@ -149,7 +149,6 @@ frontend.service.pool-info.timeout=1 # # Amongst others, this affects the `/poolgroups/{group}/histograms`- and # `/pools/{pool}/histograms`-resources of the REST interface. -# These properties can also be set interactively through the admin door frontend.service.pool-history.timeout=1 (one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)frontend.service.pool-history.timeout.unit=MINUTES From f8b1124424f0a08fbb90b352542ada714e20ca59 Mon Sep 17 00:00:00 2001 From: Christoph Anton Mitterer Date: Sun, 12 Jul 2026 17:26:56 +0200 Subject: [PATCH 3/3] doc: properly group properties Signed-off-by: Christoph Anton Mitterer --- skel/share/defaults/frontend.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skel/share/defaults/frontend.properties b/skel/share/defaults/frontend.properties index 2d5086d2429..b5ea644ba68 100644 --- a/skel/share/defaults/frontend.properties +++ b/skel/share/defaults/frontend.properties @@ -467,6 +467,8 @@ frontend.service.billing.collection.timeout = 1 # Whether to submit namespace qos requests to the QoSEngine or to use # the embedded legacy mechanism. Defaults to the new QoSEngine. (one-of?true|false)frontend.service.namespace.use-qos-service= true +(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)\ +frontend.service.billing.collection.timeout.unit = MINUTES # Geographic placement # @@ -475,8 +477,6 @@ frontend.service.billing.collection.timeout = 1 # frontend.geographic-placement = -(one-of?MILLISECONDS|SECONDS|MINUTES|HOURS|DAYS)\ -frontend.service.billing.collection.timeout.unit = MINUTES # ---- Directory with default static content #