<?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.2.2.6 is available for download</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=547" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=547</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: cw</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1135</link>
		<dc:creator><![CDATA[cw]]></dc:creator>
		<pubDate>Fri, 07 Jan 2011 14:43:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1135</guid>
		<description><![CDATA[I don&#039;t seem to be able to make it happen, but it is happening often.  what&#039;s worse, the viperl api that&#039;s being used to copy the files between the vmfs and nfs is returning &quot;success&quot; so i don&#039;t even know that it&#039;s gone wrong till I go looking for the file.

I&#039;m running it on an older amd mp2000+ 1GB ram system, not sure if it being slow and x32 is part of the problem.  I&#039;m setting up a x64 system to try now]]></description>
		<content:encoded><![CDATA[<p>I don&#8217;t seem to be able to make it happen, but it is happening often.  what&#8217;s worse, the viperl api that&#8217;s being used to copy the files between the vmfs and nfs is returning &#8220;success&#8221; so i don&#8217;t even know that it&#8217;s gone wrong till I go looking for the file.</p>
<p>I&#8217;m running it on an older amd mp2000+ 1GB ram system, not sure if it being slow and x32 is part of the problem.  I&#8217;m setting up a x64 system to try now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1134</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 22:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1134</guid>
		<description><![CDATA[Lessfs is currently using the high level Fuse API.
A point of concern comes from the Fuse documentation:

&lt;em&gt;2) high-level interface

Because the high-level interface is path based, it is not possible to
delegate looking up by inode to the filesystem.

To work around this, currently a &quot;noforget&quot; option is provided, which
makes the library remember nodes forever.  This will make the NFS
server happy, but also results in an ever growing memory footprint for
the filesystem.  For this reason if the filesystem is large (or the
memory is small), then this option is not recommended.&lt;/em&gt;

The good news is that I am working on lessfs2 that will use the low level Fuse API and provide many more features, like snapshots.
This should work better with NFS. Disappearing files would be a reason for concern though!
Is there a way to reproduce the problem?]]></description>
		<content:encoded><![CDATA[<p>Lessfs is currently using the high level Fuse API.<br />
A point of concern comes from the Fuse documentation:</p>
<p><em>2) high-level interface</p>
<p>Because the high-level interface is path based, it is not possible to<br />
delegate looking up by inode to the filesystem.</p>
<p>To work around this, currently a &#8220;noforget&#8221; option is provided, which<br />
makes the library remember nodes forever.  This will make the NFS<br />
server happy, but also results in an ever growing memory footprint for<br />
the filesystem.  For this reason if the filesystem is large (or the<br />
memory is small), then this option is not recommended.</em></p>
<p>The good news is that I am working on lessfs2 that will use the low level Fuse API and provide many more features, like snapshots.<br />
This should work better with NFS. Disappearing files would be a reason for concern though!<br />
Is there a way to reproduce the problem?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cw</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1133</link>
		<dc:creator><![CDATA[cw]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 21:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1133</guid>
		<description><![CDATA[In your FAQ files you say &quot;Fuse and kernelspace NFS does not seem to be stable yet&quot;.  In what ways is it not stable?

I&#039;ve got it working using vMA and ghettoVCBg2 to backup virtual machines from ESX, it seems to be doing mostly OK, but occasionally a file will disappear just as the copy completes and I&#039;m not sure what to blame, looking for a starting point.]]></description>
		<content:encoded><![CDATA[<p>In your FAQ files you say &#8220;Fuse and kernelspace NFS does not seem to be stable yet&#8221;.  In what ways is it not stable?</p>
<p>I&#8217;ve got it working using vMA and ghettoVCBg2 to backup virtual machines from ESX, it seems to be doing mostly OK, but occasionally a file will disappear just as the copy completes and I&#8217;m not sure what to blame, looking for a starting point.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1131</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 13:20:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1131</guid>
		<description><![CDATA[Yes, I must have forgotten to update the version number.
You can change it in configure.ac
Then type autoreconf, automake, ./configure,make to create a binary with the correct version number.]]></description>
		<content:encoded><![CDATA[<p>Yes, I must have forgotten to update the version number.<br />
You can change it in configure.ac<br />
Then type autoreconf, automake, ./configure,make to create a binary with the correct version number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daan</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1130</link>
		<dc:creator><![CDATA[Daan]]></dc:creator>
		<pubDate>Thu, 06 Jan 2011 13:16:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1130</guid>
		<description><![CDATA[Hey Mark,

Just a minor thing, but I think your versioning is off. I just installed the lessfs 1.2.2.6 version but when I do lessfs -v I see &quot;lessfs 1.2.2.3&quot;

Greetz,
Daan]]></description>
		<content:encoded><![CDATA[<p>Hey Mark,</p>
<p>Just a minor thing, but I think your versioning is off. I just installed the lessfs 1.2.2.6 version but when I do lessfs -v I see &#8220;lessfs 1.2.2.3&#8243;</p>
<p>Greetz,<br />
Daan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1095</link>
		<dc:creator><![CDATA[Charles]]></dc:creator>
		<pubDate>Sat, 25 Dec 2010 18:19:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1095</guid>
		<description><![CDATA[Hi Mark,

I guess I just encountered a LessFS bug when I tried to time a copy of 1.6GB of picture files from external USB disk (NTFS) to a LessFS volume:

0.13user 2.81system 1:33.89elapsed 3%CPU (0avgtext+0avgdata 4624maxresident)k
3144888inputs+0outputs (0major+374minor)pagefaults 0swaps

Regards,
Charles]]></description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>I guess I just encountered a LessFS bug when I tried to time a copy of 1.6GB of picture files from external USB disk (NTFS) to a LessFS volume:</p>
<p>0.13user 2.81system 1:33.89elapsed 3%CPU (0avgtext+0avgdata 4624maxresident)k<br />
3144888inputs+0outputs (0major+374minor)pagefaults 0swaps</p>
<p>Regards,<br />
Charles</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1094</link>
		<dc:creator><![CDATA[Charles]]></dc:creator>
		<pubDate>Sat, 25 Dec 2010 17:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1094</guid>
		<description><![CDATA[Hi Mark, I just tested LessFS performance today and it turns out that small file write performance is a lot slower than writing to NTFS-3G on Ubuntu 10.10 (3 minutes vs. 21 minutes with 16000 files). I use Core quad-core with 4GB of RAM and my config is as follows. My question is that did I do anything wrong or is this expected performance? Thank you.

Regards,
Charles

# Enable informational messages about compression.
DEBUG = 5
HASHNAME=MHASH_TIGER192
#HASHNAME=MHASH_SHA256
# The (chopped) hashlen in bytes, minimum is 20.
HASHLEN = 24
#BLOCKDATA_IO_TYPE=file_io
#BLOCKDATA_PATH=/data/dta/blockdata.dta
BLOCKDATA_PATH=/data/dta
BLOCKDATA_BS=1048576
#
BLOCKUSAGE_PATH=/data/mta
BLOCKUSAGE_BS=1048576
#
DIRENT_PATH=/data/mta
DIRENT_BS=1048576
#
FILEBLOCK_PATH=/data/mta
FILEBLOCK_BS=1048576
#
META_PATH=/data/mta
META_BS=1048576
#
HARDLINK_PATH=/data/mta
HARDLINK_BS=1048576
#
SYMLINK_PATH=/data/mta
SYMLINK_BS=1048576
#
# The freelist database is only used
# with the  file_io backend
#
FREELIST_PATH=/data/mta
FREELIST_BS=1048576
#
# CACHESIZE in MB
#CACHESIZE=1024
CACHESIZE=256
# Flush data to disk after X seconds.
COMMIT_INTERVAL=30
#
LISTEN_IP=127.0.0.1
LISTEN_PORT=100
# Not more then 2 on most machines.
MAX_THREADS=8
#DYNAMIC_DEFRAGMENTATION on or off, default is off.
#DYNAMIC_DEFRAGMENTATION=on
COREDUMPSIZE=2560000000
# Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS.
SYNC_RELAX=0
# When BACKGROUND_DELETE=on lessfs will spawn a thread to delete
# a file as a background task. This is a recently added feature
# and is therefore disabled by default.
BACKGROUND_DELETE=on
# Requires openssl and lessfs has to be configured with --with-crypto
ENCRYPT_DATA=off
# ENCRYPT_META on or off, default is off
# Requires ENCRYPT_DATA=on and is otherwise ignored.
ENCRYPT_META=on
# You don&#039;t like fsck?
ENABLE_TRANSACTIONS=on
# Select a blocksize to fit your needs.
BLKSIZE=131072
#BLKSIZE=65536
#BLKSIZE=32768
#BLKSIZE=16384
#BLKSIZE=4096
#COMPRESSION=none
#COMPRESSION=qlz
#COMPRESSION=lzo
#COMPRESSION=bzip
#COMPRESSION=deflate
COMPRESSION=disabled
#REPLICATION=masterslave
#REPLICATION_PARTNER_IP=127.0.0.1
#REPLICATION_PARTNER_PORT=101
#REPLICATION_ROLE=master
#REPLICATION_LISTEN_IP=127.0.0.1
#REPLICATION_LISTEN_PORT=101]]></description>
		<content:encoded><![CDATA[<p>Hi Mark, I just tested LessFS performance today and it turns out that small file write performance is a lot slower than writing to NTFS-3G on Ubuntu 10.10 (3 minutes vs. 21 minutes with 16000 files). I use Core quad-core with 4GB of RAM and my config is as follows. My question is that did I do anything wrong or is this expected performance? Thank you.</p>
<p>Regards,<br />
Charles</p>
<p># Enable informational messages about compression.<br />
DEBUG = 5<br />
HASHNAME=MHASH_TIGER192<br />
#HASHNAME=MHASH_SHA256<br />
# The (chopped) hashlen in bytes, minimum is 20.<br />
HASHLEN = 24<br />
#BLOCKDATA_IO_TYPE=file_io<br />
#BLOCKDATA_PATH=/data/dta/blockdata.dta<br />
BLOCKDATA_PATH=/data/dta<br />
BLOCKDATA_BS=1048576<br />
#<br />
BLOCKUSAGE_PATH=/data/mta<br />
BLOCKUSAGE_BS=1048576<br />
#<br />
DIRENT_PATH=/data/mta<br />
DIRENT_BS=1048576<br />
#<br />
FILEBLOCK_PATH=/data/mta<br />
FILEBLOCK_BS=1048576<br />
#<br />
META_PATH=/data/mta<br />
META_BS=1048576<br />
#<br />
HARDLINK_PATH=/data/mta<br />
HARDLINK_BS=1048576<br />
#<br />
SYMLINK_PATH=/data/mta<br />
SYMLINK_BS=1048576<br />
#<br />
# The freelist database is only used<br />
# with the  file_io backend<br />
#<br />
FREELIST_PATH=/data/mta<br />
FREELIST_BS=1048576<br />
#<br />
# CACHESIZE in MB<br />
#CACHESIZE=1024<br />
CACHESIZE=256<br />
# Flush data to disk after X seconds.<br />
COMMIT_INTERVAL=30<br />
#<br />
LISTEN_IP=127.0.0.1<br />
LISTEN_PORT=100<br />
# Not more then 2 on most machines.<br />
MAX_THREADS=8<br />
#DYNAMIC_DEFRAGMENTATION on or off, default is off.<br />
#DYNAMIC_DEFRAGMENTATION=on<br />
COREDUMPSIZE=2560000000<br />
# Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS.<br />
SYNC_RELAX=0<br />
# When BACKGROUND_DELETE=on lessfs will spawn a thread to delete<br />
# a file as a background task. This is a recently added feature<br />
# and is therefore disabled by default.<br />
BACKGROUND_DELETE=on<br />
# Requires openssl and lessfs has to be configured with &#8211;with-crypto<br />
ENCRYPT_DATA=off<br />
# ENCRYPT_META on or off, default is off<br />
# Requires ENCRYPT_DATA=on and is otherwise ignored.<br />
ENCRYPT_META=on<br />
# You don&#8217;t like fsck?<br />
ENABLE_TRANSACTIONS=on<br />
# Select a blocksize to fit your needs.<br />
BLKSIZE=131072<br />
#BLKSIZE=65536<br />
#BLKSIZE=32768<br />
#BLKSIZE=16384<br />
#BLKSIZE=4096<br />
#COMPRESSION=none<br />
#COMPRESSION=qlz<br />
#COMPRESSION=lzo<br />
#COMPRESSION=bzip<br />
#COMPRESSION=deflate<br />
COMPRESSION=disabled<br />
#REPLICATION=masterslave<br />
#REPLICATION_PARTNER_IP=127.0.0.1<br />
#REPLICATION_PARTNER_PORT=101<br />
#REPLICATION_ROLE=master<br />
#REPLICATION_LISTEN_IP=127.0.0.1<br />
#REPLICATION_LISTEN_PORT=101</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimi</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1093</link>
		<dc:creator><![CDATA[Dimi]]></dc:creator>
		<pubDate>Fri, 24 Dec 2010 14:42:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1093</guid>
		<description><![CDATA[Hi Mark
thanks for your fast reply, the crash happened on slave, but i have made another test use for master &amp; slave same platform 32bit OS and now no more crash!!!! so i think the problem is related to Tokyocabinet mixed platform 64bit and 32bit. 
But now during an upload of backup image to the master server i so this:
----
nibiru:/mnt/backspace/backup# scp qemu-103.tar 10.10.11.90:/mnt/fuse/
qemu-103.tar 54% 514MB 0.0KB/s - stalled - 
----
Seems problem on Syncronos Dedup from master to slave server, what do you think about?
I have thought another type of scenario with lessfs replication, example:
1- Upload/copy file to master lessfs server and lately or as soon as possible replication of data to slave server.

many thanks for your help!!!!]]></description>
		<content:encoded><![CDATA[<p>Hi Mark<br />
thanks for your fast reply, the crash happened on slave, but i have made another test use for master &amp; slave same platform 32bit OS and now no more crash!!!! so i think the problem is related to Tokyocabinet mixed platform 64bit and 32bit.<br />
But now during an upload of backup image to the master server i so this:<br />
&#8212;-<br />
nibiru:/mnt/backspace/backup# scp qemu-103.tar 10.10.11.90:/mnt/fuse/<br />
qemu-103.tar 54% 514MB 0.0KB/s &#8211; stalled &#8211;<br />
&#8212;-<br />
Seems problem on Syncronos Dedup from master to slave server, what do you think about?<br />
I have thought another type of scenario with lessfs replication, example:<br />
1- Upload/copy file to master lessfs server and lately or as soon as possible replication of data to slave server.</p>
<p>many thanks for your help!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimi</title>
		<link>http://www.lessfs.com/wordpress/?p=547&#038;cpage=1#comment-1092</link>
		<dc:creator><![CDATA[Dimi]]></dc:creator>
		<pubDate>Fri, 24 Dec 2010 11:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=547#comment-1092</guid>
		<description><![CDATA[Hi Mark 
thanks for your great work and merry christmas!!! 
I have test lessfs for backup/replication of my kvm machine from my site to another and i have some problem...
I have tested with fedora 14 x64 as master and other 2 box (both 32bit but one fedora V12/V13) as slave through openVPN.
From Master side dedup work without problem but as soon i start slave server after some handshake i have this error:
----
/mnt/fuse&#039;: Transport endpoint is not connected
----

I have used: lessfs 1.2.2.2 to 1.2.2.6 with fuse 2.8.5 and tokyocabinet v 1.4.46

many thanks for the help
Sicerely]]></description>
		<content:encoded><![CDATA[<p>Hi Mark<br />
thanks for your great work and merry christmas!!!<br />
I have test lessfs for backup/replication of my kvm machine from my site to another and i have some problem&#8230;<br />
I have tested with fedora 14 x64 as master and other 2 box (both 32bit but one fedora V12/V13) as slave through openVPN.<br />
From Master side dedup work without problem but as soon i start slave server after some handshake i have this error:<br />
&#8212;-<br />
/mnt/fuse': Transport endpoint is not connected<br />
&#8212;-</p>
<p>I have used: lessfs 1.2.2.2 to 1.2.2.6 with fuse 2.8.5 and tokyocabinet v 1.4.46</p>
<p>many thanks for the help<br />
Sicerely</p>
]]></content:encoded>
	</item>
</channel>
</rss>
