<?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.1.3 is available.</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=360" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=360</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: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-822</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Thu, 22 Jul 2010 08:39:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-822</guid>
		<description><![CDATA[For now lessfs reports the actual filesize to du and not the compressed filesize. I am thinking about changing du to report the compressed space instead.]]></description>
		<content:encoded><![CDATA[<p>For now lessfs reports the actual filesize to du and not the compressed filesize. I am thinking about changing du to report the compressed space instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wxp</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-820</link>
		<dc:creator><![CDATA[wxp]]></dc:creator>
		<pubDate>Thu, 22 Jul 2010 02:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-820</guid>
		<description><![CDATA[First, Thank you very much!
Alex, I think you are right and thank you for your help.
I tested with a directory which contains so many small files, as what you said,  if I store a 129K file, this will use 2×128K block, so, at least, about 256K for 1 129K .

When I set the BlockSize = 4K (4096), and I copy a dircetory ,which also contains so many small files, to /fuse, the result are: 8.3M----&gt;8.2M;38M-----&gt;37M

Now, I have another question: When I read lessfs_stats file, I find that the size of each file is about the half of the source file, but the whole size of the directory almost the same as source directory. 

why ?]]></description>
		<content:encoded><![CDATA[<p>First, Thank you very much!<br />
Alex, I think you are right and thank you for your help.<br />
I tested with a directory which contains so many small files, as what you said,  if I store a 129K file, this will use 2×128K block, so, at least, about 256K for 1 129K .</p>
<p>When I set the BlockSize = 4K (4096), and I copy a dircetory ,which also contains so many small files, to /fuse, the result are: 8.3M&#8212;-&gt;8.2M;38M&#8212;&#8211;&gt;37M</p>
<p>Now, I have another question: When I read lessfs_stats file, I find that the size of each file is about the half of the source file, but the whole size of the directory almost the same as source directory. </p>
<p>why ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-818</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 11:28:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-818</guid>
		<description><![CDATA[Did you check .lessfs/lessfs_stats to see the real space that these files consume?
The du statistics are something that I am working on. lessfs_stats will give you better insight for now. You can also check the size of the actual lessfs databases.]]></description>
		<content:encoded><![CDATA[<p>Did you check .lessfs/lessfs_stats to see the real space that these files consume?<br />
The du statistics are something that I am working on. lessfs_stats will give you better insight for now. You can also check the size of the actual lessfs databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-817</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 11:13:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-817</guid>
		<description><![CDATA[Hi wxp,

i guess your different sizes on the little files is due to the blocksize you choose to store your datas.

If you use 128k blocksize then, a single little file will be stored in 1 block, which is at least 128k because of your settings. So as that won&#039;t happen on bigger files, because it will feat in multiple block store.

So as, to be clear, if you store a 129K file, this will use 2x128K block, so, at least, about 256K for 1 129K file. That&#039;s why you have to choose the best settings to fit your needs, as you may loose efficiency on really little files.

By the way, on the 1.0.8 lessfs, storing files lower than block size make the FS become so slow near unusable. 

Hope i&#039;m right in the way i explain it, and hope this helps.]]></description>
		<content:encoded><![CDATA[<p>Hi wxp,</p>
<p>i guess your different sizes on the little files is due to the blocksize you choose to store your datas.</p>
<p>If you use 128k blocksize then, a single little file will be stored in 1 block, which is at least 128k because of your settings. So as that won&#8217;t happen on bigger files, because it will feat in multiple block store.</p>
<p>So as, to be clear, if you store a 129K file, this will use 2x128K block, so, at least, about 256K for 1 129K file. That&#8217;s why you have to choose the best settings to fit your needs, as you may loose efficiency on really little files.</p>
<p>By the way, on the 1.0.8 lessfs, storing files lower than block size make the FS become so slow near unusable. </p>
<p>Hope i&#8217;m right in the way i explain it, and hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wxp</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-816</link>
		<dc:creator><![CDATA[wxp]]></dc:creator>
		<pubDate>Wed, 21 Jul 2010 09:26:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-816</guid>
		<description><![CDATA[Hi, I first do by following:
#mklessfs /etc/lessfs.cfg /fuse/
#lessfs /etc/lessfs.cfg /fuse/ 

then:

# cd /home/wxp/test
# ls
test1  test4

cd ..
# du -sh test
12K     test

I copy test/ in /home/wxp to /fuse directory:

# cp -r test/   /fuse/test_lessfs/

# cd /fuse/test_lessfs/test
# ls
test1  test4

#cd ..
# du -sh test
257K    test

However when I tested with a single file:

# tar -cvf linux_ker.bak.tar linux-2.6.33 
# du -sh  linux_kernel.bak.tar 
1.4G    linux_kernel.bak.tar

 ---copy to /fuse
# cp linux_kernel.bak.tar  /fuse/tar
# du -sh linux_kernel.bak.tar 
1.4G    linux_kernel.bak.tar

who can tell me why, and thank you!]]></description>
		<content:encoded><![CDATA[<p>Hi, I first do by following:<br />
#mklessfs /etc/lessfs.cfg /fuse/<br />
#lessfs /etc/lessfs.cfg /fuse/ </p>
<p>then:</p>
<p># cd /home/wxp/test<br />
# ls<br />
test1  test4</p>
<p>cd ..<br />
# du -sh test<br />
12K     test</p>
<p>I copy test/ in /home/wxp to /fuse directory:</p>
<p># cp -r test/   /fuse/test_lessfs/</p>
<p># cd /fuse/test_lessfs/test<br />
# ls<br />
test1  test4</p>
<p>#cd ..<br />
# du -sh test<br />
257K    test</p>
<p>However when I tested with a single file:</p>
<p># tar -cvf linux_ker.bak.tar linux-2.6.33<br />
# du -sh  linux_kernel.bak.tar<br />
1.4G    linux_kernel.bak.tar</p>
<p> &#8212;copy to /fuse<br />
# cp linux_kernel.bak.tar  /fuse/tar<br />
# du -sh linux_kernel.bak.tar<br />
1.4G    linux_kernel.bak.tar</p>
<p>who can tell me why, and thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wxp</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-780</link>
		<dc:creator><![CDATA[wxp]]></dc:creator>
		<pubDate>Tue, 20 Jul 2010 02:49:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-780</guid>
		<description><![CDATA[When I use the lessFS 1.1.4 , I don&#039;t why to happen this:
#mklessfs /etc/lessfs.cfg /fuse/ 
#lessfs /etc/lessfs.cfg /fuse/ -d


FUSE library version: 2.8.1
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.12
flags=0x0000007b
max_readahead=0x00020000
   INIT: 7.12
   flags=0x00000031
   max_readahead=0x00020000
   max_write=0x00020000
   unique: 1, success, outsize: 40

and then I cope my /home directory to /fuse:(open another terminal)
#cp -r /home/  /fuse

It takes so many time and /home size is 586M,but  in /fuse, the size of home/  is 2.0G

I don&#039;t why?]]></description>
		<content:encoded><![CDATA[<p>When I use the lessFS 1.1.4 , I don&#8217;t why to happen this:<br />
#mklessfs /etc/lessfs.cfg /fuse/<br />
#lessfs /etc/lessfs.cfg /fuse/ -d</p>
<p>FUSE library version: 2.8.1<br />
nullpath_ok: 0<br />
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56<br />
INIT: 7.12<br />
flags=0x0000007b<br />
max_readahead=0x00020000<br />
   INIT: 7.12<br />
   flags=0x00000031<br />
   max_readahead=0x00020000<br />
   max_write=0x00020000<br />
   unique: 1, success, outsize: 40</p>
<p>and then I cope my /home directory to /fuse:(open another terminal)<br />
#cp -r /home/  /fuse</p>
<p>It takes so many time and /home size is 586M,but  in /fuse, the size of home/  is 2.0G</p>
<p>I don&#8217;t why?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-778</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:29:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-778</guid>
		<description><![CDATA[One more update... when I restarted lessfs, this time it said that it had to rollback.   It did that, and was able to start it again.   It could not open fileblock.tch, or blockusage.tch until it rolled back.   The number after &quot;failed to delete&quot; kept decreasing sequentially, from 17-15804 until it reached 17-0.  After it hit zero, the messages stopped, I killed the lessfs process and then restarted.  That&#039;s when it did the rollback and then started back up in a usable state again.]]></description>
		<content:encoded><![CDATA[<p>One more update&#8230; when I restarted lessfs, this time it said that it had to rollback.   It did that, and was able to start it again.   It could not open fileblock.tch, or blockusage.tch until it rolled back.   The number after &#8220;failed to delete&#8221; kept decreasing sequentially, from 17-15804 until it reached 17-0.  After it hit zero, the messages stopped, I killed the lessfs process and then restarted.  That&#8217;s when it did the rollback and then started back up in a usable state again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-777</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-777</guid>
		<description><![CDATA[Wow, now my syslog is filling up with dozens and dozens of lines like this one:

Jul 19 12:01:05 localhost lessfs[11708]: delete_dbb: failed to delete 17-15160 reason : no record found]]></description>
		<content:encoded><![CDATA[<p>Wow, now my syslog is filling up with dozens and dozens of lines like this one:</p>
<p>Jul 19 12:01:05 localhost lessfs[11708]: delete_dbb: failed to delete 17-15160 reason : no record found</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-776</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 19 Jul 2010 16:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-776</guid>
		<description><![CDATA[:)   I was able to reproduce it.   I started copying a 15GB file onto a lessfs share via samba.  25% through the transfer, I clicked cancel.   The cancel dialog froze, and everything became unresponsive.  I am unable to access lessfs, even through the console.   When I tried to restart the lessfs service, it crashed on me.  I do have a core dump, now.   And I also noticed the following in my syslog:

Jul 19 11:53:49 localhost lessfs[12415]: The selected data store is tokyocabinet.
Jul 19 11:53:49 localhost lessfs[12415]: Lessfs transaction support is enabled.
Jul 19 11:53:49 localhost lessfs[12415]: Hash MHASH_TIGER192 has been selected
Jul 19 11:53:49 localhost lessfs[12415]: Lessfs uses a 24 bytes long hash.
Jul 19 11:53:49 localhost lessfs[12415]: Lessfs fsync does not sync the databases to the disk when fsync is called on an inode
Jul 19 11:53:49 localhost lessfs[12415]: Automatic defragmentation is enabled.
Jul 19 11:53:49 localhost lessfs[12415]: cache 400 data blocks
Jul 19 11:55:23 localhost lessfs[12415]: segfault at 0 ip b7f254dd sp bfb79140 error 4 in libtokyocabinet.so.9.8.0[b7eef000+7e000]
Jul 19 11:55:23 localhost lessfs[12415]: Exit signal received, exitting]]></description>
		<content:encoded><![CDATA[<p><img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" />   I was able to reproduce it.   I started copying a 15GB file onto a lessfs share via samba.  25% through the transfer, I clicked cancel.   The cancel dialog froze, and everything became unresponsive.  I am unable to access lessfs, even through the console.   When I tried to restart the lessfs service, it crashed on me.  I do have a core dump, now.   And I also noticed the following in my syslog:</p>
<p>Jul 19 11:53:49 localhost lessfs[12415]: The selected data store is tokyocabinet.<br />
Jul 19 11:53:49 localhost lessfs[12415]: Lessfs transaction support is enabled.<br />
Jul 19 11:53:49 localhost lessfs[12415]: Hash MHASH_TIGER192 has been selected<br />
Jul 19 11:53:49 localhost lessfs[12415]: Lessfs uses a 24 bytes long hash.<br />
Jul 19 11:53:49 localhost lessfs[12415]: Lessfs fsync does not sync the databases to the disk when fsync is called on an inode<br />
Jul 19 11:53:49 localhost lessfs[12415]: Automatic defragmentation is enabled.<br />
Jul 19 11:53:49 localhost lessfs[12415]: cache 400 data blocks<br />
Jul 19 11:55:23 localhost lessfs[12415]: segfault at 0 ip b7f254dd sp bfb79140 error 4 in libtokyocabinet.so.9.8.0[b7eef000+7e000]<br />
Jul 19 11:55:23 localhost lessfs[12415]: Exit signal received, exitting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=360&#038;cpage=1#comment-775</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 19 Jul 2010 15:36:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=360#comment-775</guid>
		<description><![CDATA[I did not have the syslog service running at the time.   I started it now and am trying to reproduce the issue.]]></description>
		<content:encoded><![CDATA[<p>I did not have the syslog service running at the time.   I started it now and am trying to reproduce the issue.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
