Bug 246440
| Summary: | can not specify the type of driver device | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Saori Fukuta <fukuta.saori> |
| Component: | libvirt | Assignee: | Daniel Veillard <veillard> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 7 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-02-21 04:38:37 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
I made a mistake. Please close this Bug due to duplication with bz246441. Regards, Saori Fukuta |
Description of problem: I would like to set the type of driver device(aio/sync ...etc), when I install the guest domain. But there is no option on virt-install, so I can not specify any type. Version-Release number of selected component (if applicable): virtinst 0.103.0(changeset 205) How reproducible: always Steps to Reproduce: 1.install the guest domain # virt-install ... Actual results: We can not specify the type of driver device. Expected results: We can specify the type of driver device. Additional info: I attached the patch that I added the option to choose the type of driver device. virt-install help: --drvtype=DRVTYPE Type of driver device, e.g. 'aio', 'qcow', 'vmdk', 'sync'