Difference between revisions of "Xen Document Days/TODO"

From Xen
(Docs for distro packagers)
m (Big work items)
Line 31: Line 31:
 
* '''A Xen Tuning Guide:''' different options in Xen impacting performance, how to set them up, how to tune
 
* '''A Xen Tuning Guide:''' different options in Xen impacting performance, how to set them up, how to tune
 
** [[User:Lars.kurth|Lars.kurth]] 09:48, 27 March 2012 (UTC): [[:Category:Performance]] contains some performance related docs
 
** [[User:Lars.kurth|Lars.kurth]] 09:48, 27 March 2012 (UTC): [[:Category:Performance]] contains some performance related docs
  +
* List i.e. stuff what to test after packaging. This would avoid the current state of affairs where most distros are infact broken w/re to Xen. See [[Distros]]
* [[Distros]]
 
   
 
=== Categories ===
 
=== Categories ===

Revision as of 13:49, 28 May 2012

Go back to Xen Document Days

Requested Documentation

Icon Info.png Feel free to add items. Feel free to comment on items. When you comment, please add a sub bullet and sign with ~~~~: your comment which will resolve into your wikiname and date.


Big work items

  • Distros and Users: we need to provide better information on Xen users and distros
    • Category:Host_Install and Category:Guest_Install are a good start
    • What is missing are links that show how to create distro bugs for specific distros, etc.
    • Other documentation which points users to specific distros. Maybe we should have a page per distro that contains Xen with relevant information int it?
  • Feature status docs for end-users showing which features are expected to work in 4.0 and, possibly 4.1.2. Most people don't know if Feature X is even supposed to work on the Xen build their distro uses. And almost everything is broken somewhere! This is tricky since 4.0 (debian) still has rough edges like immediate panic when doing mem-set on a HV domU by mistake
    • Lars.kurth One way to approach handle this is to go through release notes and old blog posts and collate a table.
  • An 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
    • Lars.kurth 09:48, 27 March 2012 (UTC): Category:Security contains some security related docs
    • Lars.kurth 11:01, 4 April 2012 (UTC): It would be good if we could document a) XSM, b) Introspection API, c) Xen and SELinux in Dom0, d) Memory Access API (introduced in 4.1)
  • User Docs that where migrating content would make sense and update such as (we can attach PDF's to the wiki now for starters, or we can use a conversion tool

In progress:

  • An Overview over Xen for people who do not yet use Xen, to help them make a decision on whether Xen is for them (aka "Why Xen" and "Which Xen") (be sure to mention "fastest" ;)
    • Lars.kurth 09:48, 27 March 2012 (UTC): am working on this and am almost ready to publish on the wiki

Done recently:

  • A Xen Overview which explains the top level architectural features and options, trade-offs and links to examples tutorials that show how you set these up
  • A Xen Tuning Guide: different options in Xen impacting performance, how to set them up, how to tune
  • List i.e. stuff what to test after packaging. This would avoid the current state of affairs where most distros are infact broken w/re to Xen. See Distros

Categories

Admin docs

  • Setting boot order for domUs (PV and HVM)
  • Chaining pypxeboot and pygrub

[[User:Fheigl|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. 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.


  • xenpm usage recommendations
  • setting up vnc mime magic for xen in firefox (oracle has srpms for a vnc client plugin)
  • vcpu pinning
  • using xm trigger to poweroff or firing off NMIs
  • 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.

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 artcles 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