SPDX-License-Identifier: CC-BY-SA-3.0
{% endcomment %}
-The @arvados-server@ package includes a @cloudtest@ tool that checks compatibility between your Arvados configuration, your cloud driver, your cloud provider's API, your cloud provider's VM instances, and the worker image you use with the *experimental* "cloud dispatcher":../install/install-dispatch-cloud.html.
+The @arvados-server@ package includes a @cloudtest@ tool that checks compatibility between your Arvados configuration, your cloud driver, your cloud provider's API, your cloud provider's VM instances, and the worker image you use with the "cloud dispatcher":../install/crunch2-cloud/install-dispatch-cloud.html.
@arvados-server cloudtest@ performs the following steps:
# Create a new instance
Before bringing up the @arvados-dispatch-cloud@ service for the first time, we recommend running @cloudtest@ to check your configuration:
-<pre>
+<notextile><pre>
$ <span class="userinput">arvados-server cloudtest -command "crunch-run --list"</span>
-</pre>
+</pre></notextile>
Before updating your configuration to use a new VM image, we recommend running @cloudtest@ with the new image:
For a full list of options, use the @-help@ flag:
-<pre>
+<notextile><pre>
$ <span class="userinput">arvados-server cloudtest -help</span>
Usage:
-command string
Instance type to create (if empty, use cheapest type in config)
-pause-before-destroy
Prompt and wait before destroying the test instance
-</pre>
+</pre></notextile>