Bug 1036006

Summary: oo-admin-ctl-gears with options startall/restartall/waited-startall show "Could not determine gear information"
Product: OpenShift Online Reporter: Liang Xia <lxia>
Component: ContainersAssignee: Jhon Honce <jhonce>
Status: CLOSED CURRENTRELEASE QA Contact: libra bugs <libra-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.xCC: zhewang
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: 2014-01-30 00:51:19 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:

Description Liang Xia 2013-11-29 07:43:52 UTC
Description of problem:
Use oo-admin-ctl-gears to startall/restartall/waited-startall all gears, show:
# oo-admin-ctl-gears startall
Starting gear 139809250519727755755520... [ FAILED ]
      Could not determine gear information for: 139809250519727755755520
...
# oo-admin-ctl-gears restartall
Restarting gear 696060936115002108018688... [ FAILED ]
      Could not determine gear information for: 696060936115002108018688
...
# oo-admin-ctl-gears waited-startall
Starting gear 529820202d4464f04200029f... [ FAILED ]
      Could not determine gear information for: 529820202d4464f04200029f
...
But stopall/forcestopall/status does not show this error.

Version-Release number of selected component (if applicable):
devenv_4083

How reproducible:
always

Steps to Reproduce:
1.Create some apps.
2.Try to use oo-admin-ctl-gears startall/restartall/waited-startall
3.

Actual results:
As in description.

Expected results:
Can control gears without errors.

Additional info:

Comment 1 openshift-github-bot 2013-12-02 21:01:48 UTC
Commit pushed to master at https://github.com/openshift/origin-server

https://github.com/openshift/origin-server/commit/ae9948596fe617a71cdf92dfbb0691a5943d379d
Bug 1036006 - oo-admin-ctl-gears *startall commands fail

Comment 2 Liang Xia 2013-12-03 06:58:07 UTC
Verified on devenv_4088. The error message in description has gone.


...restartall...
Restarting gear a4741bb85be611e3a00612313b022183... [ OK ]
Restarting gear 529d7e477967110a67000002... [ OK ]
Restarting gear 336799504046924498993152... [ OK ]
Restarting gear 529d7e467967115f5a000040... [ OK ]


...waited-startall...
Starting gear a4741bb85be611e3a00612313b022183... [ OK ]
Starting gear 336799504046924498993152... [ OK ]
Starting gear 529d7e477967110a67000002... [ OK ]
Starting gear 529d7e467967115f5a000040... [ OK ]

Comment 3 Zhe Wang 2013-12-03 10:40:54 UTC
Also verified in devenv-stage_600:

[root@ip-10-245-193-183 ~]# oo-admin-ctl-gears restartall
Restarting gear 529db3fc960879be49000001... [ OK ]
Restarting gear 529db4a4960879be49000053... [ OK ]
Restarting gear 529db35f960879791f000007... [ OK ]
Restarting gear 529db43a960879be49000022... [ OK ]

[root@ip-10-245-193-183 ~]# oo-admin-ctl-gears waited-startall
Starting gear 529db43a960879be49000022... [ OK ]
Starting gear 529db35f960879791f000007... [ OK ]
Starting gear 529db3fc960879be49000001... [ OK ]
Starting gear 529db4a4960879be49000053... [ OK ]