SlideShare uma empresa Scribd logo
1 de 30
Baixar para ler offline
Kosova Sofware Freedom
               Conference 2009

               Clusters with GlusterFS

                              Marian Marinov - mm@yuhu.biz
                            System Architect - Siteground.com

Prishtina 29-30.Aug.2009
Agenda


        Cluster Filesystems

        Some facts

        Gluster Design

        ➢ kernel
        ➢ gluster engine
          ➢ protocols
          ➢ translators
           ➢ storage
           ➢ performance
           ➢ others
          ➢ schedulers

        Some benchmarks
                                    2

Prishtina 29-30.Aug.2009            1/29
Cluster Filesystems




                                                 3

Prishtina 29-30.Aug.2009                         2/29
                                                 2/30
Cluster Filesystems




                                                 4

Prishtina 29-30.Aug.2009                         3/29
Facts


        GlusterFS project starts in August 2006

        It is not actual Filesystem

        Server only for Linux
        Client running on Linux & FreeBSD

        Very scallable

        Very easy to install and maintain




                                                  5

Prishtina 29-30.Aug.2009                          4/29
GlusterFS Desgin




                                              6

Prishtina 29-30.Aug.2009                      5/29
GFarm Desgin




                                          7

Prishtina 29-30.Aug.2009                  6/29
Gluster Filesystem Design


          In the kernel

          ➢ Requires FUSE
          ➢ FUSE as module
          ➢ GlusterFUSE

          The engine

          ➢ Server & Client
          ➢ Transport Modules
          ➢ Translators
          ➢ Scheduler Modules




                                                8

Prishtina 29-30.Aug.2009                        7/29
GlusterFS Desgin




                                              9

Prishtina 29-30.Aug.2009                      8/29
GlusterFS Desgin




                                              10

Prishtina 29-30.Aug.2009                       9/29
GlusterFS Desgin




                                              11

Prishtina 29-30.Aug.2009                      10/29
GlusterFS Desgin




                                              12

Prishtina 29-30.Aug.2009                      10/29
GlusterFS Desgin

The picture explained:


ClientX:

volume serverX             - defines a name for a remote server
subvolumes brick0          - defines in which of all exported volumes from
                           the remote server we are interested

some performance translators

volume unify         - defines that we will use unify cluster translator
subvolumes serverX serverY - defines which already connected storage
volumes will be used



                                                                             13

Prishtina 29-30.Aug.2009                                                     12/29
Gluster Filesystem Design




          Transport Modules:
             For TCP/IP transport
                transport-type tcp/server
             For Infiniband SDP transport
                transport-type ib-sdp/server
             For Infiniband Verbs transport
                transport-type ib-verbs/server




                                                 14

Prishtina 29-30.Aug.2009                         13/29
Gluster Filesystem Design



          The idea – GNU/Hurd

                  Translators

          ➢ Performance
          ➢ Clustering
          ➢ Scheduling
          ➢ Storage
          ➢ Others




                                                15

Prishtina 29-30.Aug.2009                        14/29
Gluster Filesystem Design



                           Performance translators

          ➢ Read Ahead
          ➢ Write Behind
          ➢ Threaded I/O
          ➢ IO-Cache
          ➢ Stat Pre-fetch – still not ported to the new versions
          ➢ Booster




                                                                    16

Prishtina 29-30.Aug.2009                                            15/29
Gluster Filesystem Design



                           Clustering translators

          ➢ Stripe
          ➢ Unify
          ➢ AFR




                                                    17

Prishtina 29-30.Aug.2009                            16/29
Gluster Filesystem Design



                           Scheduling translators

          ➢ Adaptive Least Usage (ALU)
          ➢ Non-uniform filesystem architecture (NUFA)
          ➢ Random
          ➢ Rand-Robin
          ➢ Switch




                                                         18

Prishtina 29-30.Aug.2009                                 17/29
Gluster Filesystem Design



                       Adaptive Least Usage (ALU)

          ➢ disk-usage
          ➢ read-usage
          ➢ write-usage
          ➢ open-files-usage
          ➢ disk-speed-usage




                                                    19

Prishtina 29-30.Aug.2009                            18/29
Gluster Filesystem Design



              Non-uniform filesystem architecture (NUFA)

          ➢ local-volume-name
          ➢ limits.min-free-disk

                           Random

          ➢ limits.min-free-disk

                           Round-Robin

          ➢ limits.min-free-disk
          ➢ read-only-subvolumes
          ➢ refresh-interval
                                                           20

Prishtina 29-30.Aug.2009                                   19/29
Gluster Filesystem Design



                              Switch

   ➢ switch.case *jpg:brick1,brick2;*mp3:brick3;*:brick4,brick5
   ➢ switch.read-only-subvolumes brick7




                                                                  21

Prishtina 29-30.Aug.2009                                          20/29
Gluster Filesystem Design



                           Other translators

          ➢ client
          ➢ server
          ➢ posix
          ➢ posix-locks
          ➢ bdb - very new
          ➢ rot-13
          ➢ trace




                                                22

Prishtina 29-30.Aug.2009                        21/29
Gluster Filesystem Design



                           In the feature

          ➢ Live addition/removal of nodes
          ➢ Automatic File Reordering
          ➢ Web GUI
          ➢ mod_glusterfs




                                                23

Prishtina 29-30.Aug.2009                        22/29
Gluster Design




                                     24

Prishtina 29-30.Aug.2009             23/29
Benchmarks




                                 25

Prishtina 29-30.Aug.2009         24/29
Benchmarks




                                 26

Prishtina 29-30.Aug.2009         25/29
Benchmarks


Aggregated Read Throughput Benchmark

Multiple dd utility were executed simultaneously with different block sizes
to read from GlusterFS filesystem.
                    4KB      16KB         128KB        256KB          512KB 1024KB
Lustre           1,796 MB/s 5,782 MB/s 20,423 MB/s 21,582 MB/s 22,789 MB/s 23,731 MB/s
GlusterFS     11,415 MB/s 11,424 MB/s 11,427 MB/s 11,419 MB/s 11,411 MB/s 11,409 MB/s

Aggregated Write Throughput Benchmark

Multiple dd utility were executed simultaneously with different block sizes
to write to GlusterFS filesystem.
               4KB           16KB         128KB        256KB          512KB 1024KB
Lustre         969 MB/s      1,613 MB/s 1,988 MB/s 1,989 MB/s 1,984 MB/s 1,983 MB/s
GlusterFS      1,886 MB/s 2,191 MB/s 2,237 MB/s 2,231 MB/s 2,236 MB/s 2,223 MB/s

Note: Higher means faster.


                                                                                  27

Prishtina 29-30.Aug.2009                                                          26/29
Benchmarks

Apache Web Server Benchmark

Apache served 12039 files (595 MB) over HTTP protocol.
wget client fetched the files recursively.
               Time
Lustre         Failed after downloading 33 MB out of 585 MB in 11 mins.
GlusterFS      3 mins 11 secs

Archive Creation

'tar utility created an archive of 12039 files (595 MB) served through GlusterFS.
                 Time
Lustre           41 secs
GlusterFS        25 secs

Archive Extraction

             Time
Lustre       FAILED             No space left on device.
GlusterFS    43 secs

Note: Lower means faster.
                                                                                    28

Prishtina 29-30.Aug.2009                                                            27/29
Sources of Information


          Project's site:
             http://www.gluster.com

          Official GlusterFS documentation wiki:
             http://www.gluster.org/docs/index.php/GlusterFS

          On IRC:
            irc.freenode.net #gluster

          The mailing list:
             gluster-devel@nongnu.org




                                                               29

Prishtina 29-30.Aug.2009                                       28/29
Clusters with GlusterFS


   ? ? ? ? ? ? ?
    ? ? ?? ? ? ?
   ? ? Questions ? ?
   ? ? ? ? ? ? ?
    ? ? ? ? ? ?
     ? ? ? ? ? ? ?                            30

Prishtina 29-30.Aug.2009

Mais conteúdo relacionado

Destaque

Organizational culture
Organizational cultureOrganizational culture
Organizational culture
Eyad Al-Samman
 
Organizational Culture
Organizational CultureOrganizational Culture
Organizational Culture
Knight1040
 
Organizational culture - Human Behaviour Organisation
Organizational culture - Human Behaviour OrganisationOrganizational culture - Human Behaviour Organisation
Organizational culture - Human Behaviour Organisation
Krupesh Shah
 

Destaque (14)

unit-1-intro
 unit-1-intro unit-1-intro
unit-1-intro
 
Organisational culture
Organisational cultureOrganisational culture
Organisational culture
 
Pitching Creative Work
Pitching Creative WorkPitching Creative Work
Pitching Creative Work
 
Organization culture
Organization cultureOrganization culture
Organization culture
 
Organizational culture
Organizational cultureOrganizational culture
Organizational culture
 
Organizational Culture
Organizational CultureOrganizational Culture
Organizational Culture
 
Graphic Design 101
Graphic Design 101Graphic Design 101
Graphic Design 101
 
Organizational Culture
Organizational CultureOrganizational Culture
Organizational Culture
 
Organizational culture - Human Behaviour Organisation
Organizational culture - Human Behaviour OrganisationOrganizational culture - Human Behaviour Organisation
Organizational culture - Human Behaviour Organisation
 
Fundamentals Of Computer
Fundamentals Of ComputerFundamentals Of Computer
Fundamentals Of Computer
 
Organisational Culture
Organisational CultureOrganisational Culture
Organisational Culture
 
Organizational culture
Organizational cultureOrganizational culture
Organizational culture
 
The sixth sense technology complete ppt
The sixth sense technology complete pptThe sixth sense technology complete ppt
The sixth sense technology complete ppt
 
Organisational culture with examples
Organisational culture with examplesOrganisational culture with examples
Organisational culture with examples
 

Mais de Marian Marinov

Mais de Marian Marinov (20)

Dev.bg DevOps March 2024 Monitoring & Logging
Dev.bg DevOps March 2024 Monitoring & LoggingDev.bg DevOps March 2024 Monitoring & Logging
Dev.bg DevOps March 2024 Monitoring & Logging
 
Basic presentation of cryptography mechanisms
Basic presentation of cryptography mechanismsBasic presentation of cryptography mechanisms
Basic presentation of cryptography mechanisms
 
Microservices: Benefits, drawbacks and are they for me?
Microservices: Benefits, drawbacks and are they for me?Microservices: Benefits, drawbacks and are they for me?
Microservices: Benefits, drawbacks and are they for me?
 
Introduction and replication to DragonflyDB
Introduction and replication to DragonflyDBIntroduction and replication to DragonflyDB
Introduction and replication to DragonflyDB
 
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQ
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQMessage Queuing - Gearman, Mosquitto, Kafka and RabbitMQ
Message Queuing - Gearman, Mosquitto, Kafka and RabbitMQ
 
How to successfully migrate to DevOps .pdf
How to successfully migrate to DevOps .pdfHow to successfully migrate to DevOps .pdf
How to successfully migrate to DevOps .pdf
 
How to survive in the work from home era
How to survive in the work from home eraHow to survive in the work from home era
How to survive in the work from home era
 
Managing sysadmins
Managing sysadminsManaging sysadmins
Managing sysadmins
 
Improve your storage with bcachefs
Improve your storage with bcachefsImprove your storage with bcachefs
Improve your storage with bcachefs
 
Control your service resources with systemd
 Control your service resources with systemd  Control your service resources with systemd
Control your service resources with systemd
 
Comparison of-foss-distributed-storage
Comparison of-foss-distributed-storageComparison of-foss-distributed-storage
Comparison of-foss-distributed-storage
 
Защо и как да обогатяваме знанията си?
Защо и как да обогатяваме знанията си?Защо и как да обогатяваме знанията си?
Защо и как да обогатяваме знанията си?
 
Securing your MySQL server
Securing your MySQL serverSecuring your MySQL server
Securing your MySQL server
 
Sysadmin vs. dev ops
Sysadmin vs. dev opsSysadmin vs. dev ops
Sysadmin vs. dev ops
 
DoS and DDoS mitigations with eBPF, XDP and DPDK
DoS and DDoS mitigations with eBPF, XDP and DPDKDoS and DDoS mitigations with eBPF, XDP and DPDK
DoS and DDoS mitigations with eBPF, XDP and DPDK
 
Challenges with high density networks
Challenges with high density networksChallenges with high density networks
Challenges with high density networks
 
SiteGround building automation
SiteGround building automationSiteGround building automation
SiteGround building automation
 
Preventing cpu side channel attacks with kernel tracking
Preventing cpu side channel attacks with kernel trackingPreventing cpu side channel attacks with kernel tracking
Preventing cpu side channel attacks with kernel tracking
 
Managing a lot of servers
Managing a lot of serversManaging a lot of servers
Managing a lot of servers
 
Let's Encrypt failures
Let's Encrypt failuresLet's Encrypt failures
Let's Encrypt failures
 

Último

CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 

Último (20)

The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 

Clusters with gluster fs

  • 1. Kosova Sofware Freedom Conference 2009 Clusters with GlusterFS Marian Marinov - mm@yuhu.biz System Architect - Siteground.com Prishtina 29-30.Aug.2009
  • 2. Agenda Cluster Filesystems Some facts Gluster Design ➢ kernel ➢ gluster engine ➢ protocols ➢ translators ➢ storage ➢ performance ➢ others ➢ schedulers Some benchmarks 2 Prishtina 29-30.Aug.2009 1/29
  • 3. Cluster Filesystems 3 Prishtina 29-30.Aug.2009 2/29 2/30
  • 4. Cluster Filesystems 4 Prishtina 29-30.Aug.2009 3/29
  • 5. Facts GlusterFS project starts in August 2006 It is not actual Filesystem Server only for Linux Client running on Linux & FreeBSD Very scallable Very easy to install and maintain 5 Prishtina 29-30.Aug.2009 4/29
  • 6. GlusterFS Desgin 6 Prishtina 29-30.Aug.2009 5/29
  • 7. GFarm Desgin 7 Prishtina 29-30.Aug.2009 6/29
  • 8. Gluster Filesystem Design In the kernel ➢ Requires FUSE ➢ FUSE as module ➢ GlusterFUSE The engine ➢ Server & Client ➢ Transport Modules ➢ Translators ➢ Scheduler Modules 8 Prishtina 29-30.Aug.2009 7/29
  • 9. GlusterFS Desgin 9 Prishtina 29-30.Aug.2009 8/29
  • 10. GlusterFS Desgin 10 Prishtina 29-30.Aug.2009 9/29
  • 11. GlusterFS Desgin 11 Prishtina 29-30.Aug.2009 10/29
  • 12. GlusterFS Desgin 12 Prishtina 29-30.Aug.2009 10/29
  • 13. GlusterFS Desgin The picture explained: ClientX: volume serverX - defines a name for a remote server subvolumes brick0 - defines in which of all exported volumes from the remote server we are interested some performance translators volume unify - defines that we will use unify cluster translator subvolumes serverX serverY - defines which already connected storage volumes will be used 13 Prishtina 29-30.Aug.2009 12/29
  • 14. Gluster Filesystem Design Transport Modules: For TCP/IP transport transport-type tcp/server For Infiniband SDP transport transport-type ib-sdp/server For Infiniband Verbs transport transport-type ib-verbs/server 14 Prishtina 29-30.Aug.2009 13/29
  • 15. Gluster Filesystem Design The idea – GNU/Hurd Translators ➢ Performance ➢ Clustering ➢ Scheduling ➢ Storage ➢ Others 15 Prishtina 29-30.Aug.2009 14/29
  • 16. Gluster Filesystem Design Performance translators ➢ Read Ahead ➢ Write Behind ➢ Threaded I/O ➢ IO-Cache ➢ Stat Pre-fetch – still not ported to the new versions ➢ Booster 16 Prishtina 29-30.Aug.2009 15/29
  • 17. Gluster Filesystem Design Clustering translators ➢ Stripe ➢ Unify ➢ AFR 17 Prishtina 29-30.Aug.2009 16/29
  • 18. Gluster Filesystem Design Scheduling translators ➢ Adaptive Least Usage (ALU) ➢ Non-uniform filesystem architecture (NUFA) ➢ Random ➢ Rand-Robin ➢ Switch 18 Prishtina 29-30.Aug.2009 17/29
  • 19. Gluster Filesystem Design Adaptive Least Usage (ALU) ➢ disk-usage ➢ read-usage ➢ write-usage ➢ open-files-usage ➢ disk-speed-usage 19 Prishtina 29-30.Aug.2009 18/29
  • 20. Gluster Filesystem Design Non-uniform filesystem architecture (NUFA) ➢ local-volume-name ➢ limits.min-free-disk Random ➢ limits.min-free-disk Round-Robin ➢ limits.min-free-disk ➢ read-only-subvolumes ➢ refresh-interval 20 Prishtina 29-30.Aug.2009 19/29
  • 21. Gluster Filesystem Design Switch ➢ switch.case *jpg:brick1,brick2;*mp3:brick3;*:brick4,brick5 ➢ switch.read-only-subvolumes brick7 21 Prishtina 29-30.Aug.2009 20/29
  • 22. Gluster Filesystem Design Other translators ➢ client ➢ server ➢ posix ➢ posix-locks ➢ bdb - very new ➢ rot-13 ➢ trace 22 Prishtina 29-30.Aug.2009 21/29
  • 23. Gluster Filesystem Design In the feature ➢ Live addition/removal of nodes ➢ Automatic File Reordering ➢ Web GUI ➢ mod_glusterfs 23 Prishtina 29-30.Aug.2009 22/29
  • 24. Gluster Design 24 Prishtina 29-30.Aug.2009 23/29
  • 25. Benchmarks 25 Prishtina 29-30.Aug.2009 24/29
  • 26. Benchmarks 26 Prishtina 29-30.Aug.2009 25/29
  • 27. Benchmarks Aggregated Read Throughput Benchmark Multiple dd utility were executed simultaneously with different block sizes to read from GlusterFS filesystem. 4KB 16KB 128KB 256KB 512KB 1024KB Lustre 1,796 MB/s 5,782 MB/s 20,423 MB/s 21,582 MB/s 22,789 MB/s 23,731 MB/s GlusterFS 11,415 MB/s 11,424 MB/s 11,427 MB/s 11,419 MB/s 11,411 MB/s 11,409 MB/s Aggregated Write Throughput Benchmark Multiple dd utility were executed simultaneously with different block sizes to write to GlusterFS filesystem. 4KB 16KB 128KB 256KB 512KB 1024KB Lustre 969 MB/s 1,613 MB/s 1,988 MB/s 1,989 MB/s 1,984 MB/s 1,983 MB/s GlusterFS 1,886 MB/s 2,191 MB/s 2,237 MB/s 2,231 MB/s 2,236 MB/s 2,223 MB/s Note: Higher means faster. 27 Prishtina 29-30.Aug.2009 26/29
  • 28. Benchmarks Apache Web Server Benchmark Apache served 12039 files (595 MB) over HTTP protocol. wget client fetched the files recursively. Time Lustre Failed after downloading 33 MB out of 585 MB in 11 mins. GlusterFS 3 mins 11 secs Archive Creation 'tar utility created an archive of 12039 files (595 MB) served through GlusterFS. Time Lustre 41 secs GlusterFS 25 secs Archive Extraction Time Lustre FAILED No space left on device. GlusterFS 43 secs Note: Lower means faster. 28 Prishtina 29-30.Aug.2009 27/29
  • 29. Sources of Information Project's site: http://www.gluster.com Official GlusterFS documentation wiki: http://www.gluster.org/docs/index.php/GlusterFS On IRC: irc.freenode.net #gluster The mailing list: gluster-devel@nongnu.org 29 Prishtina 29-30.Aug.2009 28/29
  • 30. Clusters with GlusterFS ? ? ? ? ? ? ? ? ? ?? ? ? ? ? ? Questions ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 30 Prishtina 29-30.Aug.2009