<?xml version="1.0" encoding="UTF-8"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  xmlns="http://purl.org/rss/1.0/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

  <channel rdf:about="http://lwn.net/headlines/14714/">
    <title>LWN: Comments on "EVMS changes direction"</title>
    <link>http://lwn.net/Articles/14714/</link>
    <description>
This is a special feed containing comments posted
to the individual LWN article titled &quot;EVMS changes direction&quot;.

    </description>

    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>2</syn:updateFrequency>
    <items>
      <rdf:Seq>
	<rdf:li resource="http://lwn.net/Articles/14992/rss" />
	<rdf:li resource="http://lwn.net/Articles/14955/rss" />
	<rdf:li resource="http://lwn.net/Articles/14825/rss" />
	<rdf:li resource="http://lwn.net/Articles/14821/rss" />
	<rdf:li resource="http://lwn.net/Articles/14781/rss" />
	<rdf:li resource="http://lwn.net/Articles/14730/rss" />
      
      </rdf:Seq>
    </items>

  </channel>
    <item rdf:about="http://lwn.net/Articles/14992/rss">
      <title>EVMS changes direction</title>
      <link>http://lwn.net/Articles/14992/rss</link>
      <dc:date>2002-11-08T11:36:49+00:00</dc:date>
      <dc:creator>Wol</dc:creator>
      <description>
      &lt;i&gt;This would require all kernels to be linked with an initramfs image, which doesn't really improve anything. Is the kernel really going this way, and why? &lt;/i&gt;&lt;br&gt;&lt;br&gt;
AFAICT, yes&lt;br&gt;&lt;br&gt;
It makes for a far smaller kernel, as loading modules requires loads of user-space or call-once code, and this means all this crud &lt;b&gt;can&lt;/b&gt; be run in user space, and then dropped. With current kernels, I don't know what the figure is, but it wouldn't surprise me if 50% of the RAM occupied by the kernel is &quot;dead space&quot;, and the kernel guys want to get rid of it.&lt;br&gt;&lt;br&gt;
This discovery etc code is a classic example - it only runs on boot, so why should it be in the kernel, cluttering up RAM for evermore?&lt;br&gt;&lt;br&gt;
Cheers,&lt;br&gt;
Wol
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/14955/rss">
      <title>EVMS changes direction</title>
      <link>http://lwn.net/Articles/14955/rss</link>
      <dc:date>2002-11-07T19:06:27+00:00</dc:date>
      <dc:creator>job</dc:creator>
      <description>
      But .. but ... EVMS offers more functionality than the in-kernel DM och MD do! (And these two overlap, because DM can stripe volumes as well -- so the rest of MD functionality really should be moved to DM as well.) The article mentions bad block reallocation but there's more in there. I don't think it's possible to implement this on DM. What about it?&lt;p&gt;Also, the in-kernel discovery is *very* nice to have (being a sysadmin) and it really simplifies booting. I guess the initramfs is good enough but then I want the partition discovery and such overly simple tools for logical volumes to be moved to userspace as well! This would require all kernels to be linked with an initramfs image, which doesn't really improve anything. Is the kernel really going this way, and why?
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/14825/rss">
      <title>EVMS changes direction</title>
      <link>http://lwn.net/Articles/14825/rss</link>
      <dc:date>2002-11-06T22:04:58+00:00</dc:date>
      <dc:creator>Peter</dc:creator>
      <description>
      &lt;blockquote&gt;Very impressive.  Kudos to the development team.  Looks like
the whole system will improve as a result.&lt;/blockquote&gt;
&lt;p&gt;Seconded.  I've been hoping for the past month or two that they would
make this decision - architecturally, DM and MD are good solutions and are
flexible enough to support layering other stuff on top of them, including
both LVM2 and EVMS.&lt;/p&gt;
&lt;p&gt;Classy move, EVMS people.&lt;/p&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/14821/rss">
      <title>EVMS changes direction</title>
      <link>http://lwn.net/Articles/14821/rss</link>
      <dc:date>2002-11-06T22:01:27+00:00</dc:date>
      <dc:creator>Peter</dc:creator>
      <description>
      &lt;blockquote&gt;This means if we use evms on a 2.4 system, we can't experiment
with a 2.5 kernel.  Unfortunate.&lt;/blockquote&gt;
&lt;p&gt;Welcome to my world. (: I use LVM, so until DM was included in the 2.5
kernel I couldn't test it - LVM did not survive the block device changes
in 2.5.1 and 2.5.2, so it has been broken for basically the whole series.&lt;/p&gt;
&lt;p&gt;Besides, if you read the message carefully, you'll note that Kevin is
hoping to complete the changeover in early 2003 and will continue to
maintain the current kernel patch until then.
&lt;p&gt;At that point, in order to
boot both 2.4 and 2.5 kernels you will have to figure out how to make two
versions of the userspace tools coexist and select themselves when the
appropriate kernel boots.  Again - welcome to my world.  LVM was like this
for quite awhile in the 2.2 and 2.3 days - I used four different
versions of its rapidly evolving ABI, with four sets of userspace tools,
during that time.  I hacked up the LVM tools to do this detection /
selection, and a very similar approach was eventually implemented in the
Debian packaging.  It's annoying but doable.  Quite possibly the EVMS
maintainers will actually do that part for you; if not, perhaps someone
like Debian will.&lt;/p&gt;
&lt;p&gt;Oh, I forgot: they said they'll also be supporting DM on 2.4 kernels, so
when the fateful flag day comes, you could just recompile your 2.4 kernel
with the device mapper patch.&lt;/p&gt;
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/14781/rss">
      <title>EVMS changes direction</title>
      <link>http://lwn.net/Articles/14781/rss</link>
      <dc:date>2002-11-06T18:48:22+00:00</dc:date>
      <dc:creator>hisdad</dc:creator>
      <description>
      This means if we use evms on a 2.4 system, we can't experiment with a 2.5 kernel.&lt;br&gt;Unfortunate.
      
      </description>
    </item>
    <item rdf:about="http://lwn.net/Articles/14730/rss">
      <title>EVMS changes direction</title>
      <link>http://lwn.net/Articles/14730/rss</link>
      <dc:date>2002-11-06T15:21:25+00:00</dc:date>
      <dc:creator>dkite</dc:creator>
      <description>
      This should be added to the kernel howto's. &amp;quot;What to do if your project you have been working on for years is not included&amp;quot;, or &amp;quot;Reasons not to fork&amp;quot;.&lt;p&gt;Very impressive. Kudos to the development team. Looks like the whole system will improve as a result.&lt;p&gt;Derek
      
      </description>
    </item>
</rdf:RDF>

