<?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 testing.</title>
	<atom:link href="http://www.lessfs.com/wordpress/?feed=rss2&#038;page_id=43" rel="self" type="application/rss+xml" />
	<link>http://www.lessfs.com/wordpress</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: Artur</title>
		<link>http://www.lessfs.com/wordpress/?page_id=43&#038;cpage=1#comment-3522</link>
		<dc:creator><![CDATA[Artur]]></dc:creator>
		<pubDate>Wed, 28 Mar 2012 19:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?page_id=43#comment-3522</guid>
		<description><![CDATA[I installed lessfs 1.6 pre version and I have following problem with high disk load.

My scenario:

Alfter installing lessfs I copy to /fuse 

But after finish disk still have high load. 
After waiting about 3 hours I&#039;ve tied to unmount /fuse but this tirectory was still.
I&#039;ve kill lessfs process and restart server. 

After restart and mounting lessfs again use disk. (and this process won&#039;t stop)

From logs
FILE lib_common.c - LINE 3827 - PID 21935 : Wed Mar 28 13:57:18 2012 - offset_to_mfreeblock : failed to find mbytes 231 - offset 0 - descriptor 230
FILE lib_bdb.c - LINE 104 - PID 21935 : Wed Mar 28 13:57:18 2012 - bdb_lock : btsearch_keyval
FILE lib_bdb.c - LINE 119 - PID 21935 : Wed Mar 28 13:57:18 2012 - bdb_lockedby : btsearch_keyval
FILE lib_bdb.c - LINE 1558 - PID 21935 : Wed Mar 28 13:57:18 2012 - btsearch_keyval : get DB_GET_BOTH BDB0073 DB_NOTFOUND: No matching key/data pair found
FILE lib_common.c - LINE 3827 - PID 21935 : Wed Mar 28 13:57:18 2012 - offset_to_mfreeblock : failed to find mbytes 231 - offset 0 - descriptor 230
FILE lib_common.c - LINE 198 - PID 21935 : Wed Mar 28 13:57:18 2012 - optimize_file : descriptor 229 base 230 mbytes 117760
FILE lib_bdb.c - LINE 974 - PID 21935 : Wed Mar 28 13:57:18 2012 - get_sorted_offsets : 230 descriptor 229
FILE lib_bdb.c - LINE 104 - PID 21935 : Wed Mar 28 13:57:18 2012 - bdb_lock : get_sorted_offsets
FILE lib_bdb.c - LINE 119 - PID 21935 : Wed Mar 28 13:57:18 2012 - bdb_lockedby : get_sorted_offsets
FILE lib_bdb.c - LINE 1018 - PID 21935 : Wed Mar 28 13:57:18 2012 - get_sorted_offsets : found 0 : count 1
FILE lib_bdb.c - LINE 1018 - PID 21935 : Wed Mar 28 13:57:18 2012 - get_sorted_offsets : found 0 : count 2

What lessfs do all this time? Can I disable DYNAMIC_DEFRAGMENTATION and BACKGROUND_DELETE after remounting filesystem?



# Enable informational messages about compression.
DEBUG = 1
HASHNAME=MHASH_TIGER192
#HASHNAME=MHASH_SHA256
# The (chopped) hashlen in bytes, minimum is 20.
HASHLEN = 24
BLOCKDATA_IO_TYPE=multifile_io
BLOCKDATA_PATH=/data_multi/dta/blockdata.dta
#
META_PATH=/data_multi/mta
META_BS=1048576
#
CACHESIZE=512
# Flush data to disk after X seconds.
COMMIT_INTERVAL=10
#
LISTEN_IP=127.0.0.1
LISTEN_PORT=100
# Not more then 2 on most machines.
MAX_THREADS=4
#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=off
# You don&#039;t like fsck?
ENABLE_TRANSACTIONS=on
# Select a blocksize to fit your needs.
BLKSIZE=131072
COMPRESSION=lz4
TUNEFORSPEED=yes

Linux debian6
BDB-5.3]]></description>
		<content:encoded><![CDATA[<p>I installed lessfs 1.6 pre version and I have following problem with high disk load.</p>
<p>My scenario:</p>
<p>Alfter installing lessfs I copy to /fuse </p>
<p>But after finish disk still have high load.<br />
After waiting about 3 hours I&#8217;ve tied to unmount /fuse but this tirectory was still.<br />
I&#8217;ve kill lessfs process and restart server. </p>
<p>After restart and mounting lessfs again use disk. (and this process won&#8217;t stop)</p>
<p>From logs<br />
FILE lib_common.c &#8211; LINE 3827 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; offset_to_mfreeblock : failed to find mbytes 231 &#8211; offset 0 &#8211; descriptor 230<br />
FILE lib_bdb.c &#8211; LINE 104 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; bdb_lock : btsearch_keyval<br />
FILE lib_bdb.c &#8211; LINE 119 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; bdb_lockedby : btsearch_keyval<br />
FILE lib_bdb.c &#8211; LINE 1558 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; btsearch_keyval : get DB_GET_BOTH BDB0073 DB_NOTFOUND: No matching key/data pair found<br />
FILE lib_common.c &#8211; LINE 3827 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; offset_to_mfreeblock : failed to find mbytes 231 &#8211; offset 0 &#8211; descriptor 230<br />
FILE lib_common.c &#8211; LINE 198 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; optimize_file : descriptor 229 base 230 mbytes 117760<br />
FILE lib_bdb.c &#8211; LINE 974 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; get_sorted_offsets : 230 descriptor 229<br />
FILE lib_bdb.c &#8211; LINE 104 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; bdb_lock : get_sorted_offsets<br />
FILE lib_bdb.c &#8211; LINE 119 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; bdb_lockedby : get_sorted_offsets<br />
FILE lib_bdb.c &#8211; LINE 1018 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; get_sorted_offsets : found 0 : count 1<br />
FILE lib_bdb.c &#8211; LINE 1018 &#8211; PID 21935 : Wed Mar 28 13:57:18 2012 &#8211; get_sorted_offsets : found 0 : count 2</p>
<p>What lessfs do all this time? Can I disable DYNAMIC_DEFRAGMENTATION and BACKGROUND_DELETE after remounting filesystem?</p>
<p># Enable informational messages about compression.<br />
DEBUG = 1<br />
HASHNAME=MHASH_TIGER192<br />
#HASHNAME=MHASH_SHA256<br />
# The (chopped) hashlen in bytes, minimum is 20.<br />
HASHLEN = 24<br />
BLOCKDATA_IO_TYPE=multifile_io<br />
BLOCKDATA_PATH=/data_multi/dta/blockdata.dta<br />
#<br />
META_PATH=/data_multi/mta<br />
META_BS=1048576<br />
#<br />
CACHESIZE=512<br />
# Flush data to disk after X seconds.<br />
COMMIT_INTERVAL=10<br />
#<br />
LISTEN_IP=127.0.0.1<br />
LISTEN_PORT=100<br />
# Not more then 2 on most machines.<br />
MAX_THREADS=4<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=off<br />
# You don&#8217;t like fsck?<br />
ENABLE_TRANSACTIONS=on<br />
# Select a blocksize to fit your needs.<br />
BLKSIZE=131072<br />
COMPRESSION=lz4<br />
TUNEFORSPEED=yes</p>
<p>Linux debian6<br />
BDB-5.3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ricardo</title>
		<link>http://www.lessfs.com/wordpress/?page_id=43&#038;cpage=1#comment-3321</link>
		<dc:creator><![CDATA[Ricardo]]></dc:creator>
		<pubDate>Tue, 06 Mar 2012 09:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?page_id=43#comment-3321</guid>
		<description><![CDATA[Hi, i have an  issue with all versions of lessfs:

Linux version: Linux host 3.0.8 #1 SMP Mon Dec 26 18:58:59 CET 2011 x86_64 GNU/Linux
Lessfs version: 1.5.9

Lessfs mount options: 
# /usr/bin/lessfs /volDedupe8.conf /mnt/volDedupe8 -d -f -o intr,default_permissions,use_ino,readdir_ino,allow_other,big_writes,max_read=131072,max_write=131072

Problem description:
1. # dd if=/dev/zero of=/mnt/volDedupe8/test4.dat bs=1M count=1000
2. In a couple of seconds, press CTRL+C
3. # ls -l /mnt/volDedupe8/. The response is &quot;Transport endpoint is not connected&quot;

Normally if i do not press CTRL+C, the error is not appear.

Lessfs debug:

allow_other,big_writes,max_read=131072,max_write=131072
FUSE library version: 2.8.4
nullpath_ok: 0
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56
INIT: 7.16
flags=0x0000007b
max_readahead=0x00020000
   INIT: 7.12
   flags=0x00000031
   max_readahead=0x00000080
   max_write=0x00010000
   unique: 1, success, outsize: 40
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40
statfs /
   unique: 2, success, outsize: 96
unique: 3, opcode: STATFS (17), nodeid: 1, insize: 40
statfs /
   unique: 3, success, outsize: 96
unique: 4, opcode: GETATTR (3), nodeid: 1, insize: 56
getattr /
   unique: 4, success, outsize: 120
unique: 5, opcode: LOOKUP (1), nodeid: 1, insize: 50
LOOKUP /test4.dat
getattr /test4.dat
   NODEID: 2
   unique: 5, success, outsize: 144
unique: 6, opcode: OPEN (14), nodeid: 2, insize: 48
open flags: 0x8001 /test4.dat
   open[110] flags: 0x8001 /test4.dat
   unique: 6, success, outsize: 32
unique: 7, opcode: SETATTR (4), nodeid: 2, insize: 128
truncate /test4.dat 0
unique: 8, opcode: INTERRUPT (36), nodeid: 0, insize: 48
INTERRUPT: 7
Segmentation fault (`core&#039; generado)]]></description>
		<content:encoded><![CDATA[<p>Hi, i have an  issue with all versions of lessfs:</p>
<p>Linux version: Linux host 3.0.8 #1 SMP Mon Dec 26 18:58:59 CET 2011 x86_64 GNU/Linux<br />
Lessfs version: 1.5.9</p>
<p>Lessfs mount options:<br />
# /usr/bin/lessfs /volDedupe8.conf /mnt/volDedupe8 -d -f -o intr,default_permissions,use_ino,readdir_ino,allow_other,big_writes,max_read=131072,max_write=131072</p>
<p>Problem description:<br />
1. # dd if=/dev/zero of=/mnt/volDedupe8/test4.dat bs=1M count=1000<br />
2. In a couple of seconds, press CTRL+C<br />
3. # ls -l /mnt/volDedupe8/. The response is &#8220;Transport endpoint is not connected&#8221;</p>
<p>Normally if i do not press CTRL+C, the error is not appear.</p>
<p>Lessfs debug:</p>
<p>allow_other,big_writes,max_read=131072,max_write=131072<br />
FUSE library version: 2.8.4<br />
nullpath_ok: 0<br />
unique: 1, opcode: INIT (26), nodeid: 0, insize: 56<br />
INIT: 7.16<br />
flags=0x0000007b<br />
max_readahead=0x00020000<br />
   INIT: 7.12<br />
   flags=0x00000031<br />
   max_readahead=0x00000080<br />
   max_write=0x00010000<br />
   unique: 1, success, outsize: 40<br />
unique: 2, opcode: STATFS (17), nodeid: 1, insize: 40<br />
statfs /<br />
   unique: 2, success, outsize: 96<br />
unique: 3, opcode: STATFS (17), nodeid: 1, insize: 40<br />
statfs /<br />
   unique: 3, success, outsize: 96<br />
unique: 4, opcode: GETATTR (3), nodeid: 1, insize: 56<br />
getattr /<br />
   unique: 4, success, outsize: 120<br />
unique: 5, opcode: LOOKUP (1), nodeid: 1, insize: 50<br />
LOOKUP /test4.dat<br />
getattr /test4.dat<br />
   NODEID: 2<br />
   unique: 5, success, outsize: 144<br />
unique: 6, opcode: OPEN (14), nodeid: 2, insize: 48<br />
open flags: 0x8001 /test4.dat<br />
   open[110] flags: 0x8001 /test4.dat<br />
   unique: 6, success, outsize: 32<br />
unique: 7, opcode: SETATTR (4), nodeid: 2, insize: 128<br />
truncate /test4.dat 0<br />
unique: 8, opcode: INTERRUPT (36), nodeid: 0, insize: 48<br />
INTERRUPT: 7<br />
Segmentation fault (`core&#8217; generado)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wallens</title>
		<link>http://www.lessfs.com/wordpress/?page_id=43&#038;cpage=1#comment-2154</link>
		<dc:creator><![CDATA[wallens]]></dc:creator>
		<pubDate>Fri, 12 Aug 2011 06:38:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.lessfs.com/wordpress/?page_id=43#comment-2154</guid>
		<description><![CDATA[hi everyone  in cent os 6.0   when i used lessfs work with mhvtl  !  i find :
[root@zc lessfs-1.4.9]# lessfs /etc/lessfs.cfg /opt/mhvtl/
fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the &#039;nonempty&#039; mount option
i don&#039;t know why！]]></description>
		<content:encoded><![CDATA[<p>hi everyone  in cent os 6.0   when i used lessfs work with mhvtl  !  i find :<br />
[root@zc lessfs-1.4.9]# lessfs /etc/lessfs.cfg /opt/mhvtl/<br />
fuse: mountpoint is not empty<br />
fuse: if you are sure this is safe, use the &#8216;nonempty&#8217; mount option<br />
i don&#8217;t know why！</p>
]]></content:encoded>
	</item>
</channel>
</rss>
