[ARVADOS] updated: fe446e10da189d3d3e0ea5f19061389cc2200a08

Git user git at public.curoverse.com
Fri Mar 24 10:56:20 EDT 2017


Summary of changes:
 doc/install/migrate-docker19.html.textile.liquid | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

       via  fe446e10da189d3d3e0ea5f19061389cc2200a08 (commit)
      from  6498c7751cd0305a28494df45a70965ccc6c3737 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit fe446e10da189d3d3e0ea5f19061389cc2200a08
Author: Nico Cesar <nico at curoverse.com>
Date:   Fri Mar 24 10:55:43 2017 -0400

    updated documentation about the docker 1.9 migration process
    
    refs #11305

diff --git a/doc/install/migrate-docker19.html.textile.liquid b/doc/install/migrate-docker19.html.textile.liquid
index 6e5e3e8..04952eb 100644
--- a/doc/install/migrate-docker19.html.textile.liquid
+++ b/doc/install/migrate-docker19.html.textile.liquid
@@ -14,8 +14,9 @@ Usage:
 
 # Install arvados/migrate-docker19 image: @docker pull arvados/migrate-docker19 at . If you're unable to do this, you can run @arvados/docker/migrate-docker19/build.sh@ to create @arvados/migrate-docker19@ Docker image.
 # Set ARVADOS_API_HOST and ARVADOS_API_TOKEN to the cluster you want to migrate.
-# Your $TMPDIR should have the size of the biggest image in the cluster. You can set up a different dir (i.e. export TMPDIR=/mnt/tmp). Make sure that the user running the docker daemon has permissions to write in that directory
-# Run @arv-migrate-docker19@ from the Arvados Python SDK on the host (not in a container).
+# 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.
+# 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).
 
 This will query Arvados for v1 format Docker images.  For each image that does not already have a corresponding v2 format image (as indicated by a docker_image_migration tag) it will perform the following process:
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list