Skip to content

Commit 6fa9cac

Browse files
voetbergrdimaio
andauthored
Apply suggestions from code review
Co-authored-by: Riccardo Di Maio <[email protected]>
1 parent 9c62d73 commit 6fa9cac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/started/main_components/daemons.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Listed below are common definitions between different daemons.
102102
- **sleep-time** - How long a daemon will sleep between iterations, mutually exclusive with `run-once`. Units of seconds.
103103
- **threads**, **total-workers**, **threads-per-process** - _[Present in threaded daemons]_ Run in threaded mode.
104104
- **bulk**, **chunk-size** - _[Present in batched daemons]_ Provide a limit of the number of operations a single instance of a daemon can run in an iteration.
105-
- **dry-run** - Run once, showing logs of the daemon's operations without preforming any action. Useful for verifying settings of the instance and daemon.
106-
- **vos** - _[Present in Multi-VO daemons]_ Provide a list VOs with which the daemon can interact. Used when VOs use different settings for their daemons.
105+
- **dry-run** - Run once, showing logs of the daemon's operations without performing any action. Useful for verifying settings of the instance and daemon.
106+
- **vos** - _[Present in Multi-VO daemons]_ Provide a list of VOs with which the daemon can interact. Used when VOs use different settings for their daemons.
107107

108108
### Batched Daemons
109109

@@ -127,7 +127,7 @@ This definition doesn't apply for producer/consumer daemons. When producer/consu
127127
Daemons that have a `vos` option can be set to have separate settings per vo running in a multi-vo instance.
128128
When this is set, the daemon will only interact with objects that are explicitly included in the specific VO.
129129

130-
By default, daemon with multi-VO options interact with all VOs on the instance.
130+
By default, a daemon with multi-VO options interact with all VOs on the instance.
131131
For example, this is the log displayed by the `replica-recoverer` daemon.
132132

133133
```bash
@@ -140,4 +140,4 @@ $ rucio-replica-recoverer --run-once --vos abc xyz
140140
```
141141

142142
> **_Note:_**
143-
Multi-VO daemons can still be used in single-VO instances, and the `vo` option does not need to be set.
143+
Multi-VO daemons can still be used in single-VO instances, and the `vos` option does not need to be set.

0 commit comments

Comments
 (0)