Skip to content
Snippets Groups Projects
Commit e021f0bd authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update multi-data-set-archiving.md

parent d66a9aa8
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -373,17 +373,17 @@ The following steps describe how to recover from such a situation. ...@@ -373,17 +373,17 @@ The following steps describe how to recover from such a situation.
1. Finding out the data sets that are in 'ARCHIVE\_PENDING' status. 1. Finding out the data sets that are in 'ARCHIVE\_PENDING' status.
```sql ```sql
SELECT id, size, present_in_archive, share_id, location FROM external_data WHERE status = 'ARCHIVE_PENDING'; SELECT id, size, present_in_archive, share_id, location FROM external_data WHERE status = 'ARCHIVE_PENDING';
openbis_prod=> SELECT id, size, present_in_archive, share_id, location FROM external_data WHERE status = 'ARCHIVE_PENDING'; openbis_prod=> SELECT id, size, present_in_archive, share_id, location FROM external_data WHERE status = 'ARCHIVE_PENDING';
data_id | size | present_in_archive | share_id | location data_id | size | present_in_archive | share_id | location
---------+-------------+--------------------+----------+----------------------------------------------------------------------- ---------+-------------+--------------------+----------+-----------------------------------------------------------------------
3001 | 34712671864 | f | 1 | 585D8354-92A3-4C24-9621-F6B7063A94AC/17/65/a4/20170712111421297-37998 3001 | 34712671864 | f | 1 | 585D8354-92A3-4C24-9621-F6B7063A94AC/17/65/a4/20170712111421297-37998
3683 | 29574172672 | f | 1 | 585D8354-92A3-4C24-9621-F6B7063A94AC/39/6c/b0/20171106181516927-39987 3683 | 29574172672 | f | 1 | 585D8354-92A3-4C24-9621-F6B7063A94AC/39/6c/b0/20171106181516927-39987
3688 | 53416316928 | f | 1 | 585D8354-92A3-4C24-9621-F6B7063A94AC/ca/3b/93/20171106183212074-39995 3688 | 53416316928 | f | 1 | 585D8354-92A3-4C24-9621-F6B7063A94AC/ca/3b/93/20171106183212074-39995
3692 | 47547908096 | f | 1 | 585D8354-92A3-4C24-9621-F6B7063A94AC/b7/26/85/20171106185354378-40002 3692 | 47547908096 | f | 1 | 585D8354-92A3-4C24-9621-F6B7063A94AC/b7/26/85/20171106185354378-40002
``` ```
2. The data sets found, can be or not in the archiving process. This is 2. The data sets found, can be or not in the archiving process. This is
not easy to find out instantly. It's easier just to execute the not easy to find out instantly. It's easier just to execute the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment