<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Shlrm.org Blag &#187; xen</title>
	<atom:link href="http://shlrm.org/wordpress/tag/xen/feed/" rel="self" type="application/rss+xml" />
	<link>http://shlrm.org/wordpress</link>
	<description>Linux, Java, Ruby, and Politics.</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:38:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>OpenVSwitch</title>
		<link>http://shlrm.org/wordpress/2010/05/20/openvswitch/</link>
		<comments>http://shlrm.org/wordpress/2010/05/20/openvswitch/#comments</comments>
		<pubDate>Thu, 20 May 2010 17:00:31 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[switch]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=373</guid>
		<description><![CDATA[This is some interesting technology. Apparently it allows me to emulate a switch on my server such that I can get netflow information, and other such managed switch information, from my virtual machines on my xen box. I will have to build and implement this on my test xen box to see how difficult it&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://openvswitch.org/">This is some interesting technology</a>. Apparently it allows me to emulate a switch on my server such that I can get netflow information, and other such managed switch information, from my virtual machines on my xen box. I will have to build and implement this on my test xen box to see how difficult it&#8217;ll be to get it to behave.</p>
<p>I also like that it claims it can distribute across multiple hosts (&#8216;claims&#8217; because I haven&#8217;t verified it yet.) I wonder how difficult it will be to set up a switch that extends to my router, so I can just emulate my entire network&#8217;s switch in OpenVswitch. It&#8217;s certainly got some interesting potential.</p>
<p>There&#8217;s potential to get better information on the traffic happening in my network thanks to the netflows provided by this. Maybe it will be enough information to figure out why my traffic shaping doesn&#8217;t work well, and how I can improve it.</p>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2010/05/20/openvswitch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xm pause testing</title>
		<link>http://shlrm.org/wordpress/2010/05/01/xm-pause-testing/</link>
		<comments>http://shlrm.org/wordpress/2010/05/01/xm-pause-testing/#comments</comments>
		<pubDate>Sun, 02 May 2010 00:05:31 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[pvops]]></category>
		<category><![CDATA[suspend]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=358</guid>
		<description><![CDATA[When I got xm pause working, I was quite excited. However, it doesn&#8217;t work in all cases. I&#8217;ve done some testing to figure out what combination of things cause it to fail. All of this is using xen 4.0 hypervisor, the kernel from here, and a pvops domU kernel built by hand. Using blktap2 backed [...]]]></description>
			<content:encoded><![CDATA[<p>When I got xm pause working, I was quite excited. However, it doesn&#8217;t work in all cases. I&#8217;ve done some testing to figure out what combination of things cause it to fail.</p>
<p>All of this is using xen 4.0 hypervisor, the kernel from <a href="http://fedorapeople.org/~myoung/dom0/">here</a>, and a <a href="http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git">pvops domU kernel</a> built by hand.</p>
<ul>
<li>Using <a href="http://lxr.xensource.com/lxr/source/tools/blktap2/README">blktap2</a> backed disks in the vhd format (vhd-util create -n name -s 1024) xm pause fails. The user-space disk devices are never released, and only a hard reboot will get it to function again.</li>
<li>Using a different driver for the blktap2, tap:tapdisk:aio, also fails to pause.</li>
<li>Using phy:/ backed disks, say through LVM works fine. The domU will pause, and resume nicely.</li>
</ul>
<p>It would seem that there is something not quite ready to be used regarding the blktap2 backend, so I wouldn&#8217;t reccomend using it.</p>
<p>I also tried to use the original tap:aio drivers, but I cannot as they don&#8217;t seem to exist. I guess I&#8217;ll be using the plain old phy:/ drivers for now. That&#8217;s not a big deal as I don&#8217;t have any second xen machine to do anything fancy that the tap:aio drivers would provide. I guess I should poke on a mailing list or something.</p>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2010/05/01/xm-pause-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>xen pv_ops domU</title>
		<link>http://shlrm.org/wordpress/2010/05/01/xen-pv_ops-domu/</link>
		<comments>http://shlrm.org/wordpress/2010/05/01/xen-pv_ops-domu/#comments</comments>
		<pubDate>Sat, 01 May 2010 23:30:19 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Source Mage]]></category>
		<category><![CDATA[W00t!]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[pvops]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=354</guid>
		<description><![CDATA[&#8230;means I can finally pause/suspend a domU vm again! Finding this information should&#8217;ve been obvious, but for some reason it wasn&#8217;t. Maybe I had some silly mental block or something. Anyways, get the kernel source from here. Then build it for your architecture. If you want to build a 32-bit kernel for some 32-bit domUs, [...]]]></description>
			<content:encoded><![CDATA[<p>&#8230;means I can finally pause/suspend a domU vm again!</p>
<p>Finding this information should&#8217;ve been obvious, but for some reason it wasn&#8217;t. Maybe I had some silly mental block or something. Anyways, get the kernel source from <a href="http://git.kernel.org/?p=linux/kernel/git/jeremy/xen.git">here</a>. Then build it for your architecture. If you want to build a 32-bit kernel for some 32-bit domUs, and you&#8217;re running on 64-bit, it&#8217;s as easy as make ARCH=i386 &lt;target&gt;. This does work and I&#8217;ve verified it. Had to fool a Fedora domU into beleiving that it really was a 32-bit system.</p>
<p>I&#8217;ve found make tarbz2-pkg to be quite handy in packaging up the kernel to be deployed.</p>
<p>I have verified that this works in Xen 3.4.2 on a patched 2.6.29.6 kernel.</p>
<p>On my Xen 4.0 test box, it fails to suspend. I&#8217;m using the blktap2 stuff, and perhaps that doesn&#8217;t pause well. As far as I understand it, that blktap2 should not affect suspending, but I&#8217;m going to test it with some logical volume based vms. I usually use the lvm backed disks anyway, but the blktap2 stuff offers some interesting features, if it were to work. Not being able to pause stuff probably isn&#8217;t good, but again, I&#8217;m not sure what&#8217;s causing it.</p>
<p>Apparently, that is what&#8217;s causing it. The domU will pause and unpause just fine when using an lvm backed disk, rather than the blktap2 ones. I should test a couple of other combinations to see if things like tap:aio will behave, as that&#8217;s needed for nifty things like remus.</p>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2010/05/01/xen-pv_ops-domu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xen 4.0 released</title>
		<link>http://shlrm.org/wordpress/2010/04/07/xen-4-0-released/</link>
		<comments>http://shlrm.org/wordpress/2010/04/07/xen-4-0-released/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 12:37:45 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Source Mage]]></category>
		<category><![CDATA[W00t!]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[rpms]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[xen 4.0]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=337</guid>
		<description><![CDATA[Finally! From the official page: The Xen 4.0 release contains a number of important new features and updates including: Blktap2 – High performance VHD implementation supporting snaphots and clonces including live snapshots Netchannel2 – Support for new Smart NICs with multi-queue and SR-IOV functionality Fault Tolerance – Live transactional synchronization of VM state between physical [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Finally!</p>
<p>From the <a href="http://www.xen.org/products/xen_source.html">official   page</a>:</p>
<blockquote><p>The Xen 4.0 release contains a number of important new  features and  updates including:</p>
<ul>
<li>Blktap2 – High performance VHD implementation supporting snaphots   and clonces including live snapshots</li>
<li>Netchannel2 – Support for new Smart NICs with multi-queue and SR-IOV   functionality</li>
<li>Fault Tolerance – Live transactional synchronization of VM state   between physical servers</li>
<li>Libxenlight – New library providing higher-level control of Xen   between various toolstacks</li>
<li>PV-USB and VGA Pass-through</li>
</ul>
</blockquote>
<p>SourceMage has already updated packages for it.</p>
<p>There’s a repository and src RPMs available for Fedora <a href="http://fedorapeople.org/%7Emyoung/dom0/">here</a>. Specifically  the <a href="http://fedorapeople.org/%7Emyoung/dom0/src/xen-4.0.0-0.7.fc12.src.rpm" class="broken_link" rel="nofollow">Xen   4.0 src RPM</a>. I’ll try to remember to fire up a build on my xen DomU  that I use to build RPMs for me :)</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2010/04/07/xen-4-0-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xen Stats Revised</title>
		<link>http://shlrm.org/wordpress/2010/03/08/xen-stats-revised/</link>
		<comments>http://shlrm.org/wordpress/2010/03/08/xen-stats-revised/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 12:38:57 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[W00t!]]></category>
		<category><![CDATA[cacti]]></category>
		<category><![CDATA[graphs]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[stats]]></category>
		<category><![CDATA[xen]]></category>
		<category><![CDATA[xen stats]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=339</guid>
		<description><![CDATA[I had reimplemented some monitoring on my network and then I got to wondering if there was a revised version of the original xen-stats stuff I was using. Turns out there is. The site details instructions on how to set it up in cacti, and it works pretty well. I do wish there was a [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>I had reimplemented some monitoring on my  network and then I got to wondering if there was a revised version of  the <a href="http://shlrm.org/wordpress/2008/04/06/xen-stats/">original  xen-stats stuff </a>I was using. Turns out <a href="http://run.tournament.org.il/xen-vms-performance-collection/">there   is</a>. The site details instructions on how to set it up in <a href="http://www.cacti.net/">cacti</a>, and it works pretty well. I do  wish there was a single graph to collect all for the hosts, instead of  individual host graphs, but it’s not bad. Perhaps I’ll build a template  that uses the data source and glues them all into one graph. But it  provides reasonably accurate data, and it’s not difficult to set up.</p>
<p><a title="Graphs" href="http://shlrm.org/cacti/graph_view.php?action=tree&amp;tree_id=1&amp;leaf_id=10">Xen   stats FTW</a>!</p>
<p>(The UPS graphs I need to fix too, somethings broken in the PHP  datasource it uses. So if you’ve got a reliable Network UPS Tools  graphing source for cacti, <a href="http://www.eric-a-hall.com/software/cacti-nut/">other than this  one</a>, lemme know.)</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2010/03/08/xen-stats-revised/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 12 Xen RPMs</title>
		<link>http://shlrm.org/wordpress/2009/11/17/fedora-12-xen-rpms/</link>
		<comments>http://shlrm.org/wordpress/2009/11/17/fedora-12-xen-rpms/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 20:02:57 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[constantine]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=301</guid>
		<description><![CDATA[I built these on a recently updated Fedora 12 box. I haven&#8217;t yet had an opportunity to test them. If you do use them and they work great, or not, post in the comments please. xen-3.4.2-1.fc12.x86_64.rpm xen-debuginfo-3.4.2-1.fc12.x86_64.rpm xen-devel-3.4.2-1.fc12.x86_64.rpm xen-doc-3.4.2-1.fc12.x86_64.rpm xen-hypervisor-3.4.2-1.fc12.x86_64.rpm xen-libs-3.4.2-1.fc12.x86_64.rpm xen-runtime-3.4.2-1.fc12.x86_64.rpm]]></description>
			<content:encoded><![CDATA[<p>I built these on a recently updated Fedora 12 box. I haven&#8217;t yet had an opportunity to test them. If you do use them and they work great, or not, post in the comments please.</p>
<ul>
<li><a href="http://shlrm.org/rpms/f12/xen/xen-3.4.2-1.fc12.x86_64.rpm"> xen-3.4.2-1.fc12.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/f12/xen/xen-debuginfo-3.4.2-1.fc12.x86_64.rpm"> xen-debuginfo-3.4.2-1.fc12.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/f12/xen/xen-devel-3.4.2-1.fc12.x86_64.rpm"> xen-devel-3.4.2-1.fc12.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/f12/xen/xen-doc-3.4.2-1.fc12.x86_64.rpm"> xen-doc-3.4.2-1.fc12.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/f12/xen/xen-hypervisor-3.4.2-1.fc12.x86_64.rpm"> xen-hypervisor-3.4.2-1.fc12.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/f12/xen/xen-libs-3.4.2-1.fc12.x86_64.rpm"> xen-libs-3.4.2-1.fc12.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/f12/xen/xen-runtime-3.4.2-1.fc12.x86_64.rpm"> xen-runtime-3.4.2-1.fc12.x86_64.rpm</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2009/11/17/fedora-12-xen-rpms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xen 3.4.2 rpms for Fedora 11 x86_64</title>
		<link>http://shlrm.org/wordpress/2009/11/12/xen-3-4-2-rpms-for-fedora-11-x86_64/</link>
		<comments>http://shlrm.org/wordpress/2009/11/12/xen-3-4-2-rpms-for-fedora-11-x86_64/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 15:46:46 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[W00t!]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[rpm]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=297</guid>
		<description><![CDATA[I was using xen 3.4.1 on my fedora 11 Domain0, but I couldn&#8217;t ever suspend anything. xm save always failed. Someone on IRC suggested that it was the guest kernel that was to blame. Turns out it was xen 3.4.1. After many hours searching the intertubes for a srpm or a spec file for building [...]]]></description>
			<content:encoded><![CDATA[<p>I was using xen 3.4.1 on my fedora 11 Domain0, but I couldn&#8217;t ever suspend anything. xm save always failed. Someone on IRC suggested that it was the guest kernel that was to blame. Turns out it was xen 3.4.1.</p>
<p>After many hours searching the intertubes for a srpm or a spec file for building xen 3.4.2 for fedora, I decided that I would hack <a href="http://bderzhavets.wordpress.com/2009/08/20/setup-libvirt-0-7-0-6-xen-3-4-1-dom0-on-to-fedora-11-64-bit/">an existing one</a> to 3.4.2 and hope for the best.</p>
<p>It built after I removed a few patches. The patches mostly complained about being already applied, so I assume the bugs the patches were addressing were fixed in 3.4.2. I have generated <a href="http://shlrm.org/rpms/xen/">rpms for x86_64</a> and put the <a href="http://shlrm.org/rpms/xen/xen-3.4.2.spec">spec file</a> up on my site. Enjoy.</p>
<ul>
<li><a href="http://shlrm.org/rpms/xen/xen-3.4.2-5.fc11.x86_64.rpm"> xen-3.4.2-5.fc11.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/xen/xen-debuginfo-3.4.2-5.fc11.x86_64.rpm"> xen-debuginfo-3.4.2-5.fc11.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/xen/xen-devel-3.4.2-5.fc11.x86_64.rpm"> xen-devel-3.4.2-5.fc11.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/xen/xen-doc-3.4.2-5.fc11.x86_64.rpm"> xen-doc-3.4.2-5.fc11.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/xen/xen-hypervisor-3.4.2-5.fc11.x86_64.rpm"> xen-hypervisor-3.4.2-5.fc11.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/xen/xen-libs-3.4.2-5.fc11.x86_64.rpm"> xen-libs-3.4.2-5.fc11.x86_64.rpm</a></li>
<li><a href="http://shlrm.org/rpms/xen/xen-runtime-3.4.2-5.fc11.x86_64.rpm"> xen-runtime-3.4.2-5.fc11.x86_64.rpm</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2009/11/12/xen-3-4-2-rpms-for-fedora-11-x86_64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora Domain 0 and Domain U I/O performance</title>
		<link>http://shlrm.org/wordpress/2009/10/22/fedora-domain-0-and-domain-u-io-performance/</link>
		<comments>http://shlrm.org/wordpress/2009/10/22/fedora-domain-0-and-domain-u-io-performance/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 16:07:07 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[IO]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=286</guid>
		<description><![CDATA[I finally got a Fedora 11 domain0 up and running. Built my own kernel using the patches from gentoo-xen-kernel. Specifically, the 2.6.29.6 patches, as I had issues running the 2.6.30 kernel on this particular box. This box does not have the CPU virtualization extensions, so every VM has to be paravirtualized. Here, I discuss a [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got a Fedora 11 domain0 up and running. Built my own kernel using the patches from <a href="http://code.google.com/p/gentoo-xen-kernel/downloads/list">gentoo-xen-kernel</a>. Specifically, the <a href="http://gentoo-xen-kernel.googlecode.com/files/xen-patches-2.6.29-6.tar.bz2">2.6.29.6 patches</a>, as I had issues running the 2.6.30 kernel on this particular box. This box does not have the CPU virtualization extensions, so every VM has to be paravirtualized. Here, I discuss a bit on the awesomeness of pygrub, and then I publis a couple bonnie++ results from the dom0 and the domU.</p>
<p><span id="more-286"></span></p>
<p>First I&#8217;ll rave about pygrub. This allows me to give the owner of a paravirtualized box the ability to install their own kernel. There&#8217;s only one constraint: The kernel must support being a domU. So it doesn&#8217;t quite get you unmodified guest kernel support, but you can still install your own kernel if you want a specific kernel for some reason. Also, vanilla kernels starting from about 2.6.27 onward have support for running in a domU, so long as you turn it on. Fedora 11&#8242;s kernel has this ability, so you can do a bit of configuration, and install a Fedora 11 domU right off the CD. That&#8217;s pretty awesome.</p>
<p>I use LVM backed disks for domains rather than disk image files. I&#8217;ve found that the LVM backed disks perform much better than the file backed ones. The installs that I&#8217;ve done with Fedora 11 are actually using the disk I have given the domU as a physical disk, partitioning it, installing LVM and everything. I was concerned about the performance of two levels of LVM, so I ran bonnie++ on both the domU and the dom0. The dom0 is one level of LVM, and the domU will have two levels of LVM.</p>
<p>Domain 0 IO test result:</p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
fedoraxen.shl 1512M 50362  83 41511  11 22227   1 46086  92 72866   0 207.4   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  9622  98 +++++ +++ +++++ +++  9834  99 +++++ +++ +++++ +++</pre>
<p>Fedora 11 DomU (on the same box):</p>
<pre>Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
Machine        Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
TestVM           2G 52894  96 65639  31 29314  14 36553  69 79138  11 189.6   0
                    ------Sequential Create------ --------Random Create--------
                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
                 16  7932  82 +++++ +++ 30738  99  9571  99 +++++ +++ 31084  99</pre>
<p>So it seems that performance isn&#8217;t hit that badly, things are a bit slower, as to be expected with two levels of LVM, but not horribly so.</p>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2009/10/22/fedora-domain-0-and-domain-u-io-performance/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Migration proceeding</title>
		<link>http://shlrm.org/wordpress/2009/09/01/migration-proceeding/</link>
		<comments>http://shlrm.org/wordpress/2009/09/01/migration-proceeding/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 20:17:09 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[W00t!]]></category>
		<category><![CDATA[migration]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/?p=277</guid>
		<description><![CDATA[The new cpu coolers fit and I can highly recommend them. The loudest fan on the server is the 5-drive sata hot-swap bay. I&#8217;ll make a posting detailing the server and the pitfalls I encountered for others on the internet, if any others actually read this, heh. Anyways, the migration is proceeding, I have 10VMs [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.noctua.at/main.php?show=productview&amp;products_id=22&amp;lng=en">new cpu coolers</a> fit and I can highly recommend them. The loudest fan on the server is the 5-drive sata hot-swap bay. I&#8217;ll make a posting detailing the server and the pitfalls I encountered for others on the internet, if any others actually read this, heh.</p>
<p>Anyways, the migration is proceeding, I have 10VMs running on the xen host. I have a few more to build to get the rest of my services segregated enough. I&#8217;m using LDAP on a VM to have centralized authentication and authorization. It&#8217;s still evolving slowly, but I can get the services I need running on a vm as they were, and then build a new VM to start the LDAP integration. Xen rules.</p>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2009/09/01/migration-proceeding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xen Stats</title>
		<link>http://shlrm.org/wordpress/2008/04/06/xen-stats/</link>
		<comments>http://shlrm.org/wordpress/2008/04/06/xen-stats/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 02:38:51 +0000</pubDate>
		<dc:creator>David Kowis</dc:creator>
				<category><![CDATA[Source Mage]]></category>
		<category><![CDATA[W00t!]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://shlrm.org/wordpress/2008/04/06/xen-stats/</guid>
		<description><![CDATA[http://shlrm.org/xenstats/ (original scripts here) Now you can view the stats on who&#8217;s doing the most work in my Xen hosts. Yay. It explodes if there&#8217;s a halted vm. It&#8217;s not built to handle the new xen 3.0 lifestyle of things. I guess I&#8217;ll be learning myself some python. Or I&#8217;ll translate it all to bash [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://shlrm.org/xenstats/">http://shlrm.org/xenstats/</a> (original scripts <a href="http://skaya.enix.org/wiki/XenStats">here</a>)</p>
<p>Now you can view the stats on who&#8217;s doing the most work in my Xen hosts. Yay.</p>
<p>It explodes if there&#8217;s a halted vm. It&#8217;s not built to handle the new xen 3.0 lifestyle of things. I guess I&#8217;ll be learning myself some python. Or I&#8217;ll translate it all to bash ;) I could probably do it in bash. Not that python isn&#8217;t used for everything in xen anyway. Okay, now I&#8217;m rambling.</p>
]]></content:encoded>
			<wfw:commentRss>http://shlrm.org/wordpress/2008/04/06/xen-stats/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
