Comment 40 for bug 1560965

Revision history for this message
David Worth (throwsb) wrote :

Hi,

I am a newbie to Openstack and I am setting up a lab environment using Openstack-ansible (OSA)for deployment of Pike. I am not sure if what I am running into is related to this bug. I originally thought I was hitting an iscsi issue, but as I went through this thread, it seems to be related.

On initial deploy, I was able to spin up a new instances from image. However things stopped working. The only thing I can think of is something was updated during OSA redeployment.

Some of what I am seeing in the nova-compute log are as follows:

Mar 2 23:29:33 helos-lab02 nova-compute: 2018-03-02 23:29:28.441 21738 WARNING nova.virt.libvirt.driver [req-1242c3fb-0d01-47a3-b7e8-8771844b2563 579c0308bcae43c0a4ca35d6d74bfd83 d861d0fa304647a083da0ae95c2241fe - default default] [instance: 3d457dd7-2992-4d0f-9fbd-2806c71cb654] Ignoring supplied device name: /dev/vda. Libvirt can't honour user-supplied dev names
Mar 2 23:29:33 helos-lab02 nova-compute: 2018-03-02 23:29:28.592 21738 INFO nova.virt.block_device [req-1242c3fb-0d01-47a3-b7e8-8771844b2563 579c0308bcae43c0a4ca35d6d74bfd83 d861d0fa304647a083da0ae95c2241fe - default default] [instance: 3d457dd7-2992-4d0f-9fbd-2806c71cb654] Booting with blank volume at /dev/vda
Mar 2 23:29:33 helos-lab02 nova-compute: 2018-03-02 23:29:30.990 21738 INFO nova.virt.libvirt.driver [req-1242c3fb-0d01-47a3-b7e8-8771844b2563 579c0308bcae43c0a4ca35d6d74bfd83 d861d0fa304647a083da0ae95c2241fe - default default] [instance: 3d457dd7-2992-4d0f-9fbd-2806c71cb654] Creating image
Mar 2 23:29:33 helos-lab02 nova-compute: 2018-03-02 23:29:31.001 21738 INFO os_brick.initiator.connectors.iscsi [req-1242c3fb-0d01-47a3-b7e8-8771844b2563 579c0308bcae43c0a4ca35d6d74bfd83 d861d0fa304647a083da0ae95c2241fe - default default] Trying to connect to iSCSI portal 192.168.60.12:3260
Mar 2 23:29:33 helos-lab02 nova-compute: 2018-03-02 23:29:31.055 21738 WARNING os_brick.initiator.connectors.iscsi [req-1242c3fb-0d01-47a3-b7e8-8771844b2563 579c0308bcae43c0a4ca35d6d74bfd83 d861d0fa304647a083da0ae95c2241fe - default default] Couldn't find iscsi sessions because iscsiadm err: iscsiadm: No active sessions.
Mar 2 23:29:53 helos-lab02 nova-compute: 2018-03-02 23:29:44.941 21738 INFO os_brick.initiator.connectors.iscsi [req-1242c3fb-0d01-47a3-b7e8-8771844b2563 579c0308bcae43c0a4ca35d6d74bfd83 d861d0fa304647a083da0ae95c2241fe - default default] Trying to connect to iSCSI portal 192.168.60.12:3260
Mar 2 23:29:53 helos-lab02 nova-compute: 2018-03-02 23:29:44.993 21738 WARNING os_brick.initiator.connectors.iscsi [req-1242c3fb-0d01-47a3-b7e8-8771844b2563 579c0308bcae43c0a4ca35d6d74bfd83 d861d0fa304647a083da0ae95c2241fe - default default] Couldn't find iscsi sessions because iscsiadm err: iscsiadm: No active sessions.
Mar 2 23:29:53 helos-lab02 nova-compute: : VolumeDeviceNotFound: Volume device not found at .

The task would die and I would get a host not found error in horizon. I tried using the patch in 20 as well as eblocks update above, and neither worked. I saw the js file at 2 locations for horizons:

/openstack/venvs/horizon-16.0.8/lib/python2.7/site-packages/openstack_dashboard/dashboards/project/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.js
/openstack/venvs/horizon-16.0.8/lib/python2.7/site-packages/static/dashboard/project/workflow/launch-instance/launch-instance-model.service.js

I would be grateful for any help.

Thanks
David