Bug 759433
Summary: | OpenMPI job fails when sshd.sh putting identity keys back. | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Daniel Horák <dahorak> | ||||
Component: | condor | Assignee: | Timothy St. Clair <tstclair> | ||||
Status: | CLOSED ERRATA | QA Contact: | Daniel Horák <dahorak> | ||||
Severity: | unspecified | Docs Contact: | |||||
Priority: | unspecified | ||||||
Version: | 2.1 | CC: | ltoscano, matt, mkudlej, tstclair | ||||
Target Milestone: | 2.1.1 | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | condor-7.6.5-0.9 | Doc Type: | Bug Fix | ||||
Doc Text: |
C: Run an OpenMPI/parallel universe job
C: condor_chirp will fail to write file
F: condor_chirp was using relative paths vs. absolute
R: Parallel universe jobs run to completion
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2012-02-06 18:18:29 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: | |||||||
Bug Depends On: | |||||||
Bug Blocks: | 765607 | ||||||
Attachments: |
|
Description
Daniel Horák
2011-12-02 11:33:31 UTC
After small probing it's look like condor_chirp don't like absolute path for remote file. If I change this line in /usr/libexec/condor/sshd.sh (around line 69): $CONDOR_CHIRP put -perm 0700 $idkey $_CONDOR_REMOTE_SPOOL_DIR/$_CONDOR_PROCNO.key to: $CONDOR_CHIRP put -perm 0700 $idkey $_CONDOR_PROCNO.key key is correctly putted to central manager machine (to /var/lib/condor/0.key. Created attachment 539618 [details] Configuration and OpenMPI job (to comment 0) Could you verify this exists in condor-7.6.5-0.9. This could be related to https://condor-wiki.cs.wisc.edu/index.cgi/tktview?tn=2630. Which should be in the afore mentioned build. On RHEL 5.7 i386 with condor-7.6.5-0.9.el5.i386 it is OK (ssh keys are correctly putted to CM). Fixed upstream. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: C: Run an OpenMPI/parallel universe job C: condor_chirp will fail to write file F: condor_chirp was using relative paths vs. absolute R: Parallel universe jobs run to completion Verified on all platforms: RHEL 5.7 and RHEL 6.2 - i386 and x86_64: - identity keys are correctly putted back, - in output and error file is no error (relevant to this BZ). Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-0100.html |