From 94014f7c8fb35aac49f683d2738c6fcc46a91abf Mon Sep 17 00:00:00 2001 From: Jason Sollom Date: Wed, 16 Oct 2024 14:06:02 -0500 Subject: [PATCH] CASMCMS-9162: Add BOS option: cfs-read-timeout --- operations/boot_orchestration/Options.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/operations/boot_orchestration/Options.md b/operations/boot_orchestration/Options.md index 5ea3b8907af2..d11073c23b24 100644 --- a/operations/boot_orchestration/Options.md +++ b/operations/boot_orchestration/Options.md @@ -22,6 +22,7 @@ Example output: ```json { + "cfs_read_timeout": 20, "cleanup_completed_session_ttl": "7d", "component_actual_state_ttl": "4h", "default_retry_policy": 3, @@ -43,6 +44,11 @@ The values for all BOS global options can be modified with the `cray bos v2 opti The following are the BOS global options: +* `cfs_read_timeout` + + The amount of time in seconds BOS will wait for a response from CFS to a request. After this time, the request will + time out. The default is 10 seconds. + * `cleanup_completed_session_ttl` Delete complete sessions that are older than `cleanup_completed_session_ttl` (in hours). `0h` disables cleanup behavior.