Changes between Version 1 and Version 2 of GlusterFS_Installation


Ignore:
Timestamp:
Aug 22, 2008, 4:19:37 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GlusterFS_Installation

    v1 v2  
    3535[[BR]]
    3636== 2.FS design ==
     37 * Cloud0
     38{{{
     39$ cat drbl_Cloud.vol
     40### Cloud Server ###
     41volume brick1
     42   type storage/posix
     43   option directory /home/b1
     44end-volume
    3745
     46volume brick2
     47   type storage/posix
     48   option directory /home/b2
     49end-volume
     50
     51volume server
     52   type protocol/server
     53   subvolumes brick1 brick2
     54   option transport-type tcp/server # For TCP/IP transport
     55   option auth.ip.brick1.allow 192.168.1.*
     56   option auth.ip.brick2.allow 192.168.1.*
     57end-volume
     58
     59### Client ###
     60##Cloud##
     61volume client1
     62   type protocol/client
     63   option transport-type tcp/client
     64   option remote-host Cloud0
     65   option remote-subvolume brick1
     66end-volume
     67
     68volume client2
     69   type protocol/client
     70   option transport-type tcp/client
     71   option remote-host Cloud0
     72   option remote-subvolume brick2
     73end-volume
     74
     75##Cloud1##
     76volume client3
     77   type protocol/client
     78   option transport-type tcp/client
     79   option remote-host Cloud1
     80   option remote-subvolume brick
     81end-volume
     82
     83##Cloud2##
     84volume client4
     85   type protocol/client
     86   option transport-type tcp/client
     87   option remote-host Cloud2
     88   option remote-subvolume brick
     89end-volume
     90
     91volume stripe0
     92   type cluster/stripe
     93   option block-size *:1MB
     94   subvolumes client1 client2 client3 client4
     95end-volume
     96}}}
     97 * Cloud1 ~ Cloud2
     98{{{
     99}}}
    38100[[BR]]
    39101== 3.Test ==
    40 
     102 * [[Image(drbl_Cloud0.png)]]
    41103[[BR]]
    42104== 4.Refernece ==