Skip to content

Commit

Permalink
dis -> disk
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryLitvintsev committed Nov 9, 2023
1 parent 26cda4b commit c4c92b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cta_schema.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ File table
----------

CTA separates the concept of `file` into an abstract ``archive_file`` that may
have multiple corresponding ``tape_file`` entries. The ``archive_file`` table stores file size; adler32 checksum; dis instance name; ``disk_file_id`` - an inode number on storage front end; unique file id (``archive_file_id``); user UID/GID and a deleted flag.
have multiple corresponding ``tape_file`` entries. The ``archive_file`` table stores file size; adler32 checksum; disk instance name; ``disk_file_id`` - an inode number on storage front end; unique file id (``archive_file_id``); user UID/GID and a deleted flag.

A ``tape_file`` references ``archive_file`` and contains information that ties it to the tape - like volume id (``vid``); location on the tape and copy number.

Expand Down

0 comments on commit c4c92b7

Please sign in to comment.