Activity log for bug #1688673

Date Who What changed Old value New value Message
2017-05-05 23:46:39 Chris Friesen bug added bug
2017-05-05 23:49:27 Chris Friesen description The nova code implicitly assumes that all vCPUs are realtime in nova.virt.hardware.vcpus_realtime_topology(). This only makes sense if the cpu_realtime_mask is an exclusion mask, but this isn't documented anywhere. It would make more sense to simply use the mask as passed-in from the end-user. In order to preserve the current behaviour we should probably special-case the scenario where the passed-in cpu_realtime_mask starts with a "^" (indicating an exclusion). The nova code implicitly assumes that all vCPUs are realtime in nova.virt.hardware.vcpus_realtime_topology(), and then it appends the user-specified mask. This only makes sense if the user-specified cpu_realtime_mask is an exclusion mask, but this isn't documented anywhere. It would make more sense to simply use the mask as passed-in from the end-user. In order to preserve the current behaviour we should probably special-case the scenario where the passed-in cpu_realtime_mask starts with a "^" (indicating an exclusion).
2017-05-06 00:02:33 OpenStack Infra nova: status New In Progress
2017-05-06 00:02:33 OpenStack Infra nova: assignee Chris Friesen (cbf123)
2017-06-23 12:55:07 Sean Dague nova: status In Progress New
2017-06-23 12:55:13 Sean Dague nova: assignee Chris Friesen (cbf123)
2017-06-23 14:49:47 Chris Friesen nova: assignee Chris Friesen (cbf123)
2017-06-23 14:50:57 Sean Dague nova: status New In Progress
2017-06-23 14:51:44 Sean Dague nova: importance Undecided Wishlist
2017-06-27 19:28:57 Sean Dague nova: status In Progress New
2017-06-27 19:29:02 Sean Dague nova: assignee Chris Friesen (cbf123)
2017-06-27 20:34:26 Sean Dague nova: status New In Progress
2017-06-27 20:34:41 Sean Dague nova: assignee Chris Friesen (cbf123)
2017-06-27 20:47:42 Sean Dague nova: status In Progress Confirmed
2017-06-27 20:58:32 Sean Dague nova: status Confirmed In Progress
2020-03-24 16:44:25 OpenStack Infra nova: assignee Chris Friesen (cbf123) Stephen Finucane (stephenfinucane)
2020-03-31 12:10:25 OpenStack Infra nova: assignee Stephen Finucane (stephenfinucane) Huachang (davidhqwang)
2020-04-07 08:46:38 OpenStack Infra nova: assignee Huachang (davidhqwang) Stephen Finucane (stephenfinucane)
2020-05-13 05:17:11 OpenStack Infra nova: assignee Stephen Finucane (stephenfinucane) Huachang (davidhqwang)
2020-05-15 15:42:13 OpenStack Infra nova: assignee Huachang (davidhqwang) Stephen Finucane (stephenfinucane)
2020-06-19 11:52:57 Stephen Finucane tags compute compute libvirt
2020-07-13 15:21:46 OpenStack Infra nova: status In Progress Fix Released