ReplicaClient
quarantine_replicas
Add quaratined replicas for RSE.
Arguments: |
|
declare_bad_file_replicas
Declare a list of bad replicas.
Arguments: |
|
Returns: | Dictionary {"rse_name": ["did: error",...]} - list of strings for DIDs failed to declare, by RSE |
declare_bad_did_replicas
Declare a list of bad replicas.
Arguments: |
|
declare_suspicious_file_replicas
Declare a list of bad replicas.
Arguments: |
|
get_did_from_pfns
Get the DIDs associated to a PFN on one given RSE
Arguments: |
|
Returns: | A list of dictionaries {pfn: {'scope': scope, 'name': name}} |
list_replicas
List file replicas for a list of data identifiers (DIDs).
Arguments: |
|
Returns: | A list of dictionaries with replica information. |
list_suspicious_replicas
List file replicas tagged as suspicious.
Arguments: |
|
add_replica
Add file replicas to a RSE.
Arguments: |
|
Returns: | True if files were created successfully. |
add_replicas
Bulk add file replicas to a RSE.
Arguments: |
|
Returns: | True if files were created successfully. |
delete_replicas
Bulk delete file replicas from a RSE.
Arguments: |
|
Returns: | True if files have been deleted successfully. |
update_replicas_states
Bulk update the file replicas states from a RSE.
Arguments: |
|
Returns: | True if replica states have been updated successfully, otherwise an exception is raised. |
list_dataset_replicas
List dataset replicas for a did (scope:name).
Arguments: |
|
Returns: | A list of dict dataset replicas. |
list_dataset_replicas_bulk
List dataset replicas for a did (scope:name).
Arguments: |
|
Returns: | A list of dict dataset replicas. |
list_dataset_replicas_vp
List dataset replicas for a DID (scope:name) using the
Virtual Placement service.
NOTICE: This is an RnD function and might change or go away at any time.
Arguments: |
|
Returns: | If VP exists a list of dicts of sites |
list_datasets_per_rse
List datasets at a RSE.
Arguments: |
|
Returns: | A list of dict dataset replicas. |
add_bad_pfns
Declare a list of bad replicas.
Arguments: |
|
Returns: | True if PFNs were created successfully. |
set_tombstone
Set a tombstone on a list of replicas.
Arguments: |
|