12183: Tweak documenation for clarity.
authorPeter Amstutz <pamstutz@veritasgenetics.com>
Thu, 2 Nov 2017 14:52:15 +0000 (10:52 -0400)
committerPeter Amstutz <pamstutz@veritasgenetics.com>
Thu, 2 Nov 2017 14:52:15 +0000 (10:52 -0400)
Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz@veritasgenetics.com>

doc/_includes/_mount_types.liquid
services/crunch-run/crunchrun.go

index 9b3d9cf8182ea5ff756512189894be30f636c0e2..4b0508db5cc6d3b80fedef8a69f11f2306fb6c81 100644 (file)
@@ -125,4 +125,4 @@ table(table table-bordered table-condensed).
 
 h2(#symlinks-in-output). Symlinks in output
 
-When a container's output_path is a tmp mount backed by local disk, this output directory can contain symlinks to other files in the the output directory, or to collection mount points.  If the symlink leads to a collection mount, efficiently copy the collection into the output collection.  Symlinks leading to files or directories are expanded and created as regular files in the output collection.  Further, whether symlinks are relative or absolute, every symlink target (even targets that are symlinks themselves) must either remain in the output directory or point to a collection mount.
+When a container's output_path is a tmp mount backed by local disk, this output directory can contain symlinks to other files in the the output directory, or to collection mount points.  If the symlink leads to a collection mount, efficiently copy the collection into the output collection.  Symlinks leading to files or directories are expanded and created as regular files in the output collection.  Further, whether symlinks are relative or absolute, every symlink target (even targets that are symlinks themselves) must point to a path in either the output directory or a collection mount.
index b3e6a4cd1eda28ac5dc4bf399c88b6c7a0ea2d49..3678bd81c8a9eea84abd1eaeb5fe0e91c3ffd362 100644 (file)
@@ -977,8 +977,8 @@ var limitFollowSymlinks = 10
 // for symlinks. If the symlink leads to a keep mount, copy the manifest text
 // from the keep mount into the output manifestText.  Ensure that whether
 // symlinks are relative or absolute, every symlink target (even targets that
-// are symlinks themselves) must either remain in the output directory or point
-// to a collection mount.
+// are symlinks themselves) must point to a path in either the output directory
+// or a collection mount.
 //
 // Assumes initial value of "path" is absolute, and located within runner.HostOutputDir.
 func (runner *ContainerRunner) UploadOutputFile(