Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASMCMS-9162: Add BOS option: cfs-read-timeout #5475

Draft
wants to merge 1 commit into
base: release/1.5
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions operations/boot_orchestration/Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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.
Expand Down