arvados-cli 0.1.20140612141848 → 0.1.20140612144922

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/bin/crunch-job +3 -3
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b0cc7ec46c7b33bc4ab487d1283f7175cf316bf9
4
- data.tar.gz: 969d816b14d0194c90aeab4b52f154db83d8d022
3
+ metadata.gz: aac16aa530ee22fd1a6d1b77afa32055a8b95b36
4
+ data.tar.gz: 252973fb3fc1dd9e066cf5d8c2b1ef06328809d4
5
5
  SHA512:
6
- metadata.gz: b18495dc8e19f58e2412941e357d360da8c72cb1e3ccd23b1a7f6e2fe68140e6f559cb6185eb96e7c0e2978e86d76a2415abe4bd77436a880bdb8e6be2ea98c3
7
- data.tar.gz: 445316ce34e6fa594ba299ebd546bac1f8613819172ed9662573fda91ec4c6addc213a5bde7a25d5c30e7772b1f674e0bf076c86b8f1cbae80e2b55e10e1e5c2
6
+ metadata.gz: 91e068e22a4c541d8b159a07bae9c029436da72c842616d1751dfa4266215d57f2f78fae62a2ee180c9911e9c433019fe81fb7251952c00bfef6b59742d245f7
7
+ data.tar.gz: 083151446857052aef46ef1cb3ad9723474791ec5a608ac0b9e74e28f5455a7e56bdcb4031335a4a4b460f26d2f194885da2dff172753b6db8a6ec58f5fe47d0
data/bin/crunch-job CHANGED
@@ -641,8 +641,8 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
641
641
  $command .= "&& exec arv-mount --allow-other $ENV{TASK_KEEPMOUNT} --exec ";
642
642
  if ($docker_image)
643
643
  {
644
- $command .= "crunchstat -cgroup-parent=/sys/fs/cgroup/lxc -cgroup-cid=$ENV{TASK_WORK}/docker.cid -poll=1000 ";
645
- $command .= "$docker_bin run -i -a stdin -a stdout -a stderr -cidfile=$ENV{TASK_WORK}/docker.cid ";
644
+ $command .= "crunchstat -cgroup-root=/sys/fs/cgroup -cgroup-parent=docker -cgroup-cid=$ENV{TASK_WORK}/docker.cid -poll=10000 ";
645
+ $command .= "$docker_bin run -i -a stdin -a stdout -a stderr --cidfile=$ENV{TASK_WORK}/docker.cid ";
646
646
  # Dynamically configure the container to use the host system as its
647
647
  # DNS server. Get the host's global addresses from the ip command,
648
648
  # and turn them into docker --dns options using gawk.
@@ -661,7 +661,7 @@ for (my $todo_ptr = 0; $todo_ptr <= $#jobstep_todo; $todo_ptr ++)
661
661
  }
662
662
  $command .= "\Q$docker_image\E ";
663
663
  } else {
664
- $command .= "crunchstat -cgroup-path=/sys/fs/cgroup "
664
+ $command .= "crunchstat -cgroup-root=/sys/fs/cgroup -poll=10000 "
665
665
  }
666
666
  $command .= "stdbuf -o0 -e0 ";
667
667
  $command .= "$ENV{CRUNCH_SRC}/crunch_scripts/" . $Job->{"script"};
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arvados-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.20140612141848
4
+ version: 0.1.20140612144922
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arvados Authors
@@ -146,7 +146,7 @@ dependencies:
146
146
  - - "~>"
147
147
  - !ruby/object:Gem::Version
148
148
  version: '0.8'
149
- description: This is the Arvados SDK CLI gem, git revision 6089a56c4a50d48f87d6c43ec505863abdaeec6a
149
+ description: This is the Arvados SDK CLI gem, git revision 557b0b0e61a16c098785f66e5f10b0b72973d822
150
150
  email: gem-dev@curoverse.com
151
151
  executables:
152
152
  - arv