[ARVADOS] updated: c112d8551b75514b9ccbde44ee3e37904051dbb1
git at public.curoverse.com
git at public.curoverse.com
Tue Nov 17 23:09:04 EST 2015
Summary of changes:
sdk/cli/bin/crunch-job | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c112d8551b75514b9ccbde44ee3e37904051dbb1 (commit)
from f4d556b93687fc915897c9cec97afebd7b86572e (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 c112d8551b75514b9ccbde44ee3e37904051dbb1
Author: Peter Amstutz <peter.amstutz at curoverse.com>
Date: Tue Nov 17 23:07:14 2015 -0500
3137: Add --stats to arv-mount in crunch-job
diff --git a/sdk/cli/bin/crunch-job b/sdk/cli/bin/crunch-job
index 28da66d..fcaef36 100755
--- a/sdk/cli/bin/crunch-job
+++ b/sdk/cli/bin/crunch-job
@@ -896,7 +896,7 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
.q{&& SWAP=$(awk '($1 == "SwapTotal:"){print $2}' </proc/meminfo) }
."&& MEMLIMIT=\$(( (\$MEM * 95) / ($ENV{CRUNCH_NODE_SLOTS} * 100) )) "
."&& let SWAPLIMIT=\$MEMLIMIT+\$SWAP ";
- $command .= "&& exec arv-mount --by-pdh --allow-other $ENV{TASK_KEEPMOUNT} --exec ";
+ $command .= "&& exec arv-mount --by-pdh --stats --allow-other $ENV{TASK_KEEPMOUNT} --exec ";
if ($docker_hash)
{
my $containername = "$Jobstep->{arvados_task}->{uuid}-$Jobstep->{failures}";
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list