depolyment stuck at 29%

Asked by Big Ben

Hi,

I'm installing an environment using Mirantis 5.1, two nodes added to the environment. network verification passed ok, but the deployment stuck at 29%.

The last log message I can see is from "in-target" on the node, like below

2015-02-06 15:20:37 NOTICE update-initramfs: Generating /boot/initrd.img-3.2.0-65-generic
2015-02-06 15:20:30 NOTICE update-initramfs: Generating /boot/initrd.img-3.11.0-18-generic
2015-02-06 15:20:30 NOTICE W: You may want to run apt-get update to correct these problems
2015-02-06 15:20:30 NOTICE W: Duplicate sources.list entry http://192.168.0.2/ubuntu/fuelweb/x86_64/ precise/main i386 Packages (/var/lib/apt/lists/192.168.0.2:8080_ubuntu_fuelweb_x86%5f64_dists_precise_main_binary-i386_Packages)

Checking the task list, "provision" reached 100% but stuck there and keep in "running" state.

[root@fuel ~]# fuel task list
id | status | name | cluster | progress | uuid
---|---------|-----------------|---------|----------|-------------------------------------
52 | ready | verify_networks | 4 | 100 | b26614b4-c05e-44da-8314-a351d3a359f4
53 | ready | check_dhcp | 4 | 100 | 9dc2a2e7-d5ff-471f-9a9f-714006de2fe1
58 | running | deployment | 4 | 0 | 9c3d786f-b95e-4202-9ed0-0c91fba0e468
57 | running | provision | 4 | 100 | 476d7236-abf0-40ae-bd94-53f93674161c
54 | running | deploy | 4 | 29 | ccbcd629-b879-4f7e-9a21-c15e19f98d84
59 | ready | dump | None | 100 | 03029456-3358-4eae-bf60-4d2f97394dbb

Tried to kill the running provision task, then depolyment fails.

How can I make the deployment continue?

Question information

Language:
English Edit question
Status:
Solved
For:
Fuel for OpenStack Edit question
Assignee:
No assignee Edit question
Solved by:
Big Ben
Solved:
Last query:
Last reply:
Revision history for this message
Fabrizio Soppelsa (fsoppelsa) said :
#1

Hello Big Ben,
I would control if one node didn't correctly PXE boot. Can you retry and check this?

Best regards,
Fabrizio
Mirantis Fuel Team

Revision history for this message
Big Ben (bigben80) said :
#2

Hello Fabrizio,

Thank you for looking into my question!

Tried following scenarios, but none of them works.
1. reboot the node
2. replace the node with another hardware
3. remove the node from environment, and add another 2 nodes(as CIC and compute node)

all of these above scenarios stop at exactly the same place. that's 29% in the deployment process bar, and "update-initramfs" from the node(s) log.

//BR
Jia Li

Revision history for this message
Fabrizio Soppelsa (fsoppelsa) said :
#3

Hi Jia Li,

did you download the Fuel 5.1 ISO from software.mirantis.com or is it some nightly build (community)?

Best,
Fabrizio.

Revision history for this message
Big Ben (bigben80) said :
#4

Hi Fabrizio,

It's a Fuel 5.1 ISO I downloaded, not a nightly build.

//BR
Jia Li

Revision history for this message
Big Ben (bigben80) said :
#5

I fixed the problem eventally.

when depoly reach 29%, the OS installation on each node finish, node will be restarted and if everything is ok, openstack installation will start.

The nodes I used are headless blade, during node restart the boot sequence somehow changed by itself, and the node just hanging there, not trying to boot from PXE or local disk. that cause the openstack installation time out.