Skip to content

Commit 784fb1e

Browse files
paulmillarkhys95
authored andcommitted
docs: fix references to old 'cleaner' service
Motivation: The docs contains some obsolete references to the `cleaner` cell. Motification: Update these to `cleaner-disk`, the new name for this cell. Result: Document updated to reflect rename of 'cleaner' to 'cleaner-disk'. Target: master Request: 10.2 Request: 10.1 Request: 10.0 Request: 9.2 Patch: https://rb.dcache.org/r/14397/ Acked-by: Tigran Mkrtchyan
1 parent 3c32e88 commit 784fb1e

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/TheBook/src/main/markdown/config-admin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ each domain:
295295
srmDomain : [RemoteTransferManager, CopyManager, SrmSpaceManager, SRM-example.dcache.org]
296296
httpdDomain : [billing, srm-LoginBroker, TransferObserver]
297297
poolDomain : [pool_2, pool_1]
298-
namespaceDomain : [PnfsManager, dirLookupPool, cleaner]
298+
namespaceDomain : [PnfsManager, dirLookupPool, cleaner-disk]
299299

300300
All cells implement the `info` command to display general information about the cell and `show pinboard` command
301301
for listing the last lines of the [pinboard](rf-glossary.md#pinboard) of the cell. The output of these commands contains useful information

docs/TheBook/src/main/markdown/config-billing.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,10 @@ over the database configuration.
127127
128128
```console-root
129129
dcache database ls
130-
|DOMAIN CELL DATABASE HOST USER MANAGEABLE AUTO
131-
|namespaceDomain PnfsManager chimera localhost dcache Yes Yes
132-
|namespaceDomain cleaner chimera localhost dcache No No
133-
|billingDomain billing billing localhost dcache Yes Yes
130+
|DOMAIN CELL DATABASE HOST USER MANAGEABLE AUTO
131+
|namespaceDomain PnfsManager chimera localhost dcache Yes Yes
132+
|namespaceDomain cleaner-disk chimera localhost dcache No No
133+
|billingDomain billing billing localhost dcache Yes Yes
134134
```
135135
136136
- Database inserts are batched for performance. Since 2.8, improvements

docs/TheBook/src/main/markdown/intouch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ each domain:
429429
srmDomain : [RemoteTransferManager, CopyManager, SrmSpaceManager, SRM-example.dcache.org]
430430
httpdDomain : [billing, srm-LoginBroker, TransferObserver]
431431
poolDomain : [pool_2, pool_1]
432-
namespaceDomain : [PnfsManager, dirLookupPool, cleaner]
432+
namespaceDomain : [PnfsManager, dirLookupPool, cleaner-disk]
433433

434434
All cells implement the `info` command to display general information about the cell and `show pinboard` command
435435
for listing the last lines of the [pinboard](rf-glossary.md#pinboard) of the cell. The output of these commands contains useful information

docs/TheBook/src/main/markdown/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ support.
7474
| [poolmanager](config-PoolManager.md) | When a file reading or writing a transfer request is sent to the dCache system, the poolmanager then decides how to handle this request. |
7575
| [resilience](config-resilience.md) |Controls the number of replicas of a file on the pools. |
7676
| [hoppingmanager](config-hopping.md) | Service that orchestrates file replica distribution across the pools triggered by a variety of conditions. |
77-
| [cleaner](config-cleaner.md) | Service that periodically cleans (removes) deleted files' replicas from the pools. |
77+
| [cleaner-disk](config-cleaner.md) | Service that periodically cleans (removes) deleted files' replicas from the pools. |
7878
| [info](config-info-provider.md) | Provides information about the dCache instance in a standard format called GLUE. |
7979
| [missing-files](config-missing-files.md) | A component designed to react to requests to retrieve missing files. |
8080
|[pool](cookbook-pool.md) | Data storage (cookbook) |

0 commit comments

Comments
 (0)