| Summary: | oo-admin-clear-pending-ops fails to clear operations for SSH keys | ||
|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Sten Turpin <sten> |
| Component: | Pod | Assignee: | Abhishek Gupta <abhgupta> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | libra bugs <libra-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.x | CC: | jhou, twiest |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-09-19 16:51:24 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: | |
The actual issue turned out to be that in PROD the add/remove ssh key user ops were not being cleared. This was due to a change made in the previous release that prevent user ops from being marked completed and deleted. The fix has been made earlier in this sprint. This is a bug caused by bug 1005631, which is fixed earlier this sprint. Have verified on devenv-stage_475, the pending_ops can be cleared successfully. [root@ip-10-238-145-84 ~]# oo-admin-clear-pending-ops -t 0 0 applications were cleaned up. 1 users were cleaned up. 0 domains were cleaned up. |
Description of problem: oo-admin-clear-pending-ops logging lots of add_ssh_key operations Version-Release number of selected component (if applicable): openshift-origin-broker-util-1.13.11-1.el6oso.noarch How reproducible: often, on STG and PROD Steps to Reproduce: 1. run oo-admin-clear-pending-ops Actual results: Failed to clear op for user ([email redacted]) - #<PendingUserOps _id: 52168e82dbd93c7f28000206, _type: nil, created_at: 2013-08-22 22:19:46 UTC, updated_at: 2013-08-22 22:19:46 UTC, op_type: :add_ssh_key, state: "queued", arguments: {"_id"=>"52168e82dbd93c7f28000207", "type"=>"ssh-rsa", "name"=>"default", "content"=>"[ssh key redacted]", "_type"=>"UserSshKey"}, on_domain_ids: ["52168e472587c84b5c000382"], completed_domain_ids: [], on_completion_method: nil> Expected results: Additional info: We're encountering dozens - hundreds of these messages when running clear-pending-ops, more log data is available