<?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: Remote Filesystem in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69271#M44526</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Khaz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever get this issue resolve?&amp;nbsp; I'm interested in possibly using s3 as storage as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tien Doan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2007 13:52:59 GMT</pubDate>
    <dc:creator>tiendoan</dc:creator>
    <dc:date>2007-04-12T13:52:59Z</dc:date>
    <item>
      <title>Remote Filesystem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69270#M44525</link>
      <description>Hi, I'm trying to set alf_data to remote filesystem mounted locally and have some problems.It's just a proof of concept and might have lots of drawbacks. The idea is to use Amazon Simple Storage Service for storing all repository assets there and thus have unlimited (elastic) size device. You can ge</description>
      <pubDate>Tue, 30 Jan 2007 16:33:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69270#M44525</guid>
      <dc:creator>ksapenov</dc:creator>
      <dc:date>2007-01-30T16:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Filesystem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69271#M44526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Khaz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever get this issue resolve?&amp;nbsp; I'm interested in possibly using s3 as storage as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tien Doan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:52:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69271#M44526</guid>
      <dc:creator>tiendoan</dc:creator>
      <dc:date>2007-04-12T13:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Filesystem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69272#M44527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Tien,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm analyzing another way of managing diskspace based on GFS &lt;/SPAN&gt;&lt;A href="http://labs.google.com/papers/gfs.html" rel="nofollow noopener noreferrer"&gt;http://labs.google.com/papers/gfs.html&lt;/A&gt;&lt;SPAN&gt; , &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where file operations are broken into multiple parallel processes, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thus increasing throughput (i hope alfresco will tolerate latency time).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Khaz Sapenov&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:06:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69272#M44527</guid>
      <dc:creator>ksapenov</dc:creator>
      <dc:date>2007-04-12T14:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Filesystem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69273#M44528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Khaz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;as far as I know, GFS only exists in Google (i.e., google doesn't offer it commercially anywhere).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope you are not thinking about rolling your own solution, are you ?&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp;&amp;nbsp; Hadoop, a lucene sub-project, is an open-source GFS-clone that is being rolled but imho, it is still too pre-mature.&amp;nbsp; Currently, I've been monitoring GlusterFS &lt;/SPAN&gt;&lt;A href="http://www.gluster.org/docs/index.php/GlusterFS_Roadmap" rel="nofollow noopener noreferrer"&gt;http://www.gluster.org/docs/index.php/GlusterFS_Roadmap&lt;/A&gt;&lt;SPAN&gt; (look at their plan for 1.5);&amp;nbsp; when i saw your post, I thought perhaps you have already worked out a solution.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for taking the time to reply.&amp;nbsp; Maybe we will run into each other again on GlusterFS mailing list.&amp;nbsp; &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:50:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69273#M44528</guid>
      <dc:creator>tiendoan</dc:creator>
      <dc:date>2007-04-12T14:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Filesystem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69274#M44529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to point out, that placing Lucene indexes on remote filesystem might not be a great idea from performance point of view. Alfresco heavily depends on Lucene for most operations. The error posted above is caused by Lucene locks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you place indexes locally, remote filesystem solely for content itself might work&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Alexander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 16:59:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69274#M44529</guid>
      <dc:creator>alexander</dc:creator>
      <dc:date>2007-04-12T16:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Filesystem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69275#M44530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, Alexander !&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Very good point, I'll give it a try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2007 17:09:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69275#M44530</guid>
      <dc:creator>ksapenov</dc:creator>
      <dc:date>2007-04-12T17:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Remote Filesystem</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69276#M44531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;And how do u Configure Indexes Locally and Data in another Share ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Will it affect on Gigabit Lan between Server and share ? (is a NEtApp Filer)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 13:14:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/remote-filesystem/m-p/69276#M44531</guid>
      <dc:creator>subemontes</dc:creator>
      <dc:date>2008-10-29T13:14:15Z</dc:date>
    </item>
  </channel>
</rss>

