[relnotes] [Fedora Project Wiki] Update of "Docs/Beats/Virtualization" by PaulFrields

fedorawiki-noreply at fedoraproject.org fedorawiki-noreply at fedoraproject.org
Thu Mar 13 14:06:02 UTC 2008


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification.

The following page has been changed by PaulFrields:
http://fedoraproject.org/wiki/Docs/Beats/Virtualization?action=diff&rev2=59&rev1=58

The comment on the change is:
Style and organizational fixes

------------------------------------------------------------------------------
  {{{#!html
  <h2>Virtualization</h2>}}}
  
- Virtualization in Fedora [[GetVal(DocsDict,BeatsVer)]] has some major changes, and new features, that continue to support the Xen and KVM platforms:
+ Virtualization in Fedora [[GetVal(DocsDict,BeatsVer)]] includes major changes, and new features, that continue to support the Xen and KVM platforms.
  
+ == Kernel Integration Improvements ==
+ Previously, the Xen kernel was created by forward-porting Xen bits from the 2.6.18 kernel into the current Fedora kernel. This task was arduous and labor intensive, and resulted in the Xen kernel being several releases behind the bare-metal kernel. The inclusion of paravirt ops now makes this process unnecessary. Once paravirt ops is merged upstream, Xen will no longer require a separate kernel. 
-  * The story of paravirt ops in the kernel: previously, the Xen kernel was created by forward-porting Xen bits from the 2.6.18 kernel into the current Fedora kernel. This was an arduous task, that was labor intensive, and resulted in the Xen kernel being several releases behind the bare-metal kernel. The inclusion of paravirt ops means that this process is no longer necessary. Once paravirt ops is merged upstream, it will no longer be necessary to have a separate kernel for Xen. 
-  * Improved storage management: previously, Fedora introduced the ability to manage existing guest domains remotely using `libvirt`. It was not possible to create new guests due to the lack of storage management capabilities. In Fedora [[GetVal(DocsDict,BeatsVer)]], new storage management can create and delete storage volumes from a remote host using `libvirt`.
-  * PolicyKit integration: previously, the `virt-manager` application ran as root when managing a local hypervisor, and used `consolehelper` to authenticate from a desktop session. Running GTK applications as root is bad practice. By integrating with PolicyKit, it is now possible to run `virt-manager` as a regular user.
-  * Improved remote authentication: previously, Fedora introduced support for secure remote management using TLS/SSL, and x509 certificates. Fedora [[GetVal(DocsDict,BeatsVer)]] improves remote management capabilities, by adding support for authentication against a username and password database, Kerberos domain controller, or system authentication using PAM. This feature applies to all tools using `libvirt`. 
-  * A new P2V tool, shipping as a Live CD, for converting a bare-metal install to a virtual guest.
-  * A new tool, `xenner`, for running Xen-paravirtual kernels on top of KVM.
-  * Storage and network paravirtual-drivers for KVM guests. 
-  * Full support for monitoring network and block statistics of QEMU and KVM has been added to `libvirt` and `virt-top`, bringing parity with statistics monitoring, previously only available to Xen guests.
  
+ == Improved Storage Management ==
+ Previously, Fedora introduced the ability to manage existing guest domains remotely using `libvirt`. It was not possible to create new guests due to the lack of storage management capabilities. In Fedora [[GetVal(DocsDict,BeatsVer)]], new storage management can create and delete storage volumes from a remote host using `libvirt`.
+ 
+ == PolicyKit Integration ==
+ Previously, the `virt-manager` application ran as `root` when managing a local hypervisor, and used `consolehelper` to authenticate from a desktop session. Running GTK applications as root is bad practice. PolicyKit integration now permits running `virt-manager` as a regular user.
+ 
+ == Improved Remote Authentication ==
+ Previously, Fedora introduced support for secure remote management using TLS/SSL, and x509 certificates. Fedora [[GetVal(DocsDict,BeatsVer)]] improves remote management capabilities by adding support for authentication by password database, Kerberos domain controller, or system authentication using PAM. This feature applies to all tools using `libvirt`.
+ 
+ == Other Improvements ==
+ Fedora also includes the following virtualization improvements:
+  * a new P2V tool, shipping as a Live CD, for converting a bare-metal install to a virtual guest
+  * a new tool, `xenner`, for running Xen-paravirtual kernels on top of KVM
+  * storage and network paravirtual-drivers for KVM guests
+  * full support for monitoring network and block statistics of QEMU and KVM in `libvirt` and `virt-top`, bringing parity with statistics monitoring, previously only available to Xen guests
+ 




More information about the Fedora-relnotes-content mailing list