<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" 
   xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" 
   xmlns:html="http://www.w3.org/1999/html" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
<channel>
   <title>Jürgen's Rantery</title>
   <link>http://blog.jaerhard.com</link>
   <description>Random rants by a random person. Updated randomly.</description>
   <language>en</language>
   <copyright>Copyright 2005 Joe Bobb</copyright>
   <ttl>60</ttl>
   <pubDate>Fri, 24 Aug 2007 11:44 GMT</pubDate>
   <managingEditor>email@blah.com</managingEditor>
   <generator>PyBlosxom http://pyblosxom.sourceforge.net/ 1.4.3 01/10/2008</generator>
<item>
   <title>Hard Disking</title>
   <guid isPermaLink="false">20070824.1344</guid>
   <link>http://blog.jaerhard.com/20070824.1344.html</link>
   <description><![CDATA[
<p>
Two days ago two new HDs arrived.  Two Seagate 500GB SATA disks.
Together with a SATA controller, they were meant to replace the three
disks in my old Athlon server ("sanctum", for obvious reasons ;).</p>
<p>The controller installed fine.  Built a new 2.6.16 (2.6.16.53 now, the
previous was 2.6.16.29).  Booted... works!  Good.</p>
<p>Shutdown, connect new disk #1, bootup.  Good.</p>
<p>The disk still lies beside the server... since yesterday.  Because...</p>
<p>Okay, there's this old lvm1 volume group (VG).  Which I used since way
back, it was created on a 2.4.x kernel.  And still worked in 2.6.</p>
<p>Now, I created a new physical volume (PV) on a partition of the new
disk.  Tried to extend the VG.  Failed, because the VG is lvm1
(metadata format) and the new PV is lvm2 format.</p>
<p>Okay, remake the PV in lvm1 format.  Add to VG.  Works.</p>
<p>Now... pvmove the physical extents (the actual data) from one of the
old PVs to the new one.  Oh, yes, now I remember this won't work for a
lvm1-format VG.  Great.</p>
<p>No problem, I think, vgconvert to new lvm2 format.  Success.  Now do
pvmove... oops: "Metadata Too Large For Circular Buffer"</p>
<p>It appears I have too many LVs.  117 in fact.</p>
<p>Now, does it not seem strange that the "limited to 255 LVs" lvm1
metadata format can handle these fine, while the "virtually unlimited
LVs" lvm2 metadata format fails?</p>
<p>Found some (limited) help on IRC.  I could convert back to lvm1
format, but that's about it.</p>
<p>And here I am, stuck between a rock and a hard place.  Do I keep lvm1,
but no pvmove (and none of the mythical (to me) advantages of lvm2
which I had no need for in the past).  Or move to lvm2 (and a whole new
VG), but need some guesswork as to how big a metadata area I need.
</p>
]]></description>
   <category domain="http://blog.jaerhard.com"></category>
   <pubDate>Fri, 24 Aug 2007 11:44 GMT</pubDate>
</item>
<item>
   <title>I'm back!</title>
   <guid isPermaLink="false">20070814.1916</guid>
   <link>http://blog.jaerhard.com/20070814.1916.html</link>
   <description><![CDATA[
<p>
After a short-ish hiatus, this "thing" is back.  For whatever that's worth.
</p>
]]></description>
   <category domain="http://blog.jaerhard.com"></category>
   <pubDate>Tue, 14 Aug 2007 17:16 GMT</pubDate>
</item>
</channel>
</rss>
