Hide Forgot
Description SCSI and USB should not be in the list of disk bus of VM details by usermode on rhel6.5. Also vmdk should not be in the list of storage format. Version: # rpm -qa libvirt virt-manager libvirt-0.10.2-26.el6.x86_64 virt-manager-0.9.0-19.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1. View the VM details by root in virt-manager and check the lists of disk bus and storage format. IDE and Virtio are in the list of disk bus. qcow2,qed,and raw are in the list. 2. View the VM details by not root in virt-manager and check the lists of disk bus and storage format. SCSI,USB,IDE and Virtio are in the list of disk bus. vmdk,qcow2,qed,and raw are in the list. Actual results: As description. Expected results: SCSI and USB should not be in the list of disk bus of VM details by usermode on rhel6.5. Also vmdk should not be in the list of storage format.
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 ***