WeaponsGradeCode

Notes from the field…

Archive for May, 2009

Never use XFS with Xen on Centos. It will crash Dom0.

This is one of those week or so long learning experiences that you must go through whenever exploring a new technology.

I installed Centos 5.3 and Xen on a hot new piece of hardware with the intention of runnig paravirtualized Centos 5.3 images on it. I’d probably be running a half dozen images at a time and with disk images at > 4GB I thought I’d run XFS as the Dom0 file system to speed the file access/create/delete times.

Big Mistake.

Every time I’d run a DomU guest, the host/Dom0 machine would consistently, but at different time intervals, crash. That’s right, the entire server would crash/hang/freeze. After a week of goofing around I finally tried a guest on a stock ext3 file system and Shazam! everything worked.

Manually controlling bridge networking on Xen

I followed this great article: http://henning.schmiedehausen.org/wingnut-diaries/archives/86

Installing a simple paravirtualized Centos DomU on Centos

A simple challenge: Install a stock Centos 5.3 Xen host/Dom0 and a paravirtualized Centos 5.3 guest/DomU. After weeks of frustration, detailed in another post, I got this going with the help of this guide:

http://wiki.centos.org/HowTos/Xen/InstallingCentOSDomU