Oneclient - Accessing remote files
Oneclient provisions data replicas from other Oneproviders - which support
the same space - transparently by replicating accessed blocks to the current
Oneprovider.
-
Enter some other users' FirstDataset/tmp
directory and check extended
attributes for the test250MB.dat
file:
cd /mnt/oneclient/alpha-11p/<OTHER_USER>/FirstDataset/tmp
xattr -l test250MB.dat
The org.onedata.file_blocks
and org.onedata.replication_progress
are empty.
-
Now read a selected block from the middle of the file:
dd if=test250MB.dat of=/dev/null bs=1024 count=1 skip=100000
xattr -l test250MB.dat
The org.onedata.file_blocks
and org.onedata.replication_progress
should
now be non-zero.