From Fedora Project Wiki

No edit summary
(Drop direct Test Days category membership)
 
(12 intermediate revisions by 7 users not shown)
Line 29: Line 29:
=== libvirt ===
=== libvirt ===


* [[Features/VirtStorageManagement]]
* [[Test_Day:2009-09-17_Virtualization_Storage_Management|Storage management support]]
* [[Features/Network_Interface_Management]]
* [[Test_Day:2009-09-17_Virtualization_Network_Interface_Management|Network interface management]]
* [[Features/VirtTCK]]
* [[Features/VirtTCK]]
* [[Features/VirtPrivileges]]
* [[Features/VirtPrivileges]]
Line 47: Line 47:
=== As Xen Guest (DomU) ===
=== As Xen Guest (DomU) ===


* [[Test_Day:2009-09-17_Virtualization_XenDomU]]
* [[Test_Day:2009-09-17_Virtualization_XenDomU|Xen DomU]]


== What's needed to test ==
== What's needed to test ==
Line 61: Line 61:
Testing requires the latest virtualization software included in Fedora Rawhide.  Update your system to the latest rawhide using one of the following techniques.
Testing requires the latest virtualization software included in Fedora Rawhide.  Update your system to the latest rawhide using one of the following techniques.


# [[Releases/Rawhide|Install from a nearby rawhide mirror]]
* [[Releases/Rawhide|Install from a nearby rawhide mirror]]
# [http://alt.fedoraproject.org/pub/alt/nightly-composes/desktop/ Download and install Test Day Live Image]
<!-- # [http://alt.fedoraproject.org/pub/alt/nightly-composes/desktop/ Download and install Test Day Live Image] -->
# [http://fedoraproject.org/get-prerelease Download and install Fedora 12 Alpha]
* [http://dpravec.fedorapeople.org/testdays/2009-09-17/ Download and install Custom Test Day Live Image]  
* [http://fedoraproject.org/get-prerelease Download and install Fedora 12 Alpha]


[[Category:Test Days]]
Note: if you are using the Live CD image, you will need to mount storage for guests either from the local disk or from NFS. If the latter, you will need to run <code>setsebool virt_use_nfs=on</code> in order for it to work with SELinux.
 
== Misc. issues that were identified ==
 
{| border="1"
|-style="color: white; background-color: #3074c2; font-weight: bold"
| Tester || Description || Bug references || Status
|-
| [[User:Adamwill|adamw]] || virt-manager should warn if guest images will are not readable by qemu || [https://bugzilla.redhat.com/517379 #517379] || '''ASSIGNED'''
|-
| santwana ||  Virsh restore fails in Fedora12 Alpha || [https://bugzilla.redhat.com/523158 #523158] || '''NEEDINFO'''
|-
| [[User:Clalance|clalance]] || Starting libvirtd by hand causes denials || [https://bugzilla.redhat.com/523956 #523956] || '''CLOSED WONTFIX'''
|-
| [[User:Mnowak|mnowak]] || virtinst saves images where qemu can't access them by default || [https://bugzilla.redhat.com/523960 #523960] || '''ASSIGNED'''
|-
| jstodola || virsh help output not sorted || [https://bugzilla.redhat.com/523970 #523970] || '''NEW'''
|-
| jstodala || libvirt should check the permissions on all paths before starting qemu || [https://bugzilla.redhat.com/524033 #524033] || '''ASSIGNED'''
|-
| [[User:vbenes|vbenes]] || libvirt should support USB device detach || [https://bugzilla.redhat.com/524035 #524035] || '''ASSIGNED'''
|-
| [[User:vbenes|vbenes]] || accessing non existing usb device cause guest to stop || [https://bugzilla.redhat.com/524045 #524045] || '''NEEDINFO'''
|-
| [[User:GianlucaCecchi|gianluca]] || virt-viewer outputs nothing if connecting to a non existent VM || [https://bugzilla.redhat.com/524047 #524047] || '''ASSIGNED'''
|-
| [[User:Emcnabb|emcnabb]] || virt-manager storage "Allocation" field can be set higher than "Max Capacity" || [https://bugzilla.redhat.com/524083 #524083] || '''ASSIGNED'''
|-
| [[User:Emcnabb|emcnabb]] || Help button on virt-manager "New Storage Volume" page broken || [https://bugzilla.redhat.com/524085 #524085] || '''ASSIGNED'''
|-
| [[User:lmr|lmr]] || virt-manager: Fails to install guest using ISO file - internal error unable to start guest: qemu: 'iso' invalid format || [https://bugzilla.redhat.com/524109 #524109] || '''POST'''
|-
| [[User:lmr|lmr]] || virt-manager can't hold pointer grab on VMs (VNC mode) || [https://bugzilla.redhat.com/524111 #524111] || '''NEEDINFO'''
|-
| [[User:lmr|lmr]] || virt-manager: Error installing guests - can't mount the / filesystem after the install process is finished || [https://bugzilla.redhat.com/524117 #524117] || '''NEEDINFO'''
|-
| prauser || NFS4 connection to virtual guest NFS4 server fails over bridged interface || [https://bugzilla.redhat.com/524118 #524118] || '''NEEDINFO'''
|-
| [[User:vbenes|vbenes]] || virt-manager cloning operations should be cancelable || [https://bugzilla.redhat.com/524205 #524205] || '''ASSIGNED'''
|-
| santwana || KVM guest fails to start up after virt-snapshot in Fedora12 || [https://bugzilla.redhat.com/524268 #524268] || '''ASSIGNED'''
|}
 
 
[[Category:Fedora 12 Test Days]]
[[Category:Virtualization]]
[[Category:Virtualization]]

Latest revision as of 19:31, 26 June 2015

DATE TIME WHERE
Thursday Sep 17, 2009 All day #fedora-test-day (webchat)


What to test?[edit]

Today's instalment of Fedora Test Day will focus on Virtualization improvements in Fedora 12. There is a large list of virtualization improvements coming in Fedora. To simplify things, testing will be divided up into a number of sections.

If you come to this page after the test day is completed, your testing is still valuable, and you can use the information on this page to test and provide feedback.

General Virt[edit]

KVM[edit]

libvirt[edit]

libguestfs, guestfish[edit]

Read more about this here: Features/libguestfs

Hardware Enablement[edit]

As Xen Guest (DomU)[edit]

What's needed to test[edit]

  • A fully updated Fedora 12 Rawhide machine. See instructions below.
  • Hardware virtualization support (e.g. Intel VT or AMD-V). If unavailable, you can still help with testing QEMU support.
  • At least one guest image installed before the test day (suggested reading - Virtualization_Quick_Start)
  • Up to 10-20Gb free disk space. Guest images take up a lot of space.
  • See the individual test area pages for specific requirements.

Prepare your system[edit]

Testing requires the latest virtualization software included in Fedora Rawhide. Update your system to the latest rawhide using one of the following techniques.

Note: if you are using the Live CD image, you will need to mount storage for guests either from the local disk or from NFS. If the latter, you will need to run setsebool virt_use_nfs=on in order for it to work with SELinux.

Misc. issues that were identified[edit]

Tester Description Bug references Status
adamw virt-manager should warn if guest images will are not readable by qemu #517379 ASSIGNED
santwana Virsh restore fails in Fedora12 Alpha #523158 NEEDINFO
clalance Starting libvirtd by hand causes denials #523956 CLOSED WONTFIX
mnowak virtinst saves images where qemu can't access them by default #523960 ASSIGNED
jstodola virsh help output not sorted #523970 NEW
jstodala libvirt should check the permissions on all paths before starting qemu #524033 ASSIGNED
vbenes libvirt should support USB device detach #524035 ASSIGNED
vbenes accessing non existing usb device cause guest to stop #524045 NEEDINFO
gianluca virt-viewer outputs nothing if connecting to a non existent VM #524047 ASSIGNED
emcnabb virt-manager storage "Allocation" field can be set higher than "Max Capacity" #524083 ASSIGNED
emcnabb Help button on virt-manager "New Storage Volume" page broken #524085 ASSIGNED
lmr virt-manager: Fails to install guest using ISO file - internal error unable to start guest: qemu: 'iso' invalid format #524109 POST
lmr virt-manager can't hold pointer grab on VMs (VNC mode) #524111 NEEDINFO
lmr virt-manager: Error installing guests - can't mount the / filesystem after the install process is finished #524117 NEEDINFO
prauser NFS4 connection to virtual guest NFS4 server fails over bridged interface #524118 NEEDINFO
vbenes virt-manager cloning operations should be cancelable #524205 ASSIGNED
santwana KVM guest fails to start up after virt-snapshot in Fedora12 #524268 ASSIGNED