Bug 850555
| Summary: | RFE Add new -expand option to condor_config_val | ||
|---|---|---|---|
| Product: | Red Hat Enterprise MRG | Reporter: | Timothy St. Clair <tstclair> |
| Component: | condor | Assignee: | Timothy St. Clair <tstclair> |
| Status: | CLOSED ERRATA | QA Contact: | Tomas Rusnak <trusnak> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | Development | CC: | esammons, matt, mkudlej, trusnak, tstclair |
| Target Milestone: | 2.3 | Keywords: | FutureFeature, Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | condor-7.8.2-0.2 | Doc Type: | Rebase: Enhancements Only |
| Doc Text: |
Important: if this rebase also contains *bug fixes* (or contains only bug fixes), select the correct option from the Doc Type drop-down list.
Rebase package(s) to version:
condor-7.8 series
Highlights and notable enhancements:
When both -dump and -expand options are specified to 'condor_config_val', all configuration variables are expanded before they are printed out.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-03-06 18:45:18 UTC | Type: | Bug |
| 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: | 845292 | ||
|
Description
Timothy St. Clair
2012-08-21 20:11:22 UTC
# condor_config_val -expand -dump | grep -i schedd.plugins
SCHEDD.PLUGINS = /usr/lib64/condor/plugins/MgmtScheddPlugin-plugin.so, /usr/lib64/condor/plugins/AviaryScheddPlugin-plugin.so
# condor_config_val -dump | grep -i schedd.plugins
SCHEDD.PLUGINS = $(LIB)/plugins/MgmtScheddPlugin-plugin.so, $(LIB)/plugins/AviaryScheddPlugin-plugin.so
Configuration variables was expanded as expected.
>>> VERIFIED
condor-7.8.8-0.1 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-2013-0564.html |