Merge branch '3351-keep-timeout' closes #3351
[arvados.git] / doc / user / tutorials / tutorial-keep.html.textile.liquid
index fac3530373a11ded91ec77046bf36c2b34886c29..3546c5c10189476cdef72f9c8a136ed465f862a2 100644 (file)
@@ -6,8 +6,7 @@ title: "Storing and Retrieving data using Keep"
 
 This tutorial introduces you to the Arvados file storage system.
 
-
-*This tutorial assumes that you are "logged into an Arvados VM instance":{{site.baseurl}}/user/getting_started/ssh-access.html#login, and have a "working environment.":{{site.baseurl}}/user/getting_started/check-environment.html*
+{% include 'tutorial_expectations' %}
 
 The Arvados distributed file system is called *Keep*.  Keep is a content-addressable file system.  This means that files are managed using special unique identifiers derived from the _contents_ of the file, rather than human-assigned file names (specifically, the MD5 hash).  This has a number of advantages:
 * Files can be stored and replicated across a cluster of servers without requiring a central name server.