Bug 1010944
| Summary: | SCSI and USB should not be in the list of disk buses in VM details when running as user | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | hyao <hyao> |
| Component: | virt-manager | Assignee: | Pavel Hrdina <phrdina> |
| Status: | CLOSED DUPLICATE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 7.1 | CC: | crobinso, cwei, dyuan, mkletzan, mzhan, rbalakri, tzheng |
| Target Milestone: | rc | ||
| Target Release: | 7.1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-06 09:48:33 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: | |||
|
Description
hyao@redhat.com
2013-09-23 10:53:14 UTC
correct the component to virt-manager I suspect you are connecting to qemu://system as a user, right? If not, please specify. hi Martin, I connect to qemu:///session not qemu:///system Steps Login in the host with user name test Launch virt-manager by commands [test@7 ~]$ virt-manager or [test@7 ~]$ virt-manager qemu:///session Check the details of the disk of a vm. SCSI ,USB, IDE and Virtio are in the list of disk bus. qcow2,qed,vmdk and raw are in the list. Let me know if you still need more info and you can contact with me on IRC by hyao. You need to specify -c to make virt-manager connect to a specific URI, can you confirm behavior with virt-manager -c qemu:///session ? (In reply to Dave Allan from comment #7) > You need to specify -c to make virt-manager connect to a specific URI, can > you confirm behavior with virt-manager -c qemu:///session ? Not entirely true, you just need to do that _once_ and then it persists in the list vmmConnection:rhel6_defaults needs to change from is_qemu_system to is_qemu and it will cover this, we just aren't enforcing the RHEL limits for qemu session (In reply to Dave Allan from comment #7) > You need to specify -c to make virt-manager connect to a specific URI, can > you confirm behavior with virt-manager -c qemu:///session ? I've used virt-manager -c qemu:///session to launch virt-manager by non root user, then create a new VM and check the disk Advanced options SCSI,USB,IDE and Virtio are in the list of disk bus. vmdk,qcow2,qed,and raw are in the list. Closing as duplicate, the referenced bug fixes the difference between system and session mode. *** This bug has been marked as a duplicate of bug 1258691 *** |