Bug 892781
Summary: | Race condition adding multiple SSH keys to gears | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Miciah Dashiel Butler Masters <mmasters> |
Component: | Containers | Assignee: | Miciah Dashiel Butler Masters <mmasters> |
Status: | CLOSED ERRATA | QA Contact: | libra bugs <libra-bugs> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 1.0.1 | CC: | bleanhar, bmeng, jhou, libra-onpremise-devel, lmeyer, ramr, xjia |
Target Milestone: | --- | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | 876942 | Environment: | |
Last Closed: | 2013-01-31 20:34:25 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: | 876942 | ||
Bug Blocks: |
Description
Miciah Dashiel Butler Masters
2013-01-07 20:20:44 UTC
This should ship with the next RC build. Version: http://download.lab.bos.redhat.com/rel-eng/OpenShiftEnterprise/1.1/2013-01-16.1 Verify: Create 10 apps, and add 6 ssh-key. Then check the key's number on broker and node. [root@broker openshift]# find . -name authorized_keys -print0 | xargs -0 grep jia | wc -l 24 [root@broker openshift]# ssh node1 root@node1's password: Last login: Thu Jan 17 04:54:38 2013 from vm-188-59-4-10.ose.phx2.redhat.com [root@node1 ~]# cd /var/lib/openshift/ [root@node1 openshift]# find . -name authorized_keys -print0 | xargs -0 grep jia | wc -l 36 24+36=60 Six ssh-keys: jiaclient1 AAAB3Nza..U+h7RHJJ Delete jiaclient2 AAAB3Nza..IXQBhESJ Delete jiaclient3 AAAB3Nza..pdWRdwg5 Delete jiaclient4 AAAB3Nza..GLPRkcKF Delete jiaclient AAAB3Nza..xIqWXxW7 Delete jiaclient5 AAAB3Nza..7wImUBWl Delete Ten apps: App @ http://app-jia.test.com/ App1 @ http://app1-jia.test.com/ App2 @ http://app2-jia.test.com/ App3 @ http://app3-jia.test.com/ App4 @ http://app4-jia.test.com/ App5 @ http://app5-jia.test.com/ App6 @ http://app6-jia.test.com/ App7 @ http://app7-jia.test.com/ App8 @ http://app8-jia.test.com/ App9 @ http://app9-jia.test.com/ 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-0220.html |