Bug 1073604
| Summary: | ApplicationsController#create raisedMCollective::DDLValidationError: Cannot validate input uid: value should be a number | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Luke Meyer <lmeyer> |
| Component: | Node | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.0.0 | CC: | bleanhar, cryan, dmcphers, jforrest, jhou, jialiu, libra-onpremise-devel |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Cause:
Minor bug in the rubygem-openshift-origin-msg-broker-mcollective package.
Consequence:
Under certain circumstances a DDL validation error could be raised by our MCollective agent.
Fix:
Ensure that the argument passed to the MCollective agent has the correct type.
Result:
The openshift-broker service will need to be restarted after this fix is installed. The ruby193-mcollective service on the Nodes will have to be restarted.
|
Story Points: | --- |
| Clone Of: | 1039641 | Environment: | |
| Last Closed: | 2014-03-18 15:06:22 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: | 1039641 | ||
| Bug Blocks: | |||
|
Description
Luke Meyer
2014-03-06 19:07:49 UTC
Reproduce steps: 1. Set "DISTRICTS_MAX_CAPACITY=1" in /etc/openshift/plugins.d/openshift-origin-msg-broker-mcollective.conf 2. Re-start openshift-broker service. 3. Create a district, add a node to it. 4. On node, add a test user with gid=1000 using useradd command. 5. Create app. Rest this bug with the above steps, though this issue is fixed, will introduce a new bug. https://bugzilla.redhat.com/show_bug.cgi?id=1047957 So need pick the following patch to Enterprise. https://github.com/openshift/origin-server/commit/305277c8f3d101b2fde4e75d30739f6e183a6912 Verified this bug with 2.0.z/2014-03-14.1 puddle, and PASS. Follow the steps mentioned in comment 6. # rhc app create phpapp php -p redhat -l jialiu Using php-5.3 (PHP 5.3) for 'php' Application Options ------------------- Domain: jialiu Cartridges: php-5.3 Gear Size: default Scaling: no Creating application 'phpapp' ... Unable to complete the requested operation due to: uid could not be reserved in target district '5322c37596511dbba5000001'. Please ensure the target district has available capacity.. Reference ID: 34a1a547fe055316d6cd87bd63e5d2fc 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/RHBA-2014-0309.html |