<?xml version="1.0" encoding="gbk"?>
<rss version="2.0">
  <channel>
    <title>超融合Server SAN - 分布式存储虚拟化:开源Gluster</title>
    <link>http://www.serversan.org/forum-56-1.html</link>
    <description>Latest 20 threads of 分布式存储虚拟化:开源Gluster</description>
    <copyright>Copyright(C) 超融合Server SAN</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Mon, 20 Apr 2026 01:50:17 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.serversan.org/static/image/common/logo_88_31.gif</url>
      <title>超融合Server SAN</title>
      <link>http://www.serversan.org/</link>
    </image>
    <item>
      <title>GlusterFS主要参考文献</title>
      <link>http://www.serversan.org/thread-25-1-1.html</link>
      <description><![CDATA[[1]Gluster: http://www.gluster.com/products/gluster-file-system-architecture-white-paper/[2] Gluster: http://www.gluster.com/products/performance-in-a-gluster-system-white-paper/[3]Gluster: http://gluster.com/community/documentation/index.php/Main_Pa ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Thu, 12 Feb 2015 00:40:42 +0000</pubDate>
    </item>
    <item>
      <title>GlusterFS设计讨论PK、有无元数据服务器、用户内核空间、大文件小文件、可用性利用率</title>
      <link>http://www.serversan.org/thread-24-1-1.html</link>
      <description><![CDATA[GlusterFS是一个具有高扩展性、高性能、高可用性、可横向扩展的弹性分布式文件系统，在架构设计上非常有特点，比如无元数据服务器设计、堆栈式架构等。然而，存储应用问题是很复杂的，GlusterFS也不可能满足所有的存储需求，设计实现上也一定有考虑不足之处，下面我们作 ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Thu, 12 Feb 2015 00:39:32 +0000</pubDate>
    </item>
    <item>
      <title>GlusterFS文件系统功能扩展机制、Cluster、Debug、Encryption、Features、Mgmt、Mount</title>
      <link>http://www.serversan.org/thread-23-1-1.html</link>
      <description><![CDATA[Translators如前所述，Translators是GlusterFS提供的一种强大文件系统功能扩展机制，这一设计思想借鉴于GNU/Hurd微内核操作系统。GlusterFS中所有的功能都通过Translator机制实现，运行时以动态库方式进行加载，服务端和客户端相互兼容。GlusterFS 3.1.X中，主要包 ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Thu, 12 Feb 2015 00:35:07 +0000</pubDate>
    </item>
    <item>
      <title>GlusterFS弹性哈希算法、摒弃元数据服务、Davies-Meyer、弹性卷管理</title>
      <link>http://www.serversan.org/thread-22-1-1.html</link>
      <description><![CDATA[对于分布式系统而言，元数据处理是决定系统扩展性、性能以及稳定性的关键。GlusterFS另辟蹊径，彻底摒弃了元数据服务，使用弹性哈希算法代替传统分布式文件系统中的集中或分布式元数据服务。这根本性解决了元数据这一难题，从而获得了接近线性的高扩展性，同时也提高了 ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Thu, 12 Feb 2015 00:14:16 +0000</pubDate>
    </item>
    <item>
      <title>GlusterFS模块化堆栈translator：VFS、I/O Cache、Read Ahead、Distribute/Stripe……</title>
      <link>http://www.serversan.org/thread-21-1-1.html</link>
      <description><![CDATA[图3GlusterFS模块化堆栈式设计   GlusterFS是模块化堆栈式的架构设计，如图3所示。模块称为Translator，是GlusterFS提供的一种强大机制，借助这种良好定义的接口可以高效简便地扩展文件系统的功能。服务端与客户端模块接口是兼容的，同一个translator可同时在两边加载。 ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Thu, 12 Feb 2015 00:02:41 +0000</pubDate>
    </item>
    <item>
      <title>GlusterFS架构与设计：存储服务器Brick Server、客户端、NFS/Samba存储网关</title>
      <link>http://www.serversan.org/thread-20-1-1.html</link>
      <description><![CDATA[图2GlusterFS架构和组成GlusterFS总体架构与组成部分如图2所示，它主要由存储服务器（Brick Server）、客户端以及NFS/Samba存储网关组成。不难发现，GlusterFS架构中没有元数据服务器组件，这是其最大的设计这点，对于提升整个系统的性能、可靠性和稳定性都有着决定性的 ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Wed, 11 Feb 2015 23:29:54 +0000</pubDate>
    </item>
    <item>
      <title>ServerSAN开源选项之GlusterFS技术特点：完全软件、完整存储系统栈、无元数据服务设计</title>
      <link>http://www.serversan.org/thread-19-1-1.html</link>
      <description><![CDATA[GlusterFS在技术实现上与传统存储系统或现有其他分布式文件系统有显著不同之处，主要体现在如下几个方面。l  完全软件实现（Software Only）GlusterFS认为存储是软件问题，不能够把用户局限于使用特定的供应商或硬件配置来解决。GlusterFS采用开放式设计，广泛支持工业 ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Wed, 11 Feb 2015 16:19:40 +0000</pubDate>
    </item>
    <item>
      <title>GlusterFS的设计思想与设计目标：弹性存储、线性横向扩展、高可靠性</title>
      <link>http://www.serversan.org/thread-18-1-1.html</link>
      <description><![CDATA[GlusterFS的设计思想显著区别有现有并行/集群/分布式文件系统。如果GlusterFS在设计上没有本质性的突破，难以在与Lustre、PVFS2、Ceph等的竞争中占据优势，更别提与GPFS、StorNext、ISILON、IBRIX等具有多年技术沉淀和市场积累的商用文件系统竞争。其核心设计目标包括如 ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Wed, 11 Feb 2015 16:14:54 +0000</pubDate>
    </item>
    <item>
      <title>可以作为ServerSAN后端的GlusterFS简单介绍</title>
      <link>http://www.serversan.org/thread-17-1-1.html</link>
      <description><![CDATA[GlusterFS是Scale-Out存储解决方案Gluster的核心，它是一个开源的分布式文件系统，具有强大的横向扩展能力，通过扩展能够支持数PB存储容量和处理数千客户端。GlusterFS借助TCP/IP或InfiniBand RDMA网络将物理分布的存储资源聚集在一起，使用单一全局命名空间来管理数据 ...]]></description>
      <category>分布式存储虚拟化:开源Gluster</category>
      <author>GlustorL_D</author>
      <pubDate>Wed, 11 Feb 2015 16:11:12 +0000</pubDate>
    </item>
  </channel>
</rss>