12764: Update documentation.
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Fri, 12 Jan 2018 19:12:01 +0000 (14:12 -0500)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Mon, 29 Jan 2018 19:49:56 +0000 (14:49 -0500)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

doc/_includes/_mount_types.liquid

index 734b07c8b7970c00bdd6e99be3815e9d8d31f1f0..c4e751a7e106c3e5cec03f10029341635c3603fb 100644 (file)
@@ -64,7 +64,7 @@ When a container's output_path is a tmp mount backed by local disk, this output
 
 1. Only mount points of kind @collection@ are supported.
 
-2. Mount points underneath output_path must not use @"writable":true@. If any of them are set as @writable@, the API will refuse to create/update the container request, and crunch-run will fail the container.
+2. Mount points underneath output_path which have "writable":true will be copied into output_path the mount point during container initialization.  These files may be updated, renamed, or deleted by the running container.  On container completetion, the (possibly modified) copies are saved to the output collection.
 
 3. If any such mount points are configured as @exclude_from_output":true@, they will be excluded from the output.