<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can I run splunk on btrfs? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90014#M97334</link>
    <description>&lt;P&gt;Since btrfs is planned to become the default in Fedora 17 and others will surely follow, I think splunk should start to support it as soon as possible.&lt;BR /&gt;
As a workaround I've loopback-mounted a file formatted with ext4 to /opt/splunk/var and copied the contents of the original directory there. Seems to work just fine so far.&lt;/P&gt;</description>
    <pubDate>Mon, 21 Nov 2011 14:24:48 GMT</pubDate>
    <dc:creator>sn</dc:creator>
    <dc:date>2011-11-21T14:24:48Z</dc:date>
    <item>
      <title>Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90007#M97327</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I just downloaded splunk today to try it out on a few of our servers, but found out very quickly that it doesn't support btrfs:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Filesystem type is not supported: buf.f_type = 0x9123683e
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;OL&gt;
&lt;LI&gt;Why does splunk care about the file system anyway? &lt;/LI&gt;
&lt;LI&gt;Is there a way to "force" btrfs support, maybe with reduced functionality?&lt;/LI&gt;
&lt;LI&gt;Is official support for btrfs planned?&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;The output of &lt;CODE&gt;locktest&lt;/CODE&gt; looks like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;~/splunk]% bin/locktest                                 
Could not create a lock in the SPLUNK_DB directory.
Filesystem type is not supported: buf.f_type = 0x9123683e
If supporting this filesystem type is important to you, please file an Enhancement Request with Splunk Support with the fs info number listed.

~/splunk]% ls $SPLUNK_DB 
audit/  authDb/  blockSignature/  defaultdb/  fishbucket/  hashDb/  historydb/  _internaldb/  sample/  summarydb/  test.ijKHJ9  test.R0jT0h  test.T65SU0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;Output of &lt;CODE&gt;strace&lt;/CODE&gt;&lt;/STRONG&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;~/splunk]% strace bin/locktest
execve("bin/locktest", ["bin/locktest"], [/* 32 vars */]) = 0
brk(0)                                  = 0x245b000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8ad5120000
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY)      = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=27312, ...}) = 0
mmap(NULL, 27312, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7f8ad5119000
close(3)                                = 0
open("/lib64/libc.so.6", O_RDONLY)      = 3
read(3, "\177ELF\2\1\1\3\0\0\0\0\0\0\0\0\3\0&amp;gt;\0\1\0\0\0p\355\1\0\0\0\0\0"..., 832) = 832
fstat(3, {st_mode=S_IFREG|0755, st_size=1832712, ...}) = 0
mmap(NULL, 3664040, PROT_READ|PROT_EXEC, MAP_PRIVATE|MAP_DENYWRITE, 3, 0) = 0x7f8ad4b84000
mprotect(0x7f8ad4cf9000, 2097152, PROT_NONE) = 0
mmap(0x7f8ad4ef9000, 20480, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_DENYWRITE, 3, 0x175000) = 0x7f8ad4ef9000
mmap(0x7f8ad4efe000, 18600, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_FIXED|MAP_ANONYMOUS, -1, 0) = 0x7f8ad4efe000
close(3)                                = 0
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8ad5118000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8ad5117000
mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f8ad5116000
arch_prctl(ARCH_SET_FS, 0x7f8ad5117700) = 0
mprotect(0x7f8ad4ef9000, 16384, PROT_READ) = 0
mprotect(0x7f8ad5121000, 4096, PROT_READ) = 0
munmap(0x7f8ad5119000, 27312)           = 0
stat("/home/xx/splunk/var/lib/splunk", {st_mode=S_IFDIR|0711, st_size=258, ...}) = 0
umask(0777)                             = 022
umask(066)                              = 0777
gettimeofday({1290061806, 661323}, NULL) = 0
getpid()                                = 15124
open("/home/xx/splunk/var/lib/splunk/test.dHc3Nt", O_RDWR|O_CREAT|O_EXCL, 0600) = 3
statfs("/home/xx/splunk/var/lib/splunk/test.dHc3Nt", {f_type=0x9123683e,     f_bsize=4096, f_blocks=2228224, f_bfree=1430113, f_bavail=1128033, f_files=0, f_ffree=0, f_fsid={196237592, 245698777}, f_namelen=255, f_frsize=4096}) = 0
statfs("/home/xx/splunk/var/lib/splunk/test.dHc3Nt", {f_type=0x9123683e, f_bsize=4096, f_blocks=2228224, f_bfree=1430113, f_bavail=1128033, f_files=0, f_ffree=0, f_fsid={196237592, 245698777}, f_namelen=255, f_frsize=4096}) = 0
statfs("/home/xx/splunk/var/lib/splunk", {f_type=0x9123683e, f_bsize=4096, f_blocks=2228224, f_bfree=1430113, f_bavail=1128033, f_files=0, f_ffree=0, f_fsid={196237592, 245698777}, f_namelen=255, f_frsize=4096}) = 0
write(2, "Could not create a lock in the S"..., 52Could not create a lock in the SPLUNK_DB directory.) = 52
statfs("/home/xx/splunk/var/lib/splunk/test.dHc3Nt", {f_type=0x9123683e, f_bsize=4096, f_blocks=2228224, f_bfree=1430113, f_bavail=1128033, f_files=0, f_ffree=0, f_fsid={196237592, 245698777}, f_namelen=255, f_frsize=4096}) = 0
statfs("/home/xx/splunk/var/lib/splunk/test.dHc3Nt", {f_type=0x9123683e, f_bsize=4096, f_blocks=2228224, f_bfree=1430113, f_bavail=1128033, f_files=0, f_ffree=0, f_fsid={196237592, 245698777}, f_namelen=255, f_frsize=4096}) = 0
write(2, "Filesystem type is not supported"..., 201Filesystem type is not supported: buf.f_type = 0x9123683e
If supporting this filesystem type is important to you, please file an Enhancement Request with Splunk Support with the fs info number listed.) = 201
exit_group(9)    
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 16 Nov 2010 11:11:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90007#M97327</guid>
      <dc:creator>notneeded</dc:creator>
      <dc:date>2010-11-16T11:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90008#M97328</link>
      <description>&lt;P&gt;I don't know precisely why Splunk threw an unsupported message about your btrfs - but it is usually very picky about the underlying filesystem's locking semantics.  What does the Splunk 'locktest' command say about your btrfs?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2010 12:03:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90008#M97328</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2010-11-16T12:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90009#M97329</link>
      <description>&lt;P&gt;Thanks for the response! I just updated the question with the output of locktest.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Nov 2010 13:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90009#M97329</guid>
      <dc:creator>notneeded</dc:creator>
      <dc:date>2010-11-16T13:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90010#M97330</link>
      <description>&lt;P&gt;You might try running locktest under strace, and see if Splunk is hitting a specific error with its lock testing for btrfs, or if it is excluding this filesystem based on its magic value alone.  Then you'll know whether to get after the btrfs developers for improved locking or to file an enhancement with Splunk support.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 13:06:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90010#M97330</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2010-11-18T13:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90011#M97331</link>
      <description>&lt;P&gt;I added the output of &lt;CODE&gt;strace&lt;/CODE&gt; as well. I'm not sure how to read that, so could you please take a loot?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 14:37:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90011#M97331</guid>
      <dc:creator>notneeded</dc:creator>
      <dc:date>2010-11-18T14:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90012#M97332</link>
      <description>&lt;P&gt;I don't see any specific errors in your strace related to locktest - I would suggest putting in an ER (enhancement request) at this point.  If you are working with someone within sales, make sure they are aware of your requirement.  See &lt;A href="http://answers.splunk.com/questions/4844/how-can-i-submit-an-enhancement-request"&gt;http://answers.splunk.com/questions/4844/how-can-i-submit-an-enhancement-request&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Nov 2010 20:32:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90012#M97332</guid>
      <dc:creator>dwaddle</dc:creator>
      <dc:date>2010-11-18T20:32:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90013#M97333</link>
      <description>&lt;P&gt;Understood. Thanks for the reply!&lt;/P&gt;</description>
      <pubDate>Wed, 24 Nov 2010 12:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90013#M97333</guid>
      <dc:creator>notneeded</dc:creator>
      <dc:date>2010-11-24T12:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90014#M97334</link>
      <description>&lt;P&gt;Since btrfs is planned to become the default in Fedora 17 and others will surely follow, I think splunk should start to support it as soon as possible.&lt;BR /&gt;
As a workaround I've loopback-mounted a file formatted with ext4 to /opt/splunk/var and copied the contents of the original directory there. Seems to work just fine so far.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Nov 2011 14:24:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90014#M97334</guid>
      <dc:creator>sn</dc:creator>
      <dc:date>2011-11-21T14:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90015#M97335</link>
      <description>&lt;P&gt;"As a workaround I've loopback-mounted a file formatted with ext4 to /opt/splunk/var and copied the contents of the original directory there. Seems to work just fine so far."&lt;/P&gt;

&lt;P&gt;Please provide a "how to" for this workaround as I am new to linux and dont completely follow how this is achieved. Any help appreciated. I  created a loopback file system but I am confused about recreating the var directory as an ext4 filesystem since this did not work when following this procedure..&lt;A href="http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-15959"&gt;http://www.walkernews.net/2007/07/01/create-linux-loopback-file-system-on-disk-file/#comment-15959&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Regards, Henry&lt;/P&gt;</description>
      <pubDate>Thu, 19 Jan 2012 13:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90015#M97335</guid>
      <dc:creator>henryvalk</dc:creator>
      <dc:date>2012-01-19T13:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90016#M97336</link>
      <description>&lt;P&gt;Hi Henry/Archie(?),&lt;/P&gt;

&lt;P&gt;first create a file as big as you think you will need for splunk data&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;dd if=/dev/zero of=/mydata/splunkfs.img bs=1M count=5000
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then format it with ext4 (sans journal, which is kind of moot in this case):&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;mkfs.ext4 -O ^has_journal /mydata/splunkfs.img
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Add a line to /etc/fstab like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/mydata/splunkfs.img  /opt/splunk/var/        auto    loop    0 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Stop splunk:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;/opt/splunk/bin/splunk stop
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Then just something like&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;cd /opt/splunk

mkdir vartmp

mv var/* vartmp

mount var

mv vartmp/* var

/opt/splunk/bin/splunk start
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 23 Jan 2012 14:16:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90016#M97336</guid>
      <dc:creator>sn</dc:creator>
      <dc:date>2012-01-23T14:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90017#M97337</link>
      <description>&lt;P&gt;it's now April 2012 and Splunk 4.3.1 - still no official btrfs support ;(&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2012 01:43:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90017#M97337</guid>
      <dc:creator>srickaue</dc:creator>
      <dc:date>2012-04-10T01:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90018#M97338</link>
      <description>&lt;P&gt;December 2012 and Splunk 5.0.1 - still no btrfs support.&lt;/P&gt;</description>
      <pubDate>Sat, 01 Dec 2012 09:24:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90018#M97338</guid>
      <dc:creator>Reboli_NL</dc:creator>
      <dc:date>2012-12-01T09:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90019#M97339</link>
      <description>&lt;P&gt;Jan 2013, need brtfs support&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2013 17:27:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90019#M97339</guid>
      <dc:creator>tprzelom</dc:creator>
      <dc:date>2013-01-22T17:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90020#M97340</link>
      <description>&lt;P&gt;Perfect, thanks!  I'm sure running ext3 on top of btrfs isn't terribly quick, but on my laptop it'll fly.  Where'd I put that imaginary SSD now???&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2013 17:27:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90020#M97340</guid>
      <dc:creator>glitchcowboy</dc:creator>
      <dc:date>2013-03-25T17:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90021#M97341</link>
      <description>&lt;P&gt;On fedora 18 I've hit this problem as well, my workaround (that doesn't work see additional comment below) might be helpful to some people.&lt;BR /&gt;&lt;BR /&gt;
I just replace the locktest (/opt/splunk/bin/locktest) with a bash script which does an 'exit 0'.&lt;/P&gt;

&lt;P&gt;Edit: Ok, this worked for a little while and then resulted in the indexer blocking and lots of weird things happening.&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2013 02:10:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90021#M97341</guid>
      <dc:creator>elvisior</dc:creator>
      <dc:date>2013-05-14T02:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90022#M97342</link>
      <description>&lt;P&gt;July 2013 and splunk 5.0.3 - still no btrfs support.&lt;/P&gt;</description>
      <pubDate>Sat, 20 Jul 2013 17:42:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90022#M97342</guid>
      <dc:creator>pygo</dc:creator>
      <dc:date>2013-07-20T17:42:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90023#M97343</link>
      <description>&lt;P&gt;I just encountered this issue too as I was about to go on a work trip. I installed Splunk on my Fedora 18 laptop and lo and behold it doesnt work.&lt;/P&gt;

&lt;P&gt;Still no solution for this after 3 years?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 23:51:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90023#M97343</guid>
      <dc:creator>phoenixdigital</dc:creator>
      <dc:date>2013-10-21T23:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90024#M97344</link>
      <description>&lt;P&gt;And no btrfs support in 6.0?&lt;/P&gt;

&lt;P&gt;Can someone please give us an update of when it might be available?&lt;/P&gt;</description>
      <pubDate>Mon, 21 Oct 2013 23:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90024#M97344</guid>
      <dc:creator>phoenixdigital</dc:creator>
      <dc:date>2013-10-21T23:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90025#M97345</link>
      <description>&lt;P&gt;Thanks for this it appears to work and is acceptable for a development environment but I would have hoped that Splunk could support btrfs at least in version 6. &lt;/P&gt;

&lt;P&gt;It is now the default filesystem for many Linux distributions.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Oct 2013 00:08:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90025#M97345</guid>
      <dc:creator>phoenixdigital</dc:creator>
      <dc:date>2013-10-22T00:08:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I run splunk on btrfs?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90026#M97346</link>
      <description>&lt;P&gt;any news about btrfs support with splunk 6.1 or why it's not supported at this time ?&lt;BR /&gt;
Btrfs is the default file system for the just released "RedHat Enterprise 7" and io oriented benchmark tests seems to indicate it could be a good choice for filesystem with lots of data such as splunk. &lt;/P&gt;</description>
      <pubDate>Wed, 11 Jun 2014 11:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-run-splunk-on-btrfs/m-p/90026#M97346</guid>
      <dc:creator>matthieu_araman</dc:creator>
      <dc:date>2014-06-11T11:03:05Z</dc:date>
    </item>
  </channel>
</rss>

