[Openstack] live_migration only using 8 Mb speed

2018-08-21 Thread Satish Patel
Folks, I am running openstack queens and hypervisor is kvm, my live migration working fine. but somehow it stuck to 8 Mb network speed and taking long time to migrate 1G instance. I have 10Gbps network and i have tried to copy 10G file between two compute node and it did copy in 2 minute, so i am

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-21 Thread Matthew Thode
On 18-08-22 00:27:08, Satish Patel wrote: > Folks, > > I am running openstack queens and hypervisor is kvm, my live migration > working fine. but somehow it stuck to 8 Mb network speed and taking > long time to migrate 1G instance. I have 10Gbps network and i have > tried to copy 10G file between

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-21 Thread Satish Patel
Matthew, Thanks for reply, Look like i don't have this patch https://review.openstack.org/#/c/591761/ So i have to patch following 3 file manually? nova/tests/unit/virt/libvirt/test_driver.py213 nova/tests/unit/virt/test_virt_drivers.py2 nova/virt/libvirt/driver.py On Wed, Aug 22, 2018 at 12:4

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-21 Thread Matthew Thode
On 18-08-22 01:02:53, Satish Patel wrote: > Matthew, > > Thanks for reply, Look like i don't have this patch > https://review.openstack.org/#/c/591761/ > > So i have to patch following 3 file manually? > > nova/tests/unit/virt/libvirt/test_driver.py213 > nova/tests/unit/virt/test_virt_drivers.py

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-21 Thread Satish Patel
What I need to upgrade, any specific component? I have deployed openstack-ansible Sent from my iPhone > On Aug 22, 2018, at 1:06 AM, Matthew Thode wrote: > >> On 18-08-22 01:02:53, Satish Patel wrote: >> Matthew, >> >> Thanks for reply, Look like i don't have this patch >> https://review.op

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-21 Thread Matthew Thode
On 18-08-22 01:57:17, Satish Patel wrote: > What I need to upgrade, any specific component? > > I have deployed openstack-ansible > > Sent from my iPhone > > > On Aug 22, 2018, at 1:06 AM, Matthew Thode > > wrote: > > > >> On 18-08-22 01:02:53, Satish Patel wrote: > >> Matthew, > >> > >> T

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-22 Thread Satish Patel
Currently in stable/queens i am seeing this sha https://github.com/openstack/openstack-ansible/blob/stable/queens/ansible-role-requirements.yml#L112 On Wed, Aug 22, 2018 at 2:02 AM, Matthew Thode wrote: > On 18-08-22 01:57:17, Satish Patel wrote: >> What I need to upgrade, any specific component?

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-22 Thread Satish Patel
Thanks Matthew, Can i put that sha in my OSA at playbooks/defaults/repo_packages/openstack_services.yml by hand and run playbooks [repo/nova] ? On Wed, Aug 22, 2018 at 10:24 AM, Matthew Thode wrote: > On 18-08-22 08:35:09, Satish Patel wrote: >> Currently in stable/queens i am seeing this sha >>

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-22 Thread Matthew Thode
On 18-08-22 08:35:09, Satish Patel wrote: > Currently in stable/queens i am seeing this sha > https://github.com/openstack/openstack-ansible/blob/stable/queens/ansible-role-requirements.yml#L112 > > On Wed, Aug 22, 2018 at 2:02 AM, Matthew Thode > wrote: > > On 18-08-22 01:57:17, Satish Patel wro

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-22 Thread Matthew Thode
On 18-08-22 10:33:11, Satish Patel wrote: > Thanks Matthew, > > Can i put that sha in my OSA at > playbooks/defaults/repo_packages/openstack_services.yml by hand and > run playbooks [repo/nova] ? > > On Wed, Aug 22, 2018 at 10:24 AM, Matthew Thode > wrote: > > On 18-08-22 08:35:09, Satish Patel

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-22 Thread Satish Patel
Matthew, I have two option looks like, correct me if i am wrong. 1. I have two option, upgrade minor release from 17.0.7-6-g9187bb1 to 17.0.8-23-g0aff517 and upgrade full OSA 2. Just do override as you said "nova_git_install_branch:" in my /etc/openstack_deploy/user_variables.yml file, and run

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-22 Thread Matthew Thode
On 18-08-22 10:58:48, Satish Patel wrote: > Matthew, > > I have two option looks like, correct me if i am wrong. > > 1. I have two option, upgrade minor release from 17.0.7-6-g9187bb1 to > 17.0.8-23-g0aff517 and upgrade full OSA > > 2. Just do override as you said "nova_git_install_branch:" in

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-22 Thread Satish Patel
Mathew, I haven't applied any patch yet but i am noticing in cluster some host migrating VM super fast and some host migrating very slow. Is this known behavior? On Wed, Aug 22, 2018 at 11:28 AM, Matthew Thode wrote: > On 18-08-22 10:58:48, Satish Patel wrote: >> Matthew, >> >> I have two option

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-22 Thread Matthew Thode
On 18-08-22 23:04:57, Satish Patel wrote: > Mathew, > > I haven't applied any patch yet but i am noticing in cluster some host > migrating VM super fast and some host migrating very slow. Is this > known behavior? > > On Wed, Aug 22, 2018 at 11:28 AM, Matthew Thode > wrote: > > On 18-08-22 10:58

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-23 Thread Satish Patel
I'm testing this in lab, no load yet Sent from my iPhone > On Aug 23, 2018, at 2:30 AM, Matthew Thode wrote: > >> On 18-08-22 23:04:57, Satish Patel wrote: >> Mathew, >> >> I haven't applied any patch yet but i am noticing in cluster some host >> migrating VM super fast and some host migrat

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-23 Thread Satish Patel
Matt, I am going to override following in user_variable.yml file in that case do i need to run ./bootstrap-ansible.sh script? ## Nova service nova_git_repo: https://git.openstack.org/openstack/nova nova_git_install_branch: a9c9285a5a68ab89a6543d143c364d90a01cd51c # HEAD of "stable/queens" as of 0

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-23 Thread Matthew Thode
On 18-08-23 14:33:44, Satish Patel wrote: > Matt, > > I am going to override following in user_variable.yml file in that > case do i need to run ./bootstrap-ansible.sh script? > > ## Nova service > nova_git_repo: https://git.openstack.org/openstack/nova > nova_git_install_branch: a9c9285a5a68ab89

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-23 Thread Satish Patel
Matt, I've added "nova_git_install_branch: a9c9285a5a68ab89a6543d143c364d90a01cd51c" in user_variables.yml and run repo-build.yml playbook but it didn't change anything I am inside the repo container and still its showing old timestamp on all nova file and i check all file they seems didn't chang

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-23 Thread Satish Patel
Look like it need all 3 line in user_variables.yml file.. after putting all 3 lines it works!! ## Nova service nova_git_repo: https://git.openstack.org/openstack/nova nova_git_install_branch: a9c9285a5a68ab89a6543d143c364d90a01cd51c # HEAD of "stable/queens" as of 06.08.2018 nova_git_project_group

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-23 Thread Satish Patel
I have upgraded my nova and all nova component got upgrade but still my live_migration running on 8Mbps speed.. what else is wrong here? I am using CentOS 7.5 On Thu, Aug 23, 2018 at 3:26 PM Satish Patel wrote: > > Look like it need all 3 line in user_variables.yml file.. after > putting all 3 l

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-23 Thread Satish Patel
I have updated this bug here something is wrong: https://bugs.launchpad.net/nova/+bug/1786346 After nova upgrade i have compared these 3 files https://review.openstack.org/#/c/591761/ and i am not seeing any change here so look like this is not a complete patch. Are you sure they push this chang

Re: [Openstack] live_migration only using 8 Mb speed

2018-08-23 Thread Satish Patel
Forgive me, by mistake i grab wrong commit and that was the reason i didn't see any changer after applying patch. It works after applying correct version :) Thanks On Thu, Aug 23, 2018 at 6:36 PM Satish Patel wrote: > > I have updated this bug here something is wrong: > https://bugs.launchpad.net