Bug 627957
Summary: | condor_configure_pool doesn't ask for parameter value of included feature | ||
---|---|---|---|
Product: | Red Hat Enterprise MRG | Reporter: | Martin Kudlej <mkudlej> |
Component: | wallaby | Assignee: | Robert Rati <rrati> |
Status: | CLOSED ERRATA | QA Contact: | Lubos Trilety <ltrilety> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 1.3 | CC: | iboverma, jneedle, ltoscano, ltrilety, matt, mhusnain, rrati |
Target Milestone: | 2.0 | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | condor-wallaby-client-4.0-1 | Doc Type: | Bug Fix |
Doc Text: |
C: Using condor_configure_pool to add a feature that included a feature with a must_change parameter that doesn't have a value set.
C: The condor_configure_pool tool would not prompt for a value for the must_change parameter
F: The condor_configure_pool tool uses a new api call to better detect must_change params
R: The condor_configure_pool tool will prompt for a value for the must_change parameter
Release Note Entry:
Previously, when condor_configure_pool was used to add a a feature containing a must_change parameter without a value, the condor_configure_pool did not prompt the user to supply the missing value. The condor_configure_pool now uses a new API call to detect must_change parameters and prompts the user in case of a missing must_change parameter.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-06-23 15:39:35 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: | 693778 |
Description
Martin Kudlej
2010-08-27 13:38:51 UTC
ccp will now prompt for parameters from included features. Fixed on master. 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: Using condor_configure_pool to add a feature that included a feature with a must_change parameter that doesn't have a value set. C: The condor_configure_pool tool would not prompt for a value for the must_change parameter F: The condor_configure_pool tool uses a new api call to better detect must_change params R: The condor_configure_pool tool will prompt for a value for the must_change parameter Successfully reproduces on rhel5 x86_64 with condor-wallaby-tools-3.9-3 # condor_configure_pool --default-group -a -f ExecuteNodeDedicatedPreemption Apply these changes [Y/n] ? Configuration applied Create a named snapshot of this configuration [y/N] ? Activate the changes [y/N] ? y Activating configuration. This may take a while, please be patient The configuration is not valid Node: hostname Unset necessary parameters: DEDICATEDSCHEDULER Configuration not activated Tested with:
condor-wallaby-tools-4.0-6
Tested on:
RHEL5 i386,x86_64 - passed
RHEL6 i386,x86_64 - passed
# condor_configure_pool --default-group -a -f ExecuteNodeDedicatedPreemption
Apply these changes [Y/n] ?
The following parameters need to be set for this configuration to be valid.
DEDICATEDSCHEDULER
Set these parameters now ? [y/N]
Electing not to set these parameters now
WARNING: This configuration may not be able to be activated
...
>>> VERIFIED
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,4 +1,8 @@ C: Using condor_configure_pool to add a feature that included a feature with a must_change parameter that doesn't have a value set. C: The condor_configure_pool tool would not prompt for a value for the must_change parameter F: The condor_configure_pool tool uses a new api call to better detect must_change params -R: The condor_configure_pool tool will prompt for a value for the must_change parameter+R: The condor_configure_pool tool will prompt for a value for the must_change parameter + +Release Note Entry: + +Previously, when condor_configure_pool was used to add a a feature containing a must_change parameter without a value, the condor_configure_pool did not prompt the user to supply the missing value. The condor_configure_pool now uses a new API call to detect must_change parameters and prompts the user in case of a missing must_change parameter. Technical note can be viewed in the release notes for 2.0 at the documentation stage here: http://documentation-stage.bne.redhat.com/docs/en-US/Red_Hat_Enterprise_MRG/2.0/html-single/MRG_Release_Notes/index.html#tabl-MRG_Release_Notes-GRID_Update_Notes-RHM_Known_Issues An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2011-0889.html |