Skip to content

Commit

Permalink
add_rucio_qos_rse_description_and_instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
maatthias committed Dec 27, 2023
1 parent 6c7736b commit fe73dcc
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/operator/qos_rse_config.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
id: qos_rse_config
title: QoS RSE Configuration
---

## QoS RSE Configuration

The following steps show how to configure an RSE to use the Rucio storage-managed QoS feature.

### How to Configure an RSE for QoS

1. Set the following RSE attributes:

```bash
staging_required: True
maximum_pin_lifetime: 345600 (in seconds)
staging_buffer: {{value}} # this value can be the name of the RSE.
```

Upon executing `rucio-admin rse info <RSE>` command one should see something like the following in settings:

```bash
.
.
Attributes:
===========
maximum_pin_lifetime: 345600
staging_buffer: <RSE>
staging_required: True
.
.
```

2. Either values of `DISK` or `TAPE` are supported for the RSE setting `rse_type`. However workflows using PanDA job brokerage require this value to be `DISK`.

Upon executing `rucio-admin rse info <RSE>` command one should see something like the following in settings:

```bash
.
.
Settings:
=========
rse: <RSE>
rse_type: DISK
.
.
```
1 change: 1 addition & 0 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"operator/did_meta",
"operator/policy_packages",
"operator/s3_rse_config",
"operator/qos_rse_config",
"operator/notifications",
{
"Executables": [
Expand Down

0 comments on commit fe73dcc

Please sign in to comment.