<?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.7 is available for download.</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=317" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=317</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=317&#038;cpage=1#comment-573</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Tue, 30 Mar 2010 21:17:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=317#comment-573</guid>
		<description><![CDATA[I have found the problem. 
A metadata field is not present in older versions of lessfs. I could reproduce this bug by migrating from lessfs-1.0.0 without transaction support to lessfs-1.0.8 with transactions enabled.

lessfs-1.0.8 fixes this problem by automatically adding the missing metadata when it detects the old structure.

Mark.]]></description>
		<content:encoded><![CDATA[<p>I have found the problem.<br />
A metadata field is not present in older versions of lessfs. I could reproduce this bug by migrating from lessfs-1.0.0 without transaction support to lessfs-1.0.8 with transactions enabled.</p>
<p>lessfs-1.0.8 fixes this problem by automatically adding the missing metadata when it detects the old structure.</p>
<p>Mark.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=317&#038;cpage=1#comment-572</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Tue, 30 Mar 2010 20:05:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=317#comment-572</guid>
		<description><![CDATA[Hi Brian,

This is very unexpected and of course a rather critical event.

Did you cleanly umount the filesystem before upgrading it?
Have you enabled transactions after you upgraded?
I tested some of the obvious scenario&#039;s but I am unable to replicate this.

Can you tell me exactly what you have done and share your config?

Mark]]></description>
		<content:encoded><![CDATA[<p>Hi Brian,</p>
<p>This is very unexpected and of course a rather critical event.</p>
<p>Did you cleanly umount the filesystem before upgrading it?<br />
Have you enabled transactions after you upgraded?<br />
I tested some of the obvious scenario&#8217;s but I am unable to replicate this.</p>
<p>Can you tell me exactly what you have done and share your config?</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://www.lessfs.com/wordpress/?p=317&#038;cpage=1#comment-570</link>
		<dc:creator><![CDATA[Pete]]></dc:creator>
		<pubDate>Mon, 29 Mar 2010 12:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=317#comment-570</guid>
		<description><![CDATA[It works!    The Samba bug is gone.   :)]]></description>
		<content:encoded><![CDATA[<p>It works!    The Samba bug is gone.   <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BrianX</title>
		<link>http://www.lessfs.com/wordpress/?p=317&#038;cpage=1#comment-568</link>
		<dc:creator><![CDATA[BrianX]]></dc:creator>
		<pubDate>Mon, 29 Mar 2010 04:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=317#comment-568</guid>
		<description><![CDATA[I did an upgrade from 1.0.6 to 1.0.7 and it rolled back my entire filesystem.  Is this expected?

Mar 29 00:24:33 sheevaplug lessfs[20984]: The selected data store is file_io.
Mar 29 00:24:33 sheevaplug lessfs[20984]: Lessfs transaction support is enabled.
Mar 29 00:24:33 sheevaplug lessfs[20984]: Lessfs uses a 24 bytes long hash.
Mar 29 00:24:33 sheevaplug lessfs[20984]: Lessfs fsync does not sync the databases to the disk when fsync is called on an inode
Mar 29 00:24:33 sheevaplug lessfs[20984]: cache 2048 data blocks
Mar 29 00:24:33 sheevaplug lessfs[20984]: The tiger hash has been selected.
Mar 29 00:24:33 sheevaplug lessfs[20984]: Rollback : truncate /media/dedupe/dta/blockdata.dta from 121144737140 to 0
Mar 29 00:29:14 sheevaplug mklessfs[21010]: The selected data store is file_io.
Mar 29 00:29:14 sheevaplug mklessfs[21010]: Lessfs transaction support is enabled.
Mar 29 00:29:14 sheevaplug mklessfs[21010]: Lessfs uses a 24 bytes long hash.
Mar 29 00:29:14 sheevaplug mklessfs[21010]: Lessfs fsync does not sync the databases to the disk when fsync is called on an inode
Mar 29 00:29:14 sheevaplug mklessfs[21010]: cache 2048 data blocks
Mar 29 00:29:14 sheevaplug mklessfs[21010]: The tiger hash has been selected.]]></description>
		<content:encoded><![CDATA[<p>I did an upgrade from 1.0.6 to 1.0.7 and it rolled back my entire filesystem.  Is this expected?</p>
<p>Mar 29 00:24:33 sheevaplug lessfs[20984]: The selected data store is file_io.<br />
Mar 29 00:24:33 sheevaplug lessfs[20984]: Lessfs transaction support is enabled.<br />
Mar 29 00:24:33 sheevaplug lessfs[20984]: Lessfs uses a 24 bytes long hash.<br />
Mar 29 00:24:33 sheevaplug lessfs[20984]: Lessfs fsync does not sync the databases to the disk when fsync is called on an inode<br />
Mar 29 00:24:33 sheevaplug lessfs[20984]: cache 2048 data blocks<br />
Mar 29 00:24:33 sheevaplug lessfs[20984]: The tiger hash has been selected.<br />
Mar 29 00:24:33 sheevaplug lessfs[20984]: Rollback : truncate /media/dedupe/dta/blockdata.dta from 121144737140 to 0<br />
Mar 29 00:29:14 sheevaplug mklessfs[21010]: The selected data store is file_io.<br />
Mar 29 00:29:14 sheevaplug mklessfs[21010]: Lessfs transaction support is enabled.<br />
Mar 29 00:29:14 sheevaplug mklessfs[21010]: Lessfs uses a 24 bytes long hash.<br />
Mar 29 00:29:14 sheevaplug mklessfs[21010]: Lessfs fsync does not sync the databases to the disk when fsync is called on an inode<br />
Mar 29 00:29:14 sheevaplug mklessfs[21010]: cache 2048 data blocks<br />
Mar 29 00:29:14 sheevaplug mklessfs[21010]: The tiger hash has been selected.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tidder</title>
		<link>http://www.lessfs.com/wordpress/?p=317&#038;cpage=1#comment-566</link>
		<dc:creator><![CDATA[Tidder]]></dc:creator>
		<pubDate>Sun, 28 Mar 2010 07:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=317#comment-566</guid>
		<description><![CDATA[Thank you for the fix!  I was getting ready to set up samba shares for backups until I read about the bug.  Let me tell you, connecting to NFS shares through windows is no walk in the park!  I&#039;m excited to try this out with my samba shares, thank you!]]></description>
		<content:encoded><![CDATA[<p>Thank you for the fix!  I was getting ready to set up samba shares for backups until I read about the bug.  Let me tell you, connecting to NFS shares through windows is no walk in the park!  I&#8217;m excited to try this out with my samba shares, thank you!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
