Activity log for bug #1564393

Date Who What changed Old value New value Message
2016-03-31 12:47:19 Kristina Berezovskaia bug added bug
2016-03-31 12:57:04 Sergey Nikitin mos: status New Confirmed
2016-04-01 13:14:05 Roman Podoliaka tags feature-cpu-pinning area-nova feature-cpu-pinning
2016-04-18 18:02:13 Roman Podoliaka mos: assignee MOS Nova (mos-nova) Sergey Nikitin (snikitin)
2016-04-19 09:17:41 Fuel Devops McRobotson mos/10.0.x: importance Undecided High
2016-04-19 09:17:41 Fuel Devops McRobotson mos/10.0.x: status New Confirmed
2016-04-19 09:17:41 Fuel Devops McRobotson mos/10.0.x: milestone 10.0
2016-04-19 09:17:41 Fuel Devops McRobotson mos/10.0.x: assignee Sergey Nikitin (snikitin)
2016-05-19 10:59:07 Sergey Nikitin mos: status Confirmed In Progress
2016-05-19 10:59:12 Sergey Nikitin mos/10.0.x: status Confirmed In Progress
2016-05-24 13:46:06 Sergey Nikitin description Detailed bug description: With enabled cpu pinning for vm migration doesn't work properly Steps to reproduce: 1) Deploy env with 2 compute node with enable pinning 2) Create aggregate states for this compute-node 3) Create 3 flavors: - flavor with 2 cpu and 2 numa node nova flavor-create m1.small.performance-2 auto 2048 20 2 nova flavor-key m1.small.performance-2 set hw:cpu_policy=dedicated nova flavor-key m1.small.performance-2 set aggregate_instance_extra_specs:pinned=true nova flavor-key m1.small.performance-2 set hw:numa_nodes=2 nova boot --image TestVM --nic net-id=93e25766-2a22-486c-af82-c62054260c26 --flavor m1.small.performance-2 test2 - flavor with 2 cpu and 1 numa node nova flavor-create m1.small.performance-1 auto 2048 20 2 nova flavor-key m1.small.performance-1 set hw:cpu_policy=dedicated nova flavor-key m1.small.performance-1 set aggregate_instance_extra_specs:pinned=true nova flavor-key m1.small.performance-1 set hw:numa_nodes=1 nova boot --image TestVM --nic net-id=93e25766-2a22-486c-af82-c62054260c26 --flavor m1.small.performance-1 test3 - flavor with 1 cpu and 1 numa node nova flavor-create m1.small.performance auto 512 1 1 nova flavor-key m1.small.performance set hw:cpu_policy=dedicated nova flavor-key m1.small.performance set aggregate_instance_extra_specs:pinned=true nova flavor-key m1.small.performance set hw:numa_nodes=1 4) boot vm1, vm2 and vm3 with this flavors 5) Migrate vm1: nova migrate vm1 Confirm resizing: nova resize-confirm vm1 Expected results: vm1 migrate to another node Actual resilts: vm1 in ERROR {"message": "Cannot pin/unpin cpus [17] from the following pinned set [3]", "code": 400, "created": "2016-03-31T09:26:00Z"} | 6) Migrate vm2: nova migrate vm2 Confirm resizing: nova resize-confirm vm2 Repeat one more time migration and confirmin Expected results: vm1 migrate to another node Actual resilts: vm1 in ERROR 6) nova migrate vm3 for 3 time the same Description of the environment: iso #129 9.0, neutron+ubunt, 1 controller and 2 compute node with cpu pinning Upstream bug: https://bugs.launchpad.net/nova/+bug/1585214 Detailed bug description: With enabled cpu pinning for vm migration doesn't work properly Steps to reproduce: 1) Deploy env with 2 compute node with enable pinning 2) Create aggregate states for this compute-node 3) Create 3 flavors: - flavor with 2 cpu and 2 numa node nova flavor-create m1.small.performance-2 auto 2048 20 2 nova flavor-key m1.small.performance-2 set hw:cpu_policy=dedicated nova flavor-key m1.small.performance-2 set aggregate_instance_extra_specs:pinned=true nova flavor-key m1.small.performance-2 set hw:numa_nodes=2 nova boot --image TestVM --nic net-id=93e25766-2a22-486c-af82-c62054260c26 --flavor m1.small.performance-2 test2 - flavor with 2 cpu and 1 numa node nova flavor-create m1.small.performance-1 auto 2048 20 2 nova flavor-key m1.small.performance-1 set hw:cpu_policy=dedicated nova flavor-key m1.small.performance-1 set aggregate_instance_extra_specs:pinned=true nova flavor-key m1.small.performance-1 set hw:numa_nodes=1 nova boot --image TestVM --nic net-id=93e25766-2a22-486c-af82-c62054260c26 --flavor m1.small.performance-1 test3 - flavor with 1 cpu and 1 numa node nova flavor-create m1.small.performance auto 512 1 1 nova flavor-key m1.small.performance set hw:cpu_policy=dedicated nova flavor-key m1.small.performance set aggregate_instance_extra_specs:pinned=true nova flavor-key m1.small.performance set hw:numa_nodes=1 4) boot vm1, vm2 and vm3 with this flavors 5) Migrate vm1: nova migrate vm1 Confirm resizing: nova resize-confirm vm1 Expected results: vm1 migrate to another node Actual resilts: vm1 in ERROR {"message": "Cannot pin/unpin cpus [17] from the following pinned set [3]", "code": 400, "created": "2016-03-31T09:26:00Z"} | 6) Migrate vm2: nova migrate vm2 Confirm resizing: nova resize-confirm vm2 Repeat one more time migration and confirmin Expected results: vm1 migrate to another node Actual resilts: vm1 in ERROR 6) nova migrate vm3 for 3 time the same Description of the environment: iso #129 9.0, neutron+ubunt, 1 controller and 2 compute node with cpu pinning
2016-06-03 09:18:23 Sergey Nikitin mos/10.0.x: status In Progress Fix Committed
2016-06-03 13:04:35 Sergey Nikitin mos: status In Progress Fix Committed
2016-06-07 09:00:43 Sergey Nikitin nominated for series mos/9.0.x
2016-06-07 09:00:43 Sergey Nikitin bug task added mos/9.0.x
2016-06-09 13:35:12 Kristina Berezovskaia tags area-nova feature-cpu-pinning area-nova feature-cpu-pinning on-verification
2016-06-10 11:58:40 Kristina Berezovskaia mos/9.0.x: status Fix Committed Fix Released
2016-06-10 11:58:45 Kristina Berezovskaia tags area-nova feature-cpu-pinning on-verification area-nova feature-cpu-pinning