Bug 1314352
Summary: | Selecting multiple cores per socket not working against vmware provider (image cloning) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Satellite | Reporter: | Dmitry Zhukovski <dzhukous> | ||||||
Component: | Compute Resources | Assignee: | Ivan Necas <inecas> | ||||||
Status: | CLOSED ERRATA | QA Contact: | Kedar Bidarkar <kbidarka> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 6.1.7 | CC: | bbuckingham, cwelton, ehelms, inecas, kbidarka | ||||||
Target Milestone: | Unspecified | Keywords: | Triaged | ||||||
Target Release: | Unused | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
URL: | http://projects.theforeman.org/issues/14038 | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | tfm-rubygem-fog-vsphere-0.6.3-1,foreman-1.11.0.30-1 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | |||||||||
: | 1315288 (view as bug list) | Environment: | |||||||
Last Closed: | 2016-07-27 11:03:40 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Bug Depends On: | |||||||||
Bug Blocks: | 1315288 | ||||||||
Attachments: |
|
Description
Dmitry Zhukovski
2016-03-03 12:40:34 UTC
Created redmine issue http://projects.theforeman.org/issues/14038 from this bug Upstream bug assigned to inecas After digging a bit deeper I've found the needed part on the fog part and opened a PR there: https://github.com/fog/fog-vsphere/pull/29 Created attachment 1133206 [details]
A patch against fog rebased to forg 1.24.1 (sat 6.1)
Additional patch to the foreman's on fog side to support setting the cores per socket setting.
To apply (when not patching the rpm):
```
cd /opt/rh/ruby193/root/usr/share/gems/gems/fog-1.24.1/
git init; git add .; git commit -m 'original' # optional just to track the changes
patch -p1 < numcorespersocket.patch
```
Moving to POST since upstream bug http://projects.theforeman.org/issues/14038 has been closed ------------- Ivan Necas Applied in changeset commit:17c277d5733cf4b814f3d5b357269f38bafcfa8f. Tested with sat62-snap12.1 Had selected the below options for the VM Tab : Cpus: 2 Cores per socket: 2 After submitting the page found the below stuff, Cpus: 2 Cores per socket: 1 ~]# rpm -qav tfm-rubygem-fog-vsphere tfm-rubygem-fog-vsphere-0.6.3-1.el7sat.noarch Created attachment 1162543 [details]
cores per socket does get updated
VERIFIED with sat62-snap(GA)-13.1
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2016:1501 |