Using nearline storage: Difference between revisions

Jump to navigation Jump to search
m
update file hsm_state info
m (update file hsm_state info)
m (update file hsm_state info)
Line 88: Line 88:
<!--T:47-->
<!--T:47-->
<source lang="bash">
<source lang="bash">
#  Here, <FILE> has not yet been copied to tape.
#  Here, <FILE> is only on disk.
$ lfs hsm_state <FILE>
$ lfs hsm_state <FILE>
<FILE>:  (0x00000000)
<FILE>:  (0x00000000)


<!--T:25-->
# Here, <FILE> is in progress of being copied to tape.
$ lfs hsm_state <FILE>
<FILE>: [...]: exists, [...]
 
# Here, <FILE> is both on the disk and on tape.
# Here, <FILE> is both on the disk and on tape.
$ lfs hsm_state <FILE>
$ lfs hsm_state <FILE>
<FILE>: [...]: exists archived, [...]
<FILE>: [...]: exists archived, [...]


<!--T:26-->
# Here, <FILE> is on tape but no longer on disk.  There will be a lag when opening it.  
# Here, <FILE> is on tape but no longer on disk.  There will be a lag when opening it.  
$ lfs hsm_state <FILE>
$ lfs hsm_state <FILE>
cc_staff
30

edits

Navigation menu