<?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.6 is available for download.</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=371" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=371</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: Fajar Priyanto</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-963</link>
		<dc:creator><![CDATA[Fajar Priyanto]]></dc:creator>
		<pubDate>Fri, 17 Sep 2010 06:17:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-963</guid>
		<description><![CDATA[Ok found the problem....
The filesystem was almost full. Lessfs freeze the IO.
It runs again after I set MIN_SPACE_FREE = 5
The bad news is it rolls back to Aug 24 data .....]]></description>
		<content:encoded><![CDATA[<p>Ok found the problem&#8230;.<br />
The filesystem was almost full. Lessfs freeze the IO.<br />
It runs again after I set MIN_SPACE_FREE = 5<br />
The bad news is it rolls back to Aug 24 data &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wxp</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-917</link>
		<dc:creator><![CDATA[wxp]]></dc:creator>
		<pubDate>Tue, 07 Sep 2010 09:57:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-917</guid>
		<description><![CDATA[Hi，Who can tell me which functions in lessfs or others  achieve the function of data dedup, thanks very much!]]></description>
		<content:encoded><![CDATA[<p>Hi，Who can tell me which functions in lessfs or others  achieve the function of data dedup, thanks very much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-915</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Mon, 06 Sep 2010 20:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-915</guid>
		<description><![CDATA[Hi Morton,

It&#039;s not necessary to send the core file.
Just do 
gdb ./lessfs /core 
bt

Can you send me the output?
You can find my email address in the lessfs manual.

For people using IETD I have an experimental patch the will really speed things up when using lessfs with a 128k blocksize.

 http://www.lessfs.com/wordpress/wp-content/software/iscsitarget-1.4.20.1.patch   The patch is a quick hack. What it basically does is that it sends the data from the kernel to lessfs in 128k chunks instead of 4k.

Mark]]></description>
		<content:encoded><![CDATA[<p>Hi Morton,</p>
<p>It&#8217;s not necessary to send the core file.<br />
Just do<br />
gdb ./lessfs /core<br />
bt</p>
<p>Can you send me the output?<br />
You can find my email address in the lessfs manual.</p>
<p>For people using IETD I have an experimental patch the will really speed things up when using lessfs with a 128k blocksize.</p>
<p> <a href="http://www.lessfs.com/wordpress/wp-content/software/iscsitarget-1.4.20.1.patch" rel="nofollow">http://www.lessfs.com/wordpress/wp-content/software/iscsitarget-1.4.20.1.patch</a>   The patch is a quick hack. What it basically does is that it sends the data from the kernel to lessfs in 128k chunks instead of 4k.</p>
<p>Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-914</link>
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-914</guid>
		<description><![CDATA[Hi mark,

just to let you know that 1.1.6 is working great now :) 

Well, at beginning i&#039;ve been disappointed with some crashes using a big cache setting (2048) resulting in crashes on the test storage server (out of memory thing).

Well, it&#039;s a dual Xeon HT 3Ghz with 6Go Ram x86 (32bit so as i have to compile TC with the good options). So settings cachesize to 256  (Mo) fixed the issue. 

It is Xeon HT, i&#039;ve got 4 cpu unit seen by the system, so i&#039;ve set the MAX_THREADS to 20 (5x No of cpus).

Using rsync through vpn from another &quot;normal storage server&quot; (without lessfs), i get transfer rates between 5 to 10Mb/sec writing on lessfs storage. Which is quite good and expected i guess :D

So, just as an example, here is the config file :
# Automatically generated by lessfsconfig.sh
# Enable informational messages about compression.
DEBUG
# The (chopped) hashlen in bytes, minimum is 20.
HASHLEN = 24
#BLOCKDATA_IO_TYPE=file_io
BLOCKDATA_PATH=/home/replication_data/dta
BLOCKDATA_BS=13762560
#
BLOCKUSAGE_PATH=/home/replication_data/mta
BLOCKUSAGE_BS=13762560
#
DIRENT_PATH=/home/replication_data/mta
DIRENT_BS=30000000
#
FILEBLOCK_PATH=/home/replication_data/mta
FILEBLOCK_BS=132644864
#
META_PATH=/home/replication_data/mta
META_BS=30000000
#
HARDLINK_PATH=/home/replication_data/mta
HARDLINK_BS=30000000
#
SYMLINK_PATH=/home/replication_data/mta
SYMLINK_BS=30000000
#
# The freelist database is only used
# with the  file_io backend
#
FREELIST_PATH=/home/replication_data/mta
FREELIST_BS=13762560
#
# CACHESIZE in MB
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=20
#DYNAMIC_DEFRAGMENTATION on or off, default is off.
DYNAMIC_DEFRAGMENTATION=on
COREDUMPSIZE=1000000000
# Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS.
SYNC_RELAX=1
# 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
#PASSWORD=1234
MIN_SPACE_FREE=10
#MIN_SPACE_CLEAN=15
#CLEAN_PROGRAM=/tmp/clean.sh
# Highly recommended.
ENABLE_TRANSACTIONS=on
# Select a blocksize to fit your needs.
# Most people should select 65536
BLKSIZE=65536

This is just a feedback (positive for once), in case of ;)

System is : 
Linux 2.6.32-21-generic-pae #32-Ubuntu SMP Fri Apr 16 09:39:35 UTC 2010 i686 GNU/Linux
Ubuntu 10.04.1 LTS]]></description>
		<content:encoded><![CDATA[<p>Hi mark,</p>
<p>just to let you know that 1.1.6 is working great now <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
<p>Well, at beginning i&#8217;ve been disappointed with some crashes using a big cache setting (2048) resulting in crashes on the test storage server (out of memory thing).</p>
<p>Well, it&#8217;s a dual Xeon HT 3Ghz with 6Go Ram x86 (32bit so as i have to compile TC with the good options). So settings cachesize to 256  (Mo) fixed the issue. </p>
<p>It is Xeon HT, i&#8217;ve got 4 cpu unit seen by the system, so i&#8217;ve set the MAX_THREADS to 20 (5x No of cpus).</p>
<p>Using rsync through vpn from another &#8220;normal storage server&#8221; (without lessfs), i get transfer rates between 5 to 10Mb/sec writing on lessfs storage. Which is quite good and expected i guess <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_biggrin.gif" alt=":D" class="wp-smiley" /></p>
<p>So, just as an example, here is the config file :<br />
# Automatically generated by lessfsconfig.sh<br />
# Enable informational messages about compression.<br />
DEBUG<br />
# The (chopped) hashlen in bytes, minimum is 20.<br />
HASHLEN = 24<br />
#BLOCKDATA_IO_TYPE=file_io<br />
BLOCKDATA_PATH=/home/replication_data/dta<br />
BLOCKDATA_BS=13762560<br />
#<br />
BLOCKUSAGE_PATH=/home/replication_data/mta<br />
BLOCKUSAGE_BS=13762560<br />
#<br />
DIRENT_PATH=/home/replication_data/mta<br />
DIRENT_BS=30000000<br />
#<br />
FILEBLOCK_PATH=/home/replication_data/mta<br />
FILEBLOCK_BS=132644864<br />
#<br />
META_PATH=/home/replication_data/mta<br />
META_BS=30000000<br />
#<br />
HARDLINK_PATH=/home/replication_data/mta<br />
HARDLINK_BS=30000000<br />
#<br />
SYMLINK_PATH=/home/replication_data/mta<br />
SYMLINK_BS=30000000<br />
#<br />
# The freelist database is only used<br />
# with the  file_io backend<br />
#<br />
FREELIST_PATH=/home/replication_data/mta<br />
FREELIST_BS=13762560<br />
#<br />
# CACHESIZE in MB<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=20<br />
#DYNAMIC_DEFRAGMENTATION on or off, default is off.<br />
DYNAMIC_DEFRAGMENTATION=on<br />
COREDUMPSIZE=1000000000<br />
# Consider SYNC_RELAX=1 or SYNC_RELAX=2 when exporting lessfs with NFS.<br />
SYNC_RELAX=1<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 />
#PASSWORD=1234<br />
MIN_SPACE_FREE=10<br />
#MIN_SPACE_CLEAN=15<br />
#CLEAN_PROGRAM=/tmp/clean.sh<br />
# Highly recommended.<br />
ENABLE_TRANSACTIONS=on<br />
# Select a blocksize to fit your needs.<br />
# Most people should select 65536<br />
BLKSIZE=65536</p>
<p>This is just a feedback (positive for once), in case of <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></p>
<p>System is :<br />
Linux 2.6.32-21-generic-pae #32-Ubuntu SMP Fri Apr 16 09:39:35 UTC 2010 i686 GNU/Linux<br />
Ubuntu 10.04.1 LTS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-913</link>
		<dc:creator><![CDATA[Morten]]></dc:creator>
		<pubDate>Mon, 06 Sep 2010 12:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-913</guid>
		<description><![CDATA[Got a couple of core file today. Have also done the following:

Changed from ietd to tgtd
installed 8GB of more memory, total is 12GB
Changed TC cache from 1GB to 4GB

Systems seems more stable, running stress test now. Will be happy to send conf and core to someone.

Morten]]></description>
		<content:encoded><![CDATA[<p>Got a couple of core file today. Have also done the following:</p>
<p>Changed from ietd to tgtd<br />
installed 8GB of more memory, total is 12GB<br />
Changed TC cache from 1GB to 4GB</p>
<p>Systems seems more stable, running stress test now. Will be happy to send conf and core to someone.</p>
<p>Morten</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-911</link>
		<dc:creator><![CDATA[Mark]]></dc:creator>
		<pubDate>Sun, 05 Sep 2010 07:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-911</guid>
		<description><![CDATA[When Lessfs terminates, does it log something in /var/log/messages? Or when it does not, is there a coredump that you can backtrace? Can you email your lessfs.cfg?
How much memory do you have in this system and what is the cache size in lessfs.cfg? Can it be that the system runs out of memory?

Which iSCSI target are you using? IETD/SCST/STGT or LIO?]]></description>
		<content:encoded><![CDATA[<p>When Lessfs terminates, does it log something in /var/log/messages? Or when it does not, is there a coredump that you can backtrace? Can you email your lessfs.cfg?<br />
How much memory do you have in this system and what is the cache size in lessfs.cfg? Can it be that the system runs out of memory?</p>
<p>Which iSCSI target are you using? IETD/SCST/STGT or LIO?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-910</link>
		<dc:creator><![CDATA[Morten]]></dc:creator>
		<pubDate>Sat, 04 Sep 2010 09:02:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-910</guid>
		<description><![CDATA[Having a new small issue with iscsi on just one of my lessfs hosts. Running esxi 4.1 with iscsi connection to dedicated hardware box, running lessfs 1.1.6.

It seems that under heavy loads I get a lot of &quot;Abort Task&quot; on the iscsi-target i.e : 
iscsi_trgt: Abort Task (01) issued on tid:1 lun:0 by sid:4224323677913600 (Function Complete)

And after a while lessfs terminates, telling me that mount point is not connected. A restart of lessfs and iscsi-target fixes all again, but just for a while.

Wondering what can cause lessfs to terminate ? I run other hosts on the exact same configuration and the exact same load, without problems like this.]]></description>
		<content:encoded><![CDATA[<p>Having a new small issue with iscsi on just one of my lessfs hosts. Running esxi 4.1 with iscsi connection to dedicated hardware box, running lessfs 1.1.6.</p>
<p>It seems that under heavy loads I get a lot of &#8220;Abort Task&#8221; on the iscsi-target i.e :<br />
iscsi_trgt: Abort Task (01) issued on tid:1 lun:0 by sid:4224323677913600 (Function Complete)</p>
<p>And after a while lessfs terminates, telling me that mount point is not connected. A restart of lessfs and iscsi-target fixes all again, but just for a while.</p>
<p>Wondering what can cause lessfs to terminate ? I run other hosts on the exact same configuration and the exact same load, without problems like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-904</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Mon, 30 Aug 2010 15:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-904</guid>
		<description><![CDATA[I&#039;ll make a note to check defrag_lessfs.
There must be something wrong with it. We don&#039;t need it anymore, but it should work anyway.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ll make a note to check defrag_lessfs.<br />
There must be something wrong with it. We don&#8217;t need it anymore, but it should work anyway.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morten</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-903</link>
		<dc:creator><![CDATA[Morten]]></dc:creator>
		<pubDate>Mon, 30 Aug 2010 15:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-903</guid>
		<description><![CDATA[No core file, turned back all values to default in .config file, but still crashes. (have enabled background delete, previously)

Tried telnet localhost 100, and it is working. 

Strange ........]]></description>
		<content:encoded><![CDATA[<p>No core file, turned back all values to default in .config file, but still crashes. (have enabled background delete, previously)</p>
<p>Tried telnet localhost 100, and it is working. </p>
<p>Strange &#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maru</title>
		<link>http://www.lessfs.com/wordpress/?p=371&#038;cpage=1#comment-902</link>
		<dc:creator><![CDATA[maru]]></dc:creator>
		<pubDate>Mon, 30 Aug 2010 13:01:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=371#comment-902</guid>
		<description><![CDATA[Not without a stack trace and a peek at your lessfs.cfg file.
I just tested it on a rather large volume myself and it works for me. ;-(

xgtest01:~ # /etc/init.d/ietd stop
Stopping iSCSI Target: Terminated
xgtest01:~ # cd /usr/src/lessfs-1.1.6
xgtest01:/usr/src/lessfs-1.1.6 # umount /fuse/
xgtest01:/usr/src/lessfs-1.1.6 # ./defrag_lessfs /etc/lessfs.cfg

Is there a core file present?
If so can you do a backtrace?
gdb ./defrag_lessfs /core
bt

P.S.

Did you know that for defragmentation you can leave lessfs mounted and just do:
telnet localhost 100
&gt; defrag]]></description>
		<content:encoded><![CDATA[<p>Not without a stack trace and a peek at your lessfs.cfg file.<br />
I just tested it on a rather large volume myself and it works for me. ;-(</p>
<p>xgtest01:~ # /etc/init.d/ietd stop<br />
Stopping iSCSI Target: Terminated<br />
xgtest01:~ # cd /usr/src/lessfs-1.1.6<br />
xgtest01:/usr/src/lessfs-1.1.6 # umount /fuse/<br />
xgtest01:/usr/src/lessfs-1.1.6 # ./defrag_lessfs /etc/lessfs.cfg</p>
<p>Is there a core file present?<br />
If so can you do a backtrace?<br />
gdb ./defrag_lessfs /core<br />
bt</p>
<p>P.S.</p>
<p>Did you know that for defragmentation you can leave lessfs mounted and just do:<br />
telnet localhost 100<br />
&gt; defrag</p>
]]></content:encoded>
	</item>
</channel>
</rss>
