2016-05-24 07:36:31 |
Arthur Svechnikov |
description |
Versions of components: Fuel-10
Detailed bug description: CPU pinning are configuring in grub in provisioning stage, so they couldn't be changes using usual flow of deploy-changes
Steps to reproduce:
1. Prepare env 3+2
2. Pinned some CPU for nova om compute node
3. Deploy cluster
4. Change number of pinned CPU om compute node
5. Run Deploy changes
Expected results: New number of CPU is pinned for nova
Actual result: number of pinned CPU doesn't changes |
Versions of components: Fuel-10
Detailed bug description: CPU pinning are configuring in grub in provisioning stage, so they couldn't be changes using usual flow of deploy-changes
Steps to reproduce:
1. Prepare env 3+2
2. Pinned some CPU for nova om compute node
3. Deploy cluster
4. Change number of pinned CPU om compute node
5. Run Deploy changes
Expected results: New number of CPU is pinned for nova
Actual result: number of pinned CPU doesn't changes
CPU pinning is configured on provision stage through kernel parameters [0]
[0] https://github.com/openstack/fuel-web/blob/9f4d4ed5be42f1582bc576450ff97cc359970866/nailgun/nailgun/objects/node.py#L1006-L1035 |
|