13579: Admin documentation about storage classes
[arvados.git] / doc / install / configure-azure-blob-storage.html.textile.liquid
index 7ef95031fcf6217dade0d032863cac9ea32fc6ec..41f86f9ba0e2f76cdaa9170ce8eeb3f152cbe384 100644 (file)
@@ -9,7 +9,7 @@ Copyright (C) The Arvados Authors. All rights reserved.
 SPDX-License-Identifier: CC-BY-SA-3.0
 {% endcomment %}
 
-As an alternative to local and network-attached POSIX filesystems, Keepstore can store data in an Azure Storage container.
+Keepstore can store data in one or more Azure Storage containers.
 
 h2. Create a storage container
 
@@ -64,7 +64,7 @@ Volumes:
   ReadOnly: false
 
   # Amount of time to wait for a response before failing the request
-  RequestTimeout: 10m0s
+  RequestTimeout: 2m0s
 
   # The storage account name, used for authentication
   StorageAccountName: exampleStorageAccountName
@@ -76,8 +76,8 @@ Volumes:
   # environment.  See below for an example of an alternate cloud environment.
   StorageBaseURL: ""
 
-  # Storage classes to associate with this volume.  See "Configuring
-  # storage classes" in the "Admin" section of doc.arvados.org.
+  # Storage classes to associate with this volume.  See "Storage
+  # classes" in the "Admin" section of doc.arvados.org.
   StorageClasses: null
 
 - # Example configuration to use Azure China.
@@ -101,8 +101,3 @@ Volumes:
 </pre>
 
 Start (or restart) keepstore, and check its log file to confirm it is using the new configuration.
-
-<notextile>
-<pre><code>2015/10/26 21:06:24 Using volume azure-storage-container:"exampleContainerName" (writable=true)
-</code></pre>
-</notextile>