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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -487,22 +487,22 @@ a setting already specified in the Configuration File.
487
487
## RSE settings
488
488
The RSE settings are set separately using `rucio.RSEClient.update_rse`or`rucio rse update`, and specifies RSE configuration used by the Rucio instance.
Read more about RSEs [here](../started/concepts/rucio_storage_element.md)
491
-
and how to set them up [here](./configuration.md#creating-new-rses).
490
+
Read more about RSEs [here](started/concepts/rucio_storage_element.md)
491
+
and how to set them up [here](operator/configuration.md#creating-new-rses).
492
492
493
493
-**availability_delete**: Boolean. Control if this RSE allows deletions by the Reaper daemon using any protocol. Default: `True`.
494
494
-**availability_read**: Boolean. Control if this RSE allows reads using any protocol. Default: `True`.
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](https://rucio.github.io/documentation/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/#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](https://rucio.github.io/documentation/operator/qos_rse_config). Default: `DISK`.
505
+
-**rse_type**: String: Specify `DISK`or`TAPE`for control of [QoS](operator/qos_rse_config). 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`.
@@ -514,8 +514,8 @@ and how to set them up [here](./configuration.md#creating-new-rses).
514
514
## RSE attributes
515
515
The RSE Attributes are set separately using `rucio.RSEClient.add_rse_attribute`or`rucio rse attribute add`.
516
516
and only contains information about the specific RSE's for the Rucio instance.
517
-
Read more about RSEs [here](../started/concepts/rucio_storage_element.md)
518
-
and how to set them up [here](./configuration.md#creating-new-rses).
517
+
Read more about RSEs [here](started/concepts/rucio_storage_element.md)
518
+
and how to set them up [here](operator/configuration.md#creating-new-rses).
519
519
520
520
-**associated_sites**: String. Separated by commas. Used for chaining of subscriptions so that transfers to one RSE will also be mirrored to associated_sites. No default.
521
521
-**archive_timeout**: Integer: Only used for transfers with a tape destination. Controls the number of seconds the FTS3 transfer manager will wait for the tape archival of the file to go `FAILED`or`FINISHED`. No default.
@@ -532,7 +532,7 @@ and how to set them up [here](./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](https://rucio.github.io/documentation/operator/transfers/transfers-overview). 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](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