Skip to content

Commit

Permalink
updated info regarding timeouts (changed from 4 to 5).
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Jun 28, 2024
1 parent 305dfab commit 45387c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions documentation/markdown/features/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ sshPublicKeyFiles:
- /home/user/.ssh/id_ecdsa_colleague.pub
```
#### sshTimeout (optional)
#### sshTimeout (optional:5)
Defines the number of attempts that BiBiGrid will try to connect to the master instance via ssh.
Attempts have a pause of `2^(attempts+2)` seconds in between. Default value is 4.
Attempts have a pause of `2^(attempts+2)` seconds in between. Default value is 5.

#### customAnsibleCfg (optional:False)
When False, changes in the resources/playbook/ansible.cfg are overwritten by the create action.
Expand All @@ -58,12 +58,12 @@ When False, changes in the resources/playbook/roles/bibigrid/templates/slurm.j2
When True, changes are kept - even when you perform a git pull as the file is not tracked. The default can be found at
resources/default/slurm/slurm.j2.

#### cloudScheduling (optional)
This key allows you to influence cloud scheduling. Currently, only a single key `sshTimeout` can be set here.
#### cloudScheduling (optional:5)
This key allows you to influence cloud scheduling. Currently, only a single key `sshTimeout` can be set here. Default is 5.

##### sshTimeout (optional:4)
##### sshTimeout (optional:5)
Defines the number of attempts that the master will try to connect to on demand created worker instances via ssh.
Attempts have a pause of `2^(attempts+2)` seconds in between. Default value is 4.
Attempts have a pause of `2^(attempts+2)` seconds in between. Default value is 5.

```yaml
cloudScheduling:
Expand Down

0 comments on commit 45387c1

Please sign in to comment.