Difference between revisions of "Xen Document Days/TODO"

From Xen
(Xen 4.2: VCPU pinning and NUMA: --- Track progress about NUMA and VCPU pinning)
m (Xen 4.2: VCPU pinning and NUMA)
Line 24: Line 24:
   
 
==== Xen 4.2: VCPU pinning and NUMA ====
 
==== Xen 4.2: VCPU pinning and NUMA ====
NUMA is described in this page: [[Xen_NUMA_Introduction|Xen NUMA Introduction]]. It introduces the problems and explains how Xen deals with it. It also links to all the other pages present in [[:Category:NUMA]], containing the results from the old experimental evaluation (as soon as new experiments will be performed the results will be updated).
+
[[User:Dariof|Dario Faggioli]] 30 July 2012: NUMA is now described in the page [[Xen_NUMA_Introduction|Xen NUMA Introduction]]. It introduces the problems and explains how Xen deals with it. It also links to all the other pages present in [[:Category:NUMA]], containing the results from the old experimental evaluation (as soon as new experiments will be performed the results will be updated).
   
 
VCPU pinning is described in the [[Tuning]] page.
 
VCPU pinning is described in the [[Tuning]] page.

Revision as of 10:39, 31 July 2012

Go back to Xen Document Days

Requested Documentation

Icon Info.png Feel free to comment on items using the following convention:
* ~~~~: your comment

Feel free to add new workitems using the following convention:

==== Workitem ===
~~~~: work-item description


In progress (just need to double check whether finished)

Improve networking documentation

Expand Host Configuration/Networking docs to cover non-bridge network configurations supported by xend (e.g. routed, nat'd). Possibly split into a page per config.

  • Lars.kurth 19:50, 25 June 2012 (UTC) : Significant work has been done to Xen Networking. Not sure whether the review tag from Xen_Networking can be removed
  • Ijc 08:31, 28 June 2012 (UTC): IMHO not yet. I'll continue to work on the remainder of the doc and then remove the tag.

A Xen Performance Tuning Guide

Xen 4.2: VCPU pinning and NUMA

Dario Faggioli 30 July 2012: NUMA is now described in the page Xen NUMA Introduction. It introduces the problems and explains how Xen deals with it. It also links to all the other pages present in Category:NUMA, containing the results from the old experimental evaluation (as soon as new experiments will be performed the results will be updated).

VCPU pinning is described in the Tuning page.

Open work items

Getting started with Xen using xen-tools

Given that we are getting a lot more total novices to the community I was wondering whether it makes sense to add something like: getting started with xen-tools. See http://www.virtuatopia.com/index.php/Building_a_Xen_Guest_Domain_using_Xen-Tools and http://xen-tools.org/software/xen-tools/ and http://www.gossamer-threads.com/lists/xen/users/246910 this.

XCP Overview

Similar to Xen Overview

A Xen Security Guide

The different options in Xen for Security, trade-offs, how to set them up, how to test Xen for security and how to optimize for different scenarios

Review and Update: xenpm usage recommendations

There is Xen power management and Xenpm command which may all be outdated. These should probably be reviewed and updated.

HOWTO : using xm trigger to poweroff or firing off NMIs

Howto on using xm trigger to poweroff or firing off NMIs.

HOWTO: Setting boot order for domUs (PV and HVM)

Howto set up boot order for domUs (all virt modes)

HOWTO: Chain pypxeboot and pygrub

How to chain pypxeboot and pygrub

  • Lars.kurth 10:35, 27 March 2012 (UTC): Is pypxeboot popular at all?
  • Fheigl I added that. It is somewhat common, OVM 2 and OVM 3 rely on it for PXE installs. I'm not sure if xenpvnetboot is the same, or works. The use case is "you want to use the same installation server for Xen VMs and phys. servers. You want to be able to reinstall them based on PXE reply.
  • Fheigl There is documentation for pypxeboot, but there is no (afaik) documentation for how pygrub is used as a fallback loader. We wasted many days just to get some hack that can't even load a newer kernel. Which sucks, in the end you spend more time/money making PV PXE boot work than you save by using virtualized servers.
  • Fheigl Q3: How could it be popular given the state of documentation. <= Key issue to the left of this sentence.

Clear up Xen TODO List

XenDevelopmentProjects may be out-of-date. Remove/tick off what has been done.

Done Recently


Developer Docs

Docs that need attention or are missing

  • Make XAPI docs (built from source) available on xen.org
  • PVOPS portal on xen.org - Konrad volunteered
  • some more xenstore docs (i.e. recent python bindings that were sent to the -users list
  • Using libxenstat python bindings (imo they're broken)
  • More PV protocol docs (see recent patches to blkif.h for example)
  • Document xenstore paths used by guests and toolstack etc
  • Xen command line options documentation in tree (started, but not complete)

Wiki Maintenance

Fix articles that need attention

Review Categorization

We need to go through some of the categies on the http://wiki.xen.org/wiki/Main_Page and decise whether there are documents in each category that need to be highlighted in a trail, etc.

Loose ends on migration