<div dir="ltr">I think that nova --version is the version of the client (not of nova itself).<div><br></div><div>I'm looking at OSAD 16.0.15 to see what it is pulling for nova.</div><div><br></div><div>If I see anything of interest, I'll reply.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jul 25, 2018 at 6:33 AM, Satish Patel <span dir="ltr"><<a href="mailto:satish.txt@gmail.com" target="_blank">satish.txt@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks David,<br>
<br>
[root@ostack-compute-01 ~]# nova --version<br>
9.1.2<br>
<br>
I am using Pike 16.0.15  (My deployment tool is openstack-ansible)<br>
<br>
<br>
What are my option here?<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
On Wed, Jul 25, 2018 at 8:19 AM, David Medberry <<a href="mailto:openstack@medberry.net">openstack@medberry.net</a>> wrote:<br>
> It's not clear what version of Nova you are running but perhaps it is badly<br>
> patched. The 16.x.x (Pike) release of Nova has no<br>
> "migrate_configure_max_speed" but as best I can tell you are running a<br>
> patched version of Nova Pike so it may be inconsistent.<br>
><br>
> This parameter was introduced on 2017-08-24:<br>
> <a href="https://github.com/openstack/nova/commit/23446a9552b5be3b040278646149a0f481d0a005" rel="noreferrer" target="_blank">https://github.com/openstack/<wbr>nova/commit/<wbr>23446a9552b5be3b040278646149a0<wbr>f481d0a005</a><br>
><br>
> That parameter showed up in Queens (not Pike) initially.<br>
><br>
> -d<br>
><br>
> On Tue, Jul 24, 2018 at 11:22 PM, Satish Patel <<a href="mailto:satish.txt@gmail.com">satish.txt@gmail.com</a>> wrote:<br>
>><br>
>> I have openstack with ceph storage setup and trying to test Live<br>
>> migration but somehow it failed and showing following error<br>
>><br>
>> nova.conf<br>
>><br>
>> # ceph rbd support<br>
>> live_migration_uri = "qemu+tcp://%s/system"<br>
>> live_migration_tunnelled = True<br>
>><br>
>> libvirtd.conf<br>
>><br>
>> listen_tls = 0<br>
>> listen_tcp = 1<br>
>> unix_sock_group = "libvirt"<br>
>> unix_sock_ro_perms = "0777"<br>
>> unix_sock_rw_perms = "0770"<br>
>> auth_unix_ro = "none"<br>
>> auth_unix_rw = "none"<br>
>> auth_tcp = "none"<br>
>><br>
>><br>
>> This is the error i am getting, i google it but didn't find any reference<br>
>><br>
>><br>
>><br>
>> ] [instance: 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97] Live migration<br>
>> failed.: AttributeError: 'Guest' object has no attribute<br>
>> 'migrate_configure_max_speed'<br>
>> 2018-07-25 01:00:59.214 9331 ERROR nova.compute.manager [instance:<br>
>> 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97] Traceback (most recent call<br>
>> last):<br>
>> 2018-07-25 01:00:59.214 9331 ERROR nova.compute.manager [instance:<br>
>> 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97]   File<br>
>><br>
>> "/openstack/venvs/nova-16.0.<wbr>16/lib/python2.7/site-<wbr>packages/nova/compute/manager.<wbr>py",<br>
>> line 5580, in _do_live_migration<br>
>> 2018-07-25 01:00:59.214 9331 ERROR nova.compute.manager [instance:<br>
>> 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97]     block_migration,<br>
>> migrate_data)<br>
>> 2018-07-25 01:00:59.214 9331 ERROR nova.compute.manager [instance:<br>
>> 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97]   File<br>
>><br>
>> "/openstack/venvs/nova-16.0.<wbr>16/lib/python2.7/site-<wbr>packages/nova/virt/libvirt/<wbr>driver.py",<br>
>> line 6436, in live_migration<br>
>> 2018-07-25 01:00:59.214 9331 ERROR nova.compute.manager [instance:<br>
>> 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97]     migrate_data)<br>
>> 2018-07-25 01:00:59.214 9331 ERROR nova.compute.manager [instance:<br>
>> 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97]   File<br>
>><br>
>> "/openstack/venvs/nova-16.0.<wbr>16/lib/python2.7/site-<wbr>packages/nova/virt/libvirt/<wbr>driver.py",<br>
>> line 6944, in _live_migration<br>
>> 2018-07-25 01:00:59.214 9331 ERROR nova.compute.manager [instance:<br>
>> 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97]<br>
>> guest.migrate_configure_max_<wbr>speed(<br>
>> 2018-07-25 01:00:59.214 9331 ERROR nova.compute.manager [instance:<br>
>> 2b92ca5b-e433-4ac7-8dc8-<wbr>619c9523ba97] AttributeError: 'Guest' object<br>
>> has no attribute 'migrate_configure_max_speed'<br>
>><br>
>> ______________________________<wbr>_________________<br>
>> Mailing list:<br>
>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
>> Post to     : <a href="mailto:openstack@lists.openstack.org">openstack@lists.openstack.org</a><br>
>> Unsubscribe :<br>
>> <a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack" rel="noreferrer" target="_blank">http://lists.openstack.org/<wbr>cgi-bin/mailman/listinfo/<wbr>openstack</a><br>
><br>
><br>
</div></div></blockquote></div><br></div>