15694: Catch exception from get_current_container in runtime_status_update
[arvados.git] / doc / install / configure-azure-blob-storage.html.textile.liquid
index 1bed748ad7a621fd33f151af0b343af6c8a264eb..2f68c8a4bfddb3cf779123d412d0698c8caa95e4 100644 (file)
@@ -59,8 +59,9 @@ Volumes are configured in the @Volumes@ section of the cluster configuration fil
           # volume. In this example, keep0 has read/write access, and
           # keep1 has read-only access.
           #
-          # If the AccessViaHosts section is empty, all keepstore
-          # servers will have read/write access to the volume.
+          # If the AccessViaHosts section is empty or omitted, all
+          # keepstore servers will have read/write access to the
+          # volume.
           "http://<span class="userinput">keep0.uuid_prefix.example.com</span>:25107/": {}
           "http://<span class="userinput">keep1.uuid_prefix.example.com</span>:25107/": {ReadOnly: true}