Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 513046

Summary: EC2e job not routed correctly on if submit node is an executor
Product: Red Hat Enterprise MRG Reporter: Luigi Toscano <ltoscano>
Component: Grid_User_GuideAssignee: Lana Brindley <lbrindle>
Status: CLOSED CURRENTRELEASE QA Contact: MRG Quality Engineering <mrgqe-bugs>
Severity: low Docs Contact:
Priority: low    
Version: 1.1CC: matt, mhideo, rrati
Target Milestone: 1.2Keywords: Documentation
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-08-13 02:35:57 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Luigi Toscano 2009-07-21 18:47:29 UTC
Description of problem:
In a condor pool configured to handle EC2e jobs, if the submit node is also an execute node, EC2e jobs are executed locally.

How reproducible:
Always

Steps to Reproduce:
1. Configure a a condor node as a submit node (handling also EC2e jobs) and an execute node.
2. Submit a simple EC2e job (see sec 10.3 of the MRG Grid User Guide)
  
Actual results:
The job is executed locally.

Expected results:
The job should be routed to the Amazon EC2 cluster.

Comment 1 Robert Rati 2009-08-10 22:00:25 UTC
In section 11.3 Submitting a Job, need to mention that EC2E has certain requirements for submitted jobs.  The requirements in the submit file need to include "WantJR =!= true" to ensure that job is only routed to the Amazon Web Services.  Typically, you would want the requirements field to be something like:

requirements = (WantJR =!= true) && (other_job_requirements)

Also, change the example from:

requirements = Arch == "INTEL"

To:

requirements = (WantJR =!= true) && (Arch == "INTEL")

Comment 2 Lana Brindley 2009-08-13 02:35:57 UTC
Done.

LKB