Hide Forgot
Description of problem: The goal of the deployment is to install an overcloud HA environment with: - 3 controllers - 2 computes - 3 Ceph storage nodes (1 disk as root, 10 for OSDs and 1 for journaling) The deployment failed at the stage of the deployment of the Ceph storage node. Attached: - templates directory - heat-engine.log Version-Release number of selected component (if applicable): openstack-tripleo-heat-templates-5.0.0-0.20160929150845.4cdc4fc.el7ost.noarch How reproducible: 100% (tried twice) Steps to Reproduce: Deploy the Overcloud with the following command (see the templates dir) openstack overcloud deploy \ --templates \ -e /usr/share/openstack-tripleo-heat-templates/environments/puppet-pacemaker.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/network-isolation.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/network-environment.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/net-two-nic-with-vlans.yaml \ -e /usr/share/openstack-tripleo-heat-templates/environments/ceph-internal.yaml \ --control-flavor control \ --control-scale 3 \ --ceph-storage-flavor ceph-storage \ --ceph-storage-scale 3 \ --compute-flavor compute \ --compute-scale 3 \ --libvirt-type qemu \ --ntp-server clock.redhat.com Actual results: The deployment failed with the ceph osd tree looks like this ID WEIGHT TYPE NAME UP/DOWN REWEIGHT PRIMARY-AFFINITY -1 0.29279 root default -2 0.09760 host overcloud-cephstorage-1 0 0.09760 osd.0 up 1.00000 1.00000 -3 0.09760 host overcloud-cephstorage-0 1 0.09760 osd.1 up 1.00000 1.00000 -4 0.09760 host overcloud-cephstorage-2 2 0.09760 osd.2 up 1.00000 1.00000 Expected results: The deployment should be successful with 10 OSDs on each storage node Additional info:
Created attachment 1208149 [details] openstack-tripleo-heat-templates dir
Created attachment 1208150 [details] heat-engine.log
this sounds like a duplicate of https://bugzilla.redhat.com/show_bug.cgi?id=1304401#c9 could you attach the output of: # sudo ceph-disk list from a ceph-storage node?