Bug 1428284
Summary: | [RFE] VMware VM Add Disk be able to specify controller type | ||
---|---|---|---|
Product: | Red Hat CloudForms Management Engine | Reporter: | Gellert Kis <gekis> |
Component: | Providers | Assignee: | Adam Grare <agrare> |
Status: | CLOSED ERRATA | QA Contact: | Alex Newman <anewman> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 5.7.0 | CC: | agrare, cpelland, dclarizi, gblomqui, hkataria, jfrey, jhardy, lgalis, obarenbo, simaishi |
Target Milestone: | GA | Keywords: | FutureFeature |
Target Release: | 5.9.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | 5.9.0.5 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-03-01 13:10:28 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: | 1480786 |
Comment 2
CFME Bot
2017-10-02 18:43:51 UTC
New commit detected on ManageIQ/manageiq-providers-vmware/master: https://github.com/ManageIQ/manageiq-providers-vmware/commit/bf9e15582c19e34ae38b91fc9fda2e36c319011b commit bf9e15582c19e34ae38b91fc9fda2e36c319011b Author: Adam Grare <agrare> AuthorDate: Mon Oct 2 14:31:33 2017 -0400 Commit: Adam Grare <agrare> CommitDate: Mon Oct 2 14:31:33 2017 -0400 Allow type of controller to be passed in disk opts When adding a new disk when a new controller is needed we currently try to use the same type of controller that is already on the VM or we have a default that we use. If a user wants to specify specifically what type of controller they want there is no way to do that. This adds the option to the disk options hash to have the new scsi controller type explicitly defined by the user. https://bugzilla.redhat.com/show_bug.cgi?id=1428284 .../providers/vmware/infra_manager/vm/reconfigure.rb | 9 ++++++--- .../vmware/infra_manager/vm/reconfigure_spec.rb | 18 +++++++++++++++--- 2 files changed, 21 insertions(+), 6 deletions(-) UI Pivotal story here: https://www.pivotaltracker.com/story/show/152116440 Valid options are: VirtualLsiLogicController, ParaVirtualSCSIController, VirtualBusLogicController, and VirtualLsiLogicSASController VirtualLsiLogicController should be the default. https://github.com/ManageIQ/manageiq-providers-vmware/pull/126 https://github.com/ManageIQ/manageiq-ui-classic/pull/2494 In testing the new disk was added to the existing controller no matter what type was selected. This only applies to the case when a new controller needs to be added so the 1st, 16th, etc.. disk Thanks Adam. 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/RHSA-2018:0380 |