[Gluster-users] how can i mount glusterfs with cloud(nufa single processor) configuration?
신승엽
mikasa83 at naver.com
Wed Jun 24 14:22:44 UTC 2009
Hi
I'm configuring cloud/hpc storage. I performed glusterfsd with debug.
I confirmed all node connected each other through debug.
But i don't know how to mount the nodes each other.
I'd like to mount glusterfs in /mnt/gluserfs
somebody help me~
I'm writing volume file as follows.
volume posix
type storage/posix
option directory /data/export
end-volume
volume locks
type features/locks
subvolumes posix
end-volume
volume brick
type performance/io-threads
subvolumes locks
end-volume
volume server
type protocol/server
option transport-type tcp
option auth.addr.brick.allow *
subvolumes brick
end-volume
volume node01
type protocol/client
option transport-type tcp
option remote-host 115.145.205.86
option remote-subvolume brick
end-volume
volume node02
type protocol/client
option transport-type tcp
option remote-host 115.145.205.88
option remote-subvolume brick
end-volume
volume node03
type protocol/client
option transport-type tcp
option remote-host 115.145.205.89
option remote-subvolume brick
end-volume
volume node04
type protocol/client
option transport-type tcp
option remote-host 115.145.205.103
option remote-subvolume brick
end-volume
volume nufa
type cluster/nufa
option local-volume-name `hostname` # note the backquote, so 'hostname' output will be used as the option.
subvolumes node01 node02 node03 node04
end-volume
volume writebehind
type performance/write-behind
option cache-size 1MB
subvolumes nufa
end-volume
volume cache
type performance/io-cache
option cache-size 512MB
subvolumes writebehind
end-volume
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090624/ed685c75/attachment.html>
More information about the Gluster-users
mailing list