gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gluster-devel] upgrade problem


From: Ben Mok
Subject: [Gluster-devel] upgrade problem
Date: Wed, 18 Aug 2010 12:54:12 +0800

Hi All,

 

I upgraded the version from 1.3.12 to 3.0.5, found that some files can’t appear, but I can find them in server sides. What can I do now? It is storing so many data, please help. Thx a lot.

 

Ben

---------------------

1.3.12 Client.vol

---------------------

volume server1

     type protocol/client

     option transport-type tcp/client

     option remote-host 172.16.40.11

     option transport-timeout 30

     option remote-subvolume storage-ds-locks

   end-volume

 

   volume server1-ns

     type protocol/client

     option transport-type tcp/client

     option remote-host 172.16.40.11

     option transport-timeout 30

     option remote-subvolume storage-ns

   end-volume

 

   volume server2

     type protocol/client

     option transport-type tcp/client

     option remote-host 172.16.40.12

     option transport-timeout 30

     option remote-subvolume storage-ds-locks

   end-volume

 

   volume server2-ns

     type protocol/client

     option transport-type tcp/client

     option remote-host 172.16.40.12

     option transport-timeout 30

     option remote-subvolume storage-ns

   end-volume

 

   volume server3

     type protocol/client

     option transport-type tcp/client

     option remote-host 172.16.40.13

     option transport-timeout 30

     option remote-subvolume storage-ds-locks

   end-volume

 

 

   volume server4

     type protocol/client

     option transport-type tcp/client

     option remote-host 172.16.40.14

     option transport-timeout 30

     option remote-subvolume storage-ds-locks

   end-volume

 

   volume afr-ns

        type cluster/afr

        subvolumes server1-ns server2-ns

   end-volume

 

   volume afr01

        type cluster/afr

        subvolumes server1 server2

   end-volume

 

   volume afr02

        type cluster/afr

        subvolumes server3 server4

   end-volume

 

   volume storage-unify

           type cluster/unify

           subvolumes afr01 afr02

           option namespace afr-ns

           option scheduler rr

           option rr.limits.min-free-disk 5%

   end-volume

 

---------------------

1.3.12 Server.vol

---------------------

volume storage-ds

           type storage/posix

           option directory /storage

   end-volume

 

   volume storage-ns

           type storage/posix

           option directory /storage-ns

   end-volume

 

volume storage-ds-locks

  type features/posix-locks

  subvolumes storage-ds

  option mandatory on

end-volume

 

   volume server

     type protocol/server

     option transport-type tcp/server

     subvolumes storage-ds-locks

     option auth.ip.storage-ds-locks.allow 172.16.*

     option auth.ip.storage-ns.allow 172.16.*

   end-volume

 

 

-------------------

3.0.5 client.vol

-------------------

 

volume server1

  type protocol/client

  option transport-type tcp

  option remote-host 172.16.40.11

  option transport-timeout 10

  option remote-subvolume storage

end-volume

 

volume server2

  type protocol/client

  option transport-type tcp

  option remote-host 172.16.40.12

  option transport-timeout 10

  option remote-subvolume storage

end-volume

 

volume server3

  type protocol/client

  option transport-type tcp

  option remote-host 172.16.40.13

  option transport-timeout 10

  option remote-subvolume storage

end-volume

 

volume server4

  type protocol/client

  option transport-type tcp

  option remote-host 172.16.40.14

  option transport-timeout 10

  option remote-subvolume storage

end-volume

 

volume replicate1

  type cluster/replicate

  subvolumes server1 server2

end-volume

 

volume replicate2

  type cluster/replicate

  subvolumes server3 server4

end-volume

 

 

volume distribute

  type cluster/distribute

  subvolumes replicate1 replicate2

end-volume

 

volume writebehind

  type performance/write-behind

  option aggregate-size 128KB

  option window-size 1MB

  subvolumes distribute

end-volume

 

-------------------

3.0.5 server.vol

-------------------

 

volume posix

  type storage/posix

  option directory /storage

end-volume

 

volume locks

  type features/locks

  subvolumes posix

end-volume

 

volume storage

  type performance/io-threads

  option thread-count 16

  subvolumes locks

end-volume

 

volume server

  type protocol/server

  option transport-type tcp

  option auth.addr.storage.allow 172.16.*

  subvolumes storage

end-volume


reply via email to

[Prev in Thread] Current Thread [Next in Thread]