Build images freezes on infinite time
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
fuel-ccp |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Steps to reproduce:
1) Download ccpinstaller and microservices
2) Install microservices:
#cd ~/fuel-ccp && pip install .
3) Create local registry:
#kubectl create -f ~/fuel-
#kubectl create -f ~/fuel-
4) Build images and push its into local registry:
#mcp-microservices --images-
Expected result:
Built images
Actual result:
The command freezes on infinite state (near 14 hours).
The last log output is:
2016-07-20 18:26:28.261 3623 INFO microservices.build [-] glance-base: Running setup.py install for simplegeneric: finished with status 'done' (See the attached LOG file)
The list of images:
http://
The host state:
http://
tags: | added: fuel-ccp |
Changed in fuel-ccp: | |
assignee: | nobody → Fuel CCP Bug Team (fuel-ccp-bugs) |
Changed in fuel-ccp: | |
status: | Incomplete → New |
Changed in fuel-ccp: | |
status: | New → Confirmed |
log_strase.tar.gz - contains logs with strace.
As workaround was found parameter "--builder-workers 1"
for mcp-microservices ...