[ARVADOS] updated: 9479599527ffdf5e4de14e8ccc79eeb3c6776526

git at public.curoverse.com git at public.curoverse.com
Thu Sep 4 14:23:49 EDT 2014


Summary of changes:
 sdk/cli/bin/crunch-job | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  9479599527ffdf5e4de14e8ccc79eeb3c6776526 (commit)
      from  6a0610e67965f2ba9ff9df2df36d92d3fa2450a2 (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 9479599527ffdf5e4de14e8ccc79eeb3c6776526
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date:   Thu Sep 4 14:23:46 2014 -0400

    3644: Add --by-id to invocation of arv-mount in crunch-job to get the same
    behavior as before.

diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 9e7454f..94865a1 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -657,7 +657,7 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
     {
       $build_script_to_send = $build_script;
     }
-    $command .= "&& exec arv-mount --allow-other $ENV{TASK_KEEPMOUNT} --exec ";
+    $command .= "&& exec arv-mount --by-id --allow-other $ENV{TASK_KEEPMOUNT} --exec ";
     if ($docker_hash)
     {
       $command .= "crunchstat -cgroup-root=/sys/fs/cgroup -cgroup-parent=docker -cgroup-cid=$ENV{TASK_WORK}/docker.cid -poll=10000 ";

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list