You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/operator/configuration_parameters.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -495,14 +495,14 @@ and how to set them up [here](operator/configuration.md#creating-new-rses).
495
495
-**availability_write**: Boolean. Control if this RSE allows writes using any protocol. Default: `True`.
496
496
-**credentials**: Dictionary[String, Any]: Specify token credentials used for accessing this RSEif it isin a commercial cloud. No default.
497
497
-**delete_protocol**: Integer: Cannot be changed. Controls matching of protocol priorities for deletions. Default: `1`.
498
-
-**deterministic**: Boolean: Controls if the RSEis allowed to generate paths based solely on the DID (scope:filename). More info about non-deterministic RSEs [here](started/concepts/replica_workflow/#replica-paths-on-storage). Default: `True`.
498
+
-**deterministic**: Boolean: Controls if the RSEis allowed to generate paths based solely on the DID (scope:filename). More info about non-deterministic RSEs [here](started/concepts/replica_workflow.md#replica-paths-on-storage). Default: `True`.
499
499
-**domain**: List[String]: Specifies the locations this RSE may be accessed by clients from. Cannot be changed.
500
500
-**id**: String: Identification string of the RSE. Cannot be changed.
501
501
-**lfn2pfn_algorithm**: String: Name of the algorithm in the configured policy package to be used for creating replica paths. Cannot be changed. If no lfn2pfn_algorithm attribute isset, then the setting defaults to lfn2pfn_algorithm_default in the configured policy package. Default: `default`.
502
502
-**qos_class**: String: No functionality in modern Rucio. No default.
503
503
-**read_protocol**: Integer: Cannot be changed. Controls matching of protocol priorities for reads. Default: `1`.
504
504
-**rse**: String: The name of the Rucio Storage Element as given at creation time. Cannot be changed.
505
-
-**rse_type**: String: Specify `DISK`or`TAPE`for control of [QoS](operator/qos_rse_config). Default: `DISK`.
505
+
-**rse_type**: String: Specify `DISK`or`TAPE`for control of [QoS](operator/qos_rse_config.md). Default: `DISK`.
506
506
-**sign_url**: Optional[str]. Enable cloud support for this storage element. No default.
507
507
-**staging_area**: Boolean.Specify if this RSEis a disk buffer to a tertiary storage backend, subject to additional constraints (specifically a lifetime for rules on this RSE must be defined). Default: `False`.
508
508
-**third_party_copy_read_protocol**: Integer: Cannot be changed. Controls matching of protocol priorities forTPC reads. Default `1`.
@@ -532,7 +532,7 @@ and how to set them up [here](operator/configuration.md#creating-new-rses).
532
532
-**greedyDeletion**: Boolean. Allow files without a rule locking them to be deleted by a Reaper Daemon. Default behavior only marks a filefor deletion when there is no space on an RSEfor a new required file. Default: `False`.
533
533
-**group_by_rse_attribute**: String. Control the RSE attribute (such as`country`) which transfer source RSEs will be grouped by when determining an appropriate transfer source. Default: `UNKNOWN`.
534
534
-**globus_endpoint_id**: String. Specify the RESTAPIURL of the Globus transfer manager. No default.
535
-
-**hop_penalty**: Integer. Usage cost of this RSEas an intermediate in [multihop transfers](transfers/transfers_overview.md). Overrides the global`transfers/hop_penalty` configuration for this particular RSE.
535
+
-**hop_penalty**: Integer. Usage cost of this RSEas an intermediate in [multihop transfers](operator_transfers/transfers_overview.md). Overrides the global`transfers/hop_penalty` configuration for this particular RSE.
536
536
Requires `available_for_multihop` attribute isTrue on the RSE. No default.
537
537
-**is_object_store**: Boolean. Control the auditor daemon's behavior. Instead of dumping all files, list them by date. Default: `False`.
0 commit comments