Bug #24285
initial reconfig of v3_7 factory fails after rpm installation
0%
Description
cgWCreate.py was modified for v3_7 to copy in some needed libraries from /usr/lib to the condor tarball sent to the CE.
Unfortunately, the way this was implemented was to first copy them to the unwound condor distribution in /var/gwms-factory/condor, and then wind them up into the condor_bin.tgz created in /var/gwms-factory/web-area during a reconfig. This works if the condor distribution is already present in /var/gwms-factory/condor but can fail during rpm installation.
The part of cgWCreate.py that copies these libraries should be changed to copy the files directly into the reconfiged tarball in /var/gwms-factory/condor.
Related issues
History
#1 Updated by Dennis Box about 1 year ago
- Assignee changed from Dennis Box to Marco Mambelli
- Status changed from New to Feedback
#2 Updated by Dennis Box about 1 year ago
- Target version changed from v3_7 to v3_7_1
#3 Updated by Dennis Box about 1 year ago
- Status changed from Feedback to Work in progress
#4 Updated by Dennis Box about 1 year ago
- Status changed from Work in progress to Feedback
#5 Updated by Dennis Box about 1 year ago
made change to only copy scitokens libs into rhel7 condor tarballs
Please see branch v37/24285 for review
#6 Updated by Marco Mambelli 10 months ago
- Status changed from Feedback to Closed
Not merging this.
The files should come from the downloaded condor tarball, not from the system installation.
See [#24527] for the selected solution.
#7 Updated by Marco Mambelli 10 months ago
- Related to Bug #24527: Condor tarball building broken added
#8 Updated by Marco Mambelli 10 months ago
- Assignee changed from Marco Mambelli to Dennis Box
#9 Updated by Dennis Box 5 months ago
- Status changed from Closed to Resolved