Documention: fix spelling of --tempdir argument to arv-migrate-docker19
authorWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 7 Mar 2018 19:40:36 +0000 (14:40 -0500)
committerWard Vandewege <wvandewege@veritasgenetics.com>
Wed, 7 Mar 2018 19:40:36 +0000 (14:40 -0500)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

doc/install/migrate-docker19.html.textile.liquid

index 76e2d13acac70fae75f0a7183cc0a1084f13926c..688850c2922869dbffa8e2c0a902c81c9dd1382c 100644 (file)
@@ -20,7 +20,7 @@ Usage:
 # Install arvados/migrate-docker19 image: @docker pull arvados/migrate-docker19:1.0@. If you're unable to do this, you can run @arvados/docker/migrate-docker19/build.sh@ to create @arvados/migrate-docker19@ Docker image.
 # Make sure you have the right modules installed: @sudo modprobe overlayfs bridge br_netfilter nf_nat@
 # Set ARVADOS_API_HOST and ARVADOS_API_TOKEN to the cluster you want to migrate.
-# Your temporary directory should have the size of all layers of the biggest image in the cluster, this is hard to estimate, but you can start with five times that size. You can set up a different directory by using the @--tmp-dir@ switch. Make sure that the user running the docker daemon has permissions to write in that directory.
+# Your temporary directory should have the size of all layers of the biggest image in the cluster, this is hard to estimate, but you can start with five times that size. You can set up a different directory by using the @--tempdir@ switch. Make sure that the user running the docker daemon has permissions to write in that directory.
 # Run @arv-migrate-docker19 --dry-run@ from the Arvados Python SDK on the host (not in a container). This will print out some information useful for the migration.
 # Finally to make the migration run @arv-migrate-docker19@ from the Arvados Python SDK on the host (not in a container).