Bug 1036006 - oo-admin-ctl-gears with options startall/restartall/waited-startall show "Could not determine gear information"
Summary: oo-admin-ctl-gears with options startall/restartall/waited-startall show "Cou...
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: OpenShift Online
Classification: Red Hat
Component: Containers
Version: 2.x
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Jhon Honce
QA Contact: libra bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-11-29 07:43 UTC by Liang Xia
Modified: 2015-05-14 23:33 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-01-30 00:51:19 UTC
Target Upstream Version:


Attachments (Terms of Use)

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 ]


Note You need to log in before you can comment on or make changes to this bug.