[ARVADOS] updated: 1ba39510d4612de5e85fb6422f00e31ad82e3adc
Git user
git at public.curoverse.com
Fri Sep 1 16:09:21 EDT 2017
Summary of changes:
services/nodemanager/arvnodeman/computenode/driver/ec2.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via 1ba39510d4612de5e85fb6422f00e31ad82e3adc (commit)
from b13876638cf57b400bd59513a0a1811b3d2993a1 (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 1ba39510d4612de5e85fb6422f00e31ad82e3adc
Author: Lucas Di Pentima <ldipentima at veritasgenetics.com>
Date: Fri Sep 1 17:06:54 2017 -0300
12055: Avoid RAM exhaustion on bootup by asking AWS only the AMI
list owned by 'self'. refs #9223 #12163
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <ldipentima at veritasgenetics.com>
diff --git a/services/nodemanager/arvnodeman/computenode/driver/ec2.py b/services/nodemanager/arvnodeman/computenode/driver/ec2.py
index d204d7a..9300645 100644
--- a/services/nodemanager/arvnodeman/computenode/driver/ec2.py
+++ b/services/nodemanager/arvnodeman/computenode/driver/ec2.py
@@ -60,7 +60,7 @@ class ComputeNodeDriver(BaseComputeNodeDriver):
driver_class)
def _init_image_id(self, image_id):
- return 'image', self.search_for(image_id, 'list_images')
+ return 'image', self.search_for(image_id, 'list_images', ex_owner='self')
def _init_security_groups(self, group_names):
return 'ex_security_groups', [
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list