<?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: Lessfs-1.3.1 has been released</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=559" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=559</link>
	<description>Open source data de-duplication &#38; data tiering for less</description>
	<lastBuildDate>Wed, 18 Mar 2015 13:40:57 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.0.7</generator>
	<item>
		<title>By: Gianni</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1211</link>
		<dc:creator><![CDATA[Gianni]]></dc:creator>
		<pubDate>Tue, 01 Feb 2011 22:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1211</guid>
		<description><![CDATA[sorry cut &amp; paste left some part :)

root@dedup:~/lessfs-1.3.1# diff lib_tc.c lib_tc.c.orig 
1299,1301d1298
&lt;     float dedup=0;
&lt;     float orig=0;
&lt; 
1318,1319d1314
stbuf.st_size;
real_size;
1325,1326d1319
stbuf.st_size;
real_size;
1336,1337d1328
&lt;     lines[count++] = as_sprintf(&quot;File	Dedup		Original	Perc\n&quot;);
&lt;     lines[count++] = as_sprintf(&quot;%i	%.0f	%.0f	%3.2f\n&quot;,count,dedup,orig,dedup/orig*100);

root@dedup:~/lessfs-1.3.1# tail -2 /dedup/.lessfs/lessfs_stats 
File	Dedup		Original	Perc
93	59168874496	61916155904	95.56]]></description>
		<content:encoded><![CDATA[<p>sorry cut &amp; paste left some part <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p>root@dedup:~/lessfs-1.3.1# diff lib_tc.c lib_tc.c.orig<br />
1299,1301d1298<br />
&lt;     float dedup=0;<br />
&lt;     float orig=0;<br />
&lt;<br />
1318,1319d1314<br />
stbuf.st_size;<br />
real_size;<br />
1325,1326d1319<br />
stbuf.st_size;<br />
real_size;<br />
1336,1337d1328<br />
&lt;     lines[count++] = as_sprintf(&quot;File	Dedup		Original	Perc\n&quot;);<br />
&lt;     lines[count++] = as_sprintf(&quot;%i	%.0f	%.0f	%3.2f\n&quot;,count,dedup,orig,dedup/orig*100);</p>
<p>root@dedup:~/lessfs-1.3.1# tail -2 /dedup/.lessfs/lessfs_stats<br />
File	Dedup		Original	Perc<br />
93	59168874496	61916155904	95.56</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gianni</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1210</link>
		<dc:creator><![CDATA[Gianni]]></dc:creator>
		<pubDate>Tue, 01 Feb 2011 22:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1210</guid>
		<description><![CDATA[Good night!!!

I&#039;m testing lessfs with some mailbox: too much little file so that my little script to  get stat from lessfs_stat became very slow...so  i tried to make a &quot;little patch&quot; for lib_tc.c just to describe my idea:

root@dedup:~/lessfs-1.3.1# diff lib_tc.c lib_tc.c.orig 
1299,1301d1298
&lt;     float dedup=0;
&lt;     float orig=0;
&lt; 
1318,1319d1314
stbuf.st_size;
real_size;
1325,1326d1319
stbuf.st_size;
real_size;
1336,1337d1328
&lt;     lines[count++] = as_sprintf(&quot;File	Dedup		Original	Perc\n&quot;);
&lt;     lines[count++] = as_sprintf(&quot;%i	%.0f	%.0f	%3.2f\n&quot;,count,dedup,orig,dedup/orig*100);

After this mod i add 2 line at bottom of lessfs_stat so we just need to read that 2 line to get some fast summary:

root@dedup:~/lessfs-1.3.1# tail -2 /dedup/.lessfs/lessfs_stats 
File	Dedup		Original	Perc
93	59168874496	61916155904	95.56

Perhaps it should be better to put that info in some other file or produce in some other way i dont know.

This is just for suggest my idea :)

Happy dedup :)
Gianni]]></description>
		<content:encoded><![CDATA[<p>Good night!!!</p>
<p>I&#8217;m testing lessfs with some mailbox: too much little file so that my little script to  get stat from lessfs_stat became very slow&#8230;so  i tried to make a &#8220;little patch&#8221; for lib_tc.c just to describe my idea:</p>
<p>root@dedup:~/lessfs-1.3.1# diff lib_tc.c lib_tc.c.orig<br />
1299,1301d1298<br />
&lt;     float dedup=0;<br />
&lt;     float orig=0;<br />
&lt;<br />
1318,1319d1314<br />
stbuf.st_size;<br />
real_size;<br />
1325,1326d1319<br />
stbuf.st_size;<br />
real_size;<br />
1336,1337d1328<br />
&lt;     lines[count++] = as_sprintf(&quot;File	Dedup		Original	Perc\n&quot;);<br />
&lt;     lines[count++] = as_sprintf(&quot;%i	%.0f	%.0f	%3.2f\n&quot;,count,dedup,orig,dedup/orig*100);</p>
<p>After this mod i add 2 line at bottom of lessfs_stat so we just need to read that 2 line to get some fast summary:</p>
<p>root@dedup:~/lessfs-1.3.1# tail -2 /dedup/.lessfs/lessfs_stats<br />
File	Dedup		Original	Perc<br />
93	59168874496	61916155904	95.56</p>
<p>Perhaps it should be better to put that info in some other file or produce in some other way i dont know.</p>
<p>This is just for suggest my idea <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
<p>Happy dedup <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Gianni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: richard</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1209</link>
		<dc:creator><![CDATA[richard]]></dc:creator>
		<pubDate>Tue, 01 Feb 2011 19:36:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1209</guid>
		<description><![CDATA[When I would do a mklessfs and then a service lessfs start, nothing would happen. I haven&#039;t tried making a lessfs.cfg-hamsterdb  in /etc.]]></description>
		<content:encoded><![CDATA[<p>When I would do a mklessfs and then a service lessfs start, nothing would happen. I haven&#8217;t tried making a lessfs.cfg-hamsterdb  in /etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1202</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Sun, 30 Jan 2011 07:31:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1202</guid>
		<description><![CDATA[Also, I built a spec file for hamsterdb tonight, if anyone is interested.]]></description>
		<content:encoded><![CDATA[<p>Also, I built a spec file for hamsterdb tonight, if anyone is interested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nix</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1196</link>
		<dc:creator><![CDATA[Nix]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 21:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1196</guid>
		<description><![CDATA[Turning off transactions while hamsterdb is active yields a fatal error:

start_flush_commit : failed to commit transaction() returned error -8: Invalid parameter

because txn was never initialized, but you unconditionally call ham_txn_commit() and ham_txn_begin() in commit_transactions() without checking config-&gt;transactions first.

(I&#039;m not clear if this option is even *meant* to work with hamsterdb, though.)]]></description>
		<content:encoded><![CDATA[<p>Turning off transactions while hamsterdb is active yields a fatal error:</p>
<p>start_flush_commit : failed to commit transaction() returned error -8: Invalid parameter</p>
<p>because txn was never initialized, but you unconditionally call ham_txn_commit() and ham_txn_begin() in commit_transactions() without checking config-&gt;transactions first.</p>
<p>(I&#8217;m not clear if this option is even *meant* to work with hamsterdb, though.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1190</link>
		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Fri, 28 Jan 2011 01:39:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1190</guid>
		<description><![CDATA[Instead of rebuilding your tarball, consider adding a line like this in the %build section of the spec file:

cp etc/lessfs.cfg-hamsterdb etc/lessfs.cfg]]></description>
		<content:encoded><![CDATA[<p>Instead of rebuilding your tarball, consider adding a line like this in the %build section of the spec file:</p>
<p>cp etc/lessfs.cfg-hamsterdb etc/lessfs.cfg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1166</link>
		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 19:33:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1166</guid>
		<description><![CDATA[I can&#039;t seem to get lessfs to start. I&#039;m going to try testing with 1.2.2.6]]></description>
		<content:encoded><![CDATA[<p>I can&#8217;t seem to get lessfs to start. I&#8217;m going to try testing with 1.2.2.6</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1165</link>
		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 18:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1165</guid>
		<description><![CDATA[sorry to hog the forum but are  -o kernel_cache,negative_timeout=0,entry_timeout=0,attr_timeout=0,use_ino,readdir_ino,default_permissions,allow_other,big_writes,max_read=65536,max_write=65536
not needed anymore? they are not in the init.d/lessfs anymore.]]></description>
		<content:encoded><![CDATA[<p>sorry to hog the forum but are  -o kernel_cache,negative_timeout=0,entry_timeout=0,attr_timeout=0,use_ino,readdir_ino,default_permissions,allow_other,big_writes,max_read=65536,max_write=65536<br />
not needed anymore? they are not in the init.d/lessfs anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1163</link>
		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 17:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1163</guid>
		<description><![CDATA[Okay, after an rpmbuild --rebuild lessfs-1.3.1-1.src.rpm
went into SOURCES untarred the tgz, copied lessfs.cfg-hamsterdb to lessfs.cfg and tarred the directory and then did an rpmbuild --bb SPEC/lessfs.spec and build completed.

rpm -Uvh succeeded. Interesting, there is no hamsterdb dependency.]]></description>
		<content:encoded><![CDATA[<p>Okay, after an rpmbuild &#8211;rebuild lessfs-1.3.1-1.src.rpm<br />
went into SOURCES untarred the tgz, copied lessfs.cfg-hamsterdb to lessfs.cfg and tarred the directory and then did an rpmbuild &#8211;bb SPEC/lessfs.spec and build completed.</p>
<p>rpm -Uvh succeeded. Interesting, there is no hamsterdb dependency.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.lessfs.com/wordpress/?p=559&#038;cpage=1#comment-1162</link>
		<dc:creator><![CDATA[Richard]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 17:42:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=559#comment-1162</guid>
		<description><![CDATA[Darn src rpm is &quot;failing&quot; on Fedora12 because it can&#039;t find the lessfs.cfg in /etc. I&#039;m going to try to copying the lessfs.cfg-hamsterdb, but so far I haven&#039;t found the right place. Probably going to have to untar then retar. I&#039;ll post an update.]]></description>
		<content:encoded><![CDATA[<p>Darn src rpm is &#8220;failing&#8221; on Fedora12 because it can&#8217;t find the lessfs.cfg in /etc. I&#8217;m going to try to copying the lessfs.cfg-hamsterdb, but so far I haven&#8217;t found the right place. Probably going to have to untar then retar. I&#8217;ll post an update.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
