Bug 836483
Summary: | rhc domain status always fail | ||
---|---|---|---|
Product: | OKD | Reporter: | Jianwei Hou <jhou> |
Component: | oc | Assignee: | Fotios Lindiakos <fotios> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | high | ||
Version: | 2.x | CC: | daobrien, jizhao, jkeck, rmillner, xtian |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2012-08-07 20:42:15 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: |
Description
Jianwei Hou
2012-06-29 08:28:25 UTC
This still appears in 0.95.7 but apparently not in 94.4 *** Bug 838505 has been marked as a duplicate of this bug. *** ArgumentError: too few arguments This appears to be a few different issues, but I think I got them all. I ran across some other issues that may or may not have been related. Fixes are here: https://github.com/openshift/os-client-tools/pull/97 tested on dev-stage_223 ruby 1.8.7 rhc-0.95.13 still have the above problem. I compared /usr/lib/ruby/gems/1.8/gems/rhc-0.95.13/bin/rhc-chk with committed code in https://github.com/openshift/os-client-tools/pull/97, and they are different. Then I replaced /usr/lib/ruby/gems/1.8/gems/rhc-0.95.13/bin/rhc-chk with the new fix and the problem is gone now. Since the fixes are not deployed into our lates CLI, I will keep this bug as ON_QA untill it is deployed in our new CLI next time. Will test it tomorrow after the pull request is merged verified on stage CLI: rhc-0.95.14 ruby 1.8.7 steps: 1.eval `ssh-agent` 2.ssh-add ~/.ssh/id_rsa 3.rhc-chk or rhc domain status Loaded suite /usr/bin/rhc-chk Started ....... Finished in 9.025879 seconds. 7 tests, 9 assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications 100% passed 0.78 tests/s, 1.00 assertions/s check passed fixed in rhc-0.95.14 |