<?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.0.5 is available for download.</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=313" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=313</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: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-553</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:29:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-553</guid>
		<description><![CDATA[Alright!   I can&#039;t wait for the fix!   

By the way, kudos on lessfs.   Even with this bug, I am still happy with it.]]></description>
		<content:encoded><![CDATA[<p>Alright!   I can&#8217;t wait for the fix!   </p>
<p>By the way, kudos on lessfs.   Even with this bug, I am still happy with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-552</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:27:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-552</guid>
		<description><![CDATA[FYI - I copied the same files into a non-lessfs share via Samba and the issue did not happen (ls -s reported a non-zero block count).  So this does appear to be a Windows -&gt; Samba -&gt; Lessfs issue.]]></description>
		<content:encoded><![CDATA[<p>FYI &#8211; I copied the same files into a non-lessfs share via Samba and the issue did not happen (ls -s reported a non-zero block count).  So this does appear to be a Windows -&gt; Samba -&gt; Lessfs issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-551</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:25:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-551</guid>
		<description><![CDATA[I have been able to reproduce it.
You need to copy the data from a windows system to samba-&gt;lessfs

root@jupiter:/mnt# du . -s -h
1.4G	.
root@jupiter:/mnt# du .
359394	./test2
0	./test3
1381240	.
root@jupiter:/mnt# cd test3
root@jupiter:/mnt/test3# du . -s -h
0	.

Directory test2 contains the same files as test3
Hmm.... Files that take no space at all.

It&#039;s official, we have found a bug.

Mark.]]></description>
		<content:encoded><![CDATA[<p>I have been able to reproduce it.<br />
You need to copy the data from a windows system to samba-&gt;lessfs</p>
<p>root@jupiter:/mnt# du . -s -h<br />
1.4G	.<br />
root@jupiter:/mnt# du .<br />
359394	./test2<br />
0	./test3<br />
1381240	.<br />
root@jupiter:/mnt# cd test3<br />
root@jupiter:/mnt/test3# du . -s -h<br />
0	.</p>
<p>Directory test2 contains the same files as test3<br />
Hmm&#8230;. Files that take no space at all.</p>
<p>It&#8217;s official, we have found a bug.</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-550</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 20:18:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-550</guid>
		<description><![CDATA[Mark,
     I only tested copying files from the wonderful Windows XP OS.  I do believe that Windows is a key player in this.]]></description>
		<content:encoded><![CDATA[<p>Mark,<br />
     I only tested copying files from the wonderful Windows XP OS.  I do believe that Windows is a key player in this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-549</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-549</guid>
		<description><![CDATA[Hi Pete,

I tried to reproduce the problem with a very simple smb.conf configuration.

[global]
	workgroup = MYGROUP
	server string = Samba Server Version %v
	interfaces = eth0
	security = SHARE
	auth methods = guest
	passdb backend = tdbsam
	hosts allow = 127.0.0.1
	cups options = raw


[fusedata]
	comment = videodata
	path = /fuse
	force user = samba
	read only = No
	guest ok = Yes


After starting samba I mounted the samba share:
mount -t cifs //127.0.0.1/fusedata /mnt

Copying and moving data to /mnt works without problems as well as &#039;du&#039;.
Can you confirm that you need to use the wonderful windows OS to reproduce the problem?

Thanks in advance,

Mark]]></description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>I tried to reproduce the problem with a very simple smb.conf configuration.</p>
<p>[global]<br />
	workgroup = MYGROUP<br />
	server string = Samba Server Version %v<br />
	interfaces = eth0<br />
	security = SHARE<br />
	auth methods = guest<br />
	passdb backend = tdbsam<br />
	hosts allow = 127.0.0.1<br />
	cups options = raw</p>
<p>[fusedata]<br />
	comment = videodata<br />
	path = /fuse<br />
	force user = samba<br />
	read only = No<br />
	guest ok = Yes</p>
<p>After starting samba I mounted the samba share:<br />
mount -t cifs //127.0.0.1/fusedata /mnt</p>
<p>Copying and moving data to /mnt works without problems as well as &#8216;du&#8217;.<br />
Can you confirm that you need to use the wonderful windows OS to reproduce the problem?</p>
<p>Thanks in advance,</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-548</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:49:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-548</guid>
		<description><![CDATA[Mark,
     AIO is neither explicitly enabled nor disabled in my smb.conf.]]></description>
		<content:encoded><![CDATA[<p>Mark,<br />
     AIO is neither explicitly enabled nor disabled in my smb.conf.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-547</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 19:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-547</guid>
		<description><![CDATA[Hi Pete,

Thanks for testing this.
I will setup samba and test lessfs with full debugging. It probably has to do with lessfs not updating the filesize on every write. Do you have aio enabled in smb.conf?]]></description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>Thanks for testing this.<br />
I will setup samba and test lessfs with full debugging. It probably has to do with lessfs not updating the filesize on every write. Do you have aio enabled in smb.conf?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-546</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 17:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-546</guid>
		<description><![CDATA[Mark,  I just discovered some more information about the problem.   The problem is apparent when using the &quot;ls -s&quot; command too, which displays the file&#039;s size by the number of blocks.   That results in a zero block size for each file that is either copied or moved into a samba/lessfs file share.   

If I move the file within lessfs, the problem remains.  But if I move the file outside of the lessfs folder, the problem is permanently fixed, even if I move it back into the lessfs folder, the problem never recurs.   Somehow, it&#039;s the number of blocks that&#039;s not being set.  That must be the corrupt or missing attribute.

Pete]]></description>
		<content:encoded><![CDATA[<p>Mark,  I just discovered some more information about the problem.   The problem is apparent when using the &#8220;ls -s&#8221; command too, which displays the file&#8217;s size by the number of blocks.   That results in a zero block size for each file that is either copied or moved into a samba/lessfs file share.   </p>
<p>If I move the file within lessfs, the problem remains.  But if I move the file outside of the lessfs folder, the problem is permanently fixed, even if I move it back into the lessfs folder, the problem never recurs.   Somehow, it&#8217;s the number of blocks that&#8217;s not being set.  That must be the corrupt or missing attribute.</p>
<p>Pete</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-543</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 15 Mar 2010 12:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-543</guid>
		<description><![CDATA[Mark, I agree.   When I do move operations from within a Linux environment, it all works.   My guess is that it&#039;s a Lessfs/Samba issue as well.   All of the affected files were moved (cut/paste) into the deduped share that was served up through Samba.   If you can&#039;t reproduce it, let me know.  I might be able to make a live-cd environment where the error is reproducible in for you.]]></description>
		<content:encoded><![CDATA[<p>Mark, I agree.   When I do move operations from within a Linux environment, it all works.   My guess is that it&#8217;s a Lessfs/Samba issue as well.   All of the affected files were moved (cut/paste) into the deduped share that was served up through Samba.   If you can&#8217;t reproduce it, let me know.  I might be able to make a live-cd environment where the error is reproducible in for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.lessfs.com/wordpress/?p=313&#038;cpage=1#comment-538</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sun, 14 Mar 2010 13:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=313#comment-538</guid>
		<description><![CDATA[When I do move operations from a local filesystem to lessfs it all works.
Are the file sizes correct when you look at them with : stat?

It looks like this is a lessfs/samba related issue.

Can you do some basic tests with and without samba?]]></description>
		<content:encoded><![CDATA[<p>When I do move operations from a local filesystem to lessfs it all works.<br />
Are the file sizes correct when you look at them with : stat?</p>
<p>It looks like this is a lessfs/samba related issue.</p>
<p>Can you do some basic tests with and without samba?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
