<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Size Can Matter: Ramdisk Journal Metadata Performance &#8211; Part 2</title>
	<atom:link href="http://www.linux-mag.com/id/7675/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.linux-mag.com/id/7675/</link>
	<description>Open Source, Open Standards</description>
	<lastBuildDate>Sat, 05 Oct 2013 13:48:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: djekels</title>
		<link>http://www.linux-mag.com/id/7675/#comment-7713</link>
		<dc:creator>djekels</dc:creator>
		<pubDate>Wed, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.linux-mag.com/id/7675/#comment-7713</guid>
		<description>&lt;p&gt;I tried creating ram drives on a 3TB ext4 File System.&lt;/p&gt;
&lt;p&gt;pvcreate /dev/ram[0-20]&lt;br /&gt;
vgcreate jrnlvg /dev/ram[0-20]&lt;br /&gt;
lvcreate -L1G -n lv0 jrnlvg&lt;/p&gt;
&lt;p&gt;mkfs -O journal_dev /dev/jrnlvg/lv0&lt;br /&gt;
tune2fs -L /opt journal device /dev/jrnlvg/lv0&lt;/p&gt;
&lt;p&gt;tune2fs -j -J device=/dev/jrnlvg/lv0 /dev/myTBvg/lv10&lt;/p&gt;
&lt;p&gt;this all works great&lt;/p&gt;
&lt;p&gt;the problem is when the system reboots, you must go through the whole process and 1+TB file systems regenerating their journals takes forever.&lt;/p&gt;
&lt;p&gt;Q: how can I dd or copy the ram device data to a regular disk.&lt;br /&gt;
   so when the system reboot, you setup the ram devices then copy the old jourabck before you fire up the FS?
&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I tried creating ram drives on a 3TB ext4 File System.</p>
<p>pvcreate /dev/ram[0-20]<br />
vgcreate jrnlvg /dev/ram[0-20]<br />
lvcreate -L1G -n lv0 jrnlvg</p>
<p>mkfs -O journal_dev /dev/jrnlvg/lv0<br />
tune2fs -L /opt journal device /dev/jrnlvg/lv0</p>
<p>tune2fs -j -J device=/dev/jrnlvg/lv0 /dev/myTBvg/lv10</p>
<p>this all works great</p>
<p>the problem is when the system reboots, you must go through the whole process and 1+TB file systems regenerating their journals takes forever.</p>
<p>Q: how can I dd or copy the ram device data to a regular disk.<br />
   so when the system reboot, you setup the ram devices then copy the old jourabck before you fire up the FS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>