[Rdo-list] Overcloud deploy stuck for a long time

Dan Sneddon dsneddon at redhat.com
Mon Oct 12 20:25:06 UTC 2015


On 10/12/2015 08:10 AM, Tzach Shefi wrote:
> Hi,
> 
> Server running centos 7.1, vm running for undercloud got up to
> overcloud deploy stage.
> It looks like its stuck nothing advancing for a while.
> Ideas, what to check?
> 
> [stack at instack ~]$ openstack overcloud deploy --templates
> Deploying templates in the directory
> /usr/share/openstack-tripleo-heat-templates
> [91665.696658] device vnet2 entered promiscuous mode
> [91665.781346] device vnet3 entered promiscuous mode
> [91675.260324] kvm [71183]: vcpu0 disabled perfctr wrmsr: 0xc1 data 0xffff
> [91675.291232] kvm [71200]: vcpu0 disabled perfctr wrmsr: 0xc1 data 0xffff
> [91767.799404] kvm: zapping shadow pages for mmio generation wraparound
> [91767.880480] kvm: zapping shadow pages for mmio generation wraparound
> [91768.957761] device vnet2 left promiscuous mode
> [91769.799446] device vnet3 left promiscuous mode
> [91771.223273] device vnet3 entered promiscuous mode
> [91771.232996] device vnet2 entered promiscuous mode
> [91773.733967] kvm [72245]: vcpu0 disabled perfctr wrmsr: 0xc1 data 0xffff
> [91801.270510] device vnet2 left promiscuous mode
> 
> 
> Thanks
> Tzach
> 
> 
> _______________________________________________
> Rdo-list mailing list
> Rdo-list at redhat.com
> https://www.redhat.com/mailman/listinfo/rdo-list
> 
> To unsubscribe: rdo-list-unsubscribe at redhat.com
> 

You're going to need a more complete command line than "openstack
overcloud deploy --templates". For instance, if you are using VMs for
your overcloud nodes, you will need to include "--libvirt-type qemu".
There are probably a couple of other parameters that you will need.

You can watch the deployment using this command, which will show you
the progress:

watch "heat resource-list -n 5 | grep -v COMPLETE"

You can also explore which resources have failed:

heat resource-list [-n 5]| grep FAILED

And then look more closely at the failed resources:

heat resource-show overcloud <resource>

There are some more complete troubleshooting instructions here:

http://docs.openstack.org/developer/tripleo-docs/troubleshooting/troubleshooting-overcloud.html

-- 
Dan Sneddon         |  Principal OpenStack Engineer
dsneddon at redhat.com |  redhat.com/openstack
650.254.4025        |  dsneddon:irc   @dxs:twitter




More information about the dev mailing list