<?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.0 has been released.</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;p=455" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress/?p=455</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: Hubert Kario</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1076</link>
		<dc:creator><![CDATA[Hubert Kario]]></dc:creator>
		<pubDate>Sun, 05 Dec 2010 18:45:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1076</guid>
		<description><![CDATA[little benchmarks (Thinkpad X61s with 500G 5400rpm drive), config file is the sample.cfg one, lessfs files (/data) reside on btrfs volume on LVM, /home is xfs. Overall the results are quite nice (speedup is noticeable) but I really miss a snapshot tool...

# hdparm -tT /dev/sda

/dev/sda:
 Timing cached reads:   5302 MB in  2.00 seconds = 2656.97 MB/sec
 Timing buffered disk reads: 222 MB in  3.02 seconds =  73.48 MB/sec

# dft-seeker 1 /dev/sda
Seeding PRNGs.done.
Performing random access timing... done.                   
Cleaning up.
thread 0: 3221 reads, 18.938218 ms random access time
1 threads: 3221 reads, 18.938218 ms random access time, 18.938218 ms mean random access time

# dft-seeker 8 /dev/sda
Seeding PRNGs........done.
Performing random access timing... done.                   
Cleaning up........
thread 0: 587 reads, 103.918228 ms random access time
thread 1: 583 reads, 104.631218 ms random access time
thread 2: 613 reads, 99.510604 ms random access time
thread 3: 602 reads, 101.328904 ms random access time
thread 4: 566 reads, 107.773852 ms random access time
thread 5: 599 reads, 101.836394 ms random access time
thread 6: 571 reads, 106.830123 ms random access time
thread 7: 598 reads, 102.006689 ms random access time
8 threads: 4719 reads, 12.926467 ms random access time, 103.479501 ms mean random access time

# du -hs /home/test/ /home/tomato/workspace/
5.7G    /home/test/
1.3G    /home/tomato/workspace/
# find /home/test/ -type f &#124; wc -l
2412
# find /home/tomato/workspace/ -type f &#124; wc -l
42593
# time cp -a /home/test/ /mnt/lessfs/home/

real    13m33.465s
7.18 MiB/s
2.967 files/s

# time cp -a home/ snapshots/home-2010-12-03-18-37-10

real    6m54.212s
14.1 MiB/s
5.826 files/s

# mkdir /mnt/lessfs/home/tomato
# time cp -a /home/tomato/workspace/ /mnt/lessfs/home/tomato/

real    15m26.656s
1.43 MiB/s
45.997 files/s

# time cp -a home/ snapshots/home-2010-12-03-19-09-17

real    18m27.182s
6.47 MiB/s
40.655 files/s

# uname -a
Linux localhost 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 06:44:11 UTC 2010 i686 Intel(R) Core(TM)2 Duo CPU L7500 @ 1.60GHz GenuineIntel GNU/Linux
# cat /proc/mounts &#124; grep lessfs
lessfs /mnt/lessfs fuse.lessfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072]]></description>
		<content:encoded><![CDATA[<p>little benchmarks (Thinkpad X61s with 500G 5400rpm drive), config file is the sample.cfg one, lessfs files (/data) reside on btrfs volume on LVM, /home is xfs. Overall the results are quite nice (speedup is noticeable) but I really miss a snapshot tool&#8230;</p>
<p># hdparm -tT /dev/sda</p>
<p>/dev/sda:<br />
 Timing cached reads:   5302 MB in  2.00 seconds = 2656.97 MB/sec<br />
 Timing buffered disk reads: 222 MB in  3.02 seconds =  73.48 MB/sec</p>
<p># dft-seeker 1 /dev/sda<br />
Seeding PRNGs.done.<br />
Performing random access timing&#8230; done.<br />
Cleaning up.<br />
thread 0: 3221 reads, 18.938218 ms random access time<br />
1 threads: 3221 reads, 18.938218 ms random access time, 18.938218 ms mean random access time</p>
<p># dft-seeker 8 /dev/sda<br />
Seeding PRNGs&#8230;&#8230;..done.<br />
Performing random access timing&#8230; done.<br />
Cleaning up&#8230;&#8230;..<br />
thread 0: 587 reads, 103.918228 ms random access time<br />
thread 1: 583 reads, 104.631218 ms random access time<br />
thread 2: 613 reads, 99.510604 ms random access time<br />
thread 3: 602 reads, 101.328904 ms random access time<br />
thread 4: 566 reads, 107.773852 ms random access time<br />
thread 5: 599 reads, 101.836394 ms random access time<br />
thread 6: 571 reads, 106.830123 ms random access time<br />
thread 7: 598 reads, 102.006689 ms random access time<br />
8 threads: 4719 reads, 12.926467 ms random access time, 103.479501 ms mean random access time</p>
<p># du -hs /home/test/ /home/tomato/workspace/<br />
5.7G    /home/test/<br />
1.3G    /home/tomato/workspace/<br />
# find /home/test/ -type f | wc -l<br />
2412<br />
# find /home/tomato/workspace/ -type f | wc -l<br />
42593<br />
# time cp -a /home/test/ /mnt/lessfs/home/</p>
<p>real    13m33.465s<br />
7.18 MiB/s<br />
2.967 files/s</p>
<p># time cp -a home/ snapshots/home-2010-12-03-18-37-10</p>
<p>real    6m54.212s<br />
14.1 MiB/s<br />
5.826 files/s</p>
<p># mkdir /mnt/lessfs/home/tomato<br />
# time cp -a /home/tomato/workspace/ /mnt/lessfs/home/tomato/</p>
<p>real    15m26.656s<br />
1.43 MiB/s<br />
45.997 files/s</p>
<p># time cp -a home/ snapshots/home-2010-12-03-19-09-17</p>
<p>real    18m27.182s<br />
6.47 MiB/s<br />
40.655 files/s</p>
<p># uname -a<br />
Linux localhost 2.6.36-ARCH #1 SMP PREEMPT Wed Nov 24 06:44:11 UTC 2010 i686 Intel(R) Core(TM)2 Duo CPU L7500 @ 1.60GHz GenuineIntel GNU/Linux<br />
# cat /proc/mounts | grep lessfs<br />
lessfs /mnt/lessfs fuse.lessfs rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other,max_read=131072</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gianni</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1075</link>
		<dc:creator><![CDATA[Gianni]]></dc:creator>
		<pubDate>Sat, 04 Dec 2010 10:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1075</guid>
		<description><![CDATA[you can find stats info in /fuse/.lessfs/lessfs_stats

i create this little script to make some number from that file:

gianni@laptop:~$ cat lessfs-stat.sh 
#!/bin/bash
let linee=$(wc -l $1&#124;cut -d&quot; &quot; -f1)-1

echo &quot;Numero file:&quot; $linee;
tail -n $linee $1&#124;
for i in `seq 1 $linee`
	do
		read a b c d
#		echo b $b c $c
		let ORI=$ORI+b
		let DEDUP=$DEDUP+c

		#echo $i ORI $ORI DEDUP $DEDUP

		if [ $i -eq &quot;$linee&quot; ]; then
#			echo&#124;awk &#039;{ print ($c/$b*100)}&#039;
			echo &quot;Valori finali:&quot; deduplicati=$DEDUP originale=$ORI;
			echo -n &quot;Percentuale: &quot;;
#			echo PERC=$((${DEDUP}/${ORI}*100));
			echo scale\=2\;$DEDUP/$ORI*100&#124;bc;
#			echo perc $PERC;
		#echo &#124;awk &#039;{ print expr ${DEDUP}/${ORI}*100 } &#039;
		fi;
done
#echo $ORI
#echo $DEDUP


To use

./lessfs-stat.sh /fuse/.lessfs/lessfs_stats

i keep that script in/usr/local/bin

hope usefull

bye

G]]></description>
		<content:encoded><![CDATA[<p>you can find stats info in /fuse/.lessfs/lessfs_stats</p>
<p>i create this little script to make some number from that file:</p>
<p>gianni@laptop:~$ cat lessfs-stat.sh<br />
#!/bin/bash<br />
let linee=$(wc -l $1|cut -d&#8221; &#8221; -f1)-1</p>
<p>echo &#8220;Numero file:&#8221; $linee;<br />
tail -n $linee $1|<br />
for i in `seq 1 $linee`<br />
	do<br />
		read a b c d<br />
#		echo b $b c $c<br />
		let ORI=$ORI+b<br />
		let DEDUP=$DEDUP+c</p>
<p>		#echo $i ORI $ORI DEDUP $DEDUP</p>
<p>		if [ $i -eq &#8220;$linee&#8221; ]; then<br />
#			echo|awk &#8216;{ print ($c/$b*100)}&#8217;<br />
			echo &#8220;Valori finali:&#8221; deduplicati=$DEDUP originale=$ORI;<br />
			echo -n &#8220;Percentuale: &#8220;;<br />
#			echo PERC=$((${DEDUP}/${ORI}*100));<br />
			echo scale\=2\;$DEDUP/$ORI*100|bc;<br />
#			echo perc $PERC;<br />
		#echo |awk &#8216;{ print expr ${DEDUP}/${ORI}*100 } &#8216;<br />
		fi;<br />
done<br />
#echo $ORI<br />
#echo $DEDUP</p>
<p>To use</p>
<p>./lessfs-stat.sh /fuse/.lessfs/lessfs_stats</p>
<p>i keep that script in/usr/local/bin</p>
<p>hope usefull</p>
<p>bye</p>
<p>G</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1074</link>
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Fri, 03 Dec 2010 15:48:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1074</guid>
		<description><![CDATA[OK, so I was missing the mklessfs step.  Need documentation.

See the /fuse fs now mounted as fuse.  Would like to understand how to test further.  For example, I copied the FAQ document three times to the /fuse dir (with three different names).  Theoretically there should only be one copy of those blocks/bytes, right?  An ls -l shows them all (and it probably should), so how do I check what disk space is actually being used and any other possible metrics???

Thanks again,
AJ]]></description>
		<content:encoded><![CDATA[<p>OK, so I was missing the mklessfs step.  Need documentation.</p>
<p>See the /fuse fs now mounted as fuse.  Would like to understand how to test further.  For example, I copied the FAQ document three times to the /fuse dir (with three different names).  Theoretically there should only be one copy of those blocks/bytes, right?  An ls -l shows them all (and it probably should), so how do I check what disk space is actually being used and any other possible metrics???</p>
<p>Thanks again,<br />
AJ</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AJ</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1073</link>
		<dc:creator><![CDATA[AJ]]></dc:creator>
		<pubDate>Fri, 03 Dec 2010 15:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1073</guid>
		<description><![CDATA[I really like the idea of this, and have tried installing it on my CentOS box for testing.

I&#039;m looking for additional documentation on how to configure and test it.  The first time I tried starting lessfs it dumped a few messages to the /var/log/messages file about not being able to recover the database (which didn&#039;t exist yet), and there&#039;s no &quot;lessfs&quot; proc running.

I can copy files to the /fuse dir, but I don&#039;t know if they&#039;re just being copied to the ext3 fs or what&#039;s going on.

Is there supposed to be a lessfs proc running as a daemon?  What does lessfsck do?  What are the switches?  How can I test deduplication/space savings?]]></description>
		<content:encoded><![CDATA[<p>I really like the idea of this, and have tried installing it on my CentOS box for testing.</p>
<p>I&#8217;m looking for additional documentation on how to configure and test it.  The first time I tried starting lessfs it dumped a few messages to the /var/log/messages file about not being able to recover the database (which didn&#8217;t exist yet), and there&#8217;s no &#8220;lessfs&#8221; proc running.</p>
<p>I can copy files to the /fuse dir, but I don&#8217;t know if they&#8217;re just being copied to the ext3 fs or what&#8217;s going on.</p>
<p>Is there supposed to be a lessfs proc running as a daemon?  What does lessfsck do?  What are the switches?  How can I test deduplication/space savings?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wxp</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1068</link>
		<dc:creator><![CDATA[wxp]]></dc:creator>
		<pubDate>Fri, 26 Nov 2010 10:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1068</guid>
		<description><![CDATA[hi,Mark:
When i use lessfs 1.1.9.6 and lessfs 1.2.0, I have meet this phenomenon:

# ./lessfs   example/lessfs-master.conf   /sharedir /  -d
FUSE library version 2.8.4
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid:0 , insize: 56
INIT: 7.13
flags=0x000007b
max_readahead=0x0020000
Bus error (core dumped)
#

What can I do for it, thank you!]]></description>
		<content:encoded><![CDATA[<p>hi,Mark:<br />
When i use lessfs 1.1.9.6 and lessfs 1.2.0, I have meet this phenomenon:</p>
<p># ./lessfs   example/lessfs-master.conf   /sharedir /  -d<br />
FUSE library version 2.8.4<br />
nullpath_ok: 0<br />
unique: 1, opcode: INIT (26), nodeid:0 , insize: 56<br />
INIT: 7.13<br />
flags=0x000007b<br />
max_readahead=0x0020000<br />
Bus error (core dumped)<br />
#</p>
<p>What can I do for it, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wiloyee</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1066</link>
		<dc:creator><![CDATA[wiloyee]]></dc:creator>
		<pubDate>Sat, 20 Nov 2010 16:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1066</guid>
		<description><![CDATA[lessfschk is now faster ---- 
Version 1.1.9 lessfschk -c  /etc/lessfs.cfg takes 4 days
Version 1.2.0 lessfschk -c  /etc/lessfs.cfg takes 4 minutes

very nice]]></description>
		<content:encoded><![CDATA[<p>lessfschk is now faster &#8212;-<br />
Version 1.1.9 lessfschk -c  /etc/lessfs.cfg takes 4 days<br />
Version 1.2.0 lessfschk -c  /etc/lessfs.cfg takes 4 minutes</p>
<p>very nice</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wxp</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1059</link>
		<dc:creator><![CDATA[wxp]]></dc:creator>
		<pubDate>Thu, 11 Nov 2010 04:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1059</guid>
		<description><![CDATA[Hi, Mark
Are there some commands about lessfs to take snapshot?
can you tell me something about how to take snapshot on lessfs

Thank you]]></description>
		<content:encoded><![CDATA[<p>Hi, Mark<br />
Are there some commands about lessfs to take snapshot?<br />
can you tell me something about how to take snapshot on lessfs</p>
<p>Thank you</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wxp</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1058</link>
		<dc:creator><![CDATA[wxp]]></dc:creator>
		<pubDate>Wed, 10 Nov 2010 07:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1058</guid>
		<description><![CDATA[BTW, Mark, Would you mind telling me where the lessfs manual is? So for, What I can do is only by the direction of &quot;man lessfs&quot; command.
Thank you!]]></description>
		<content:encoded><![CDATA[<p>BTW, Mark, Would you mind telling me where the lessfs manual is? So for, What I can do is only by the direction of &#8220;man lessfs&#8221; command.<br />
Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wxp</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1057</link>
		<dc:creator><![CDATA[wxp]]></dc:creator>
		<pubDate>Wed, 10 Nov 2010 07:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1057</guid>
		<description><![CDATA[Thank you Mark]]></description>
		<content:encoded><![CDATA[<p>Thank you Mark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Emmanuel Florac</title>
		<link>http://www.lessfs.com/wordpress/?p=455&#038;cpage=1#comment-1056</link>
		<dc:creator><![CDATA[Emmanuel Florac]]></dc:creator>
		<pubDate>Tue, 09 Nov 2010 12:08:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?p=455#comment-1056</guid>
		<description><![CDATA[Hello, just to keep you inform of my test progress :

My lessfs test system currently hold 12.64 TB of data in 588 thousand files. These actually consume 8.2 TB. Not a single hiccup to report from lessfs so far, good job :) I&#039;m eager to see what happens when the FS will fill up ( 19 TB, still 4 or 5 weeks to go).]]></description>
		<content:encoded><![CDATA[<p>Hello, just to keep you inform of my test progress :</p>
<p>My lessfs test system currently hold 12.64 TB of data in 588 thousand files. These actually consume 8.2 TB. Not a single hiccup to report from lessfs so far, good job <img src="http://www.lessfs.com/wordpress/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> I&#8217;m eager to see what happens when the FS will fill up ( 19 TB, still 4 or 5 weeks to go).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
