Hello Falko,
Thanks for your reply. I am glad you reply my question. Falko, can you help me what is it mean about for this log :
"Volume 'bricks', line 49: type 'cluster/unify' is not valid or not found on this machine" ?
When I try to make unify, but the system always show that log.
Let me shared my client configuration here ;
################ glusterfs.vol client configuration #############################
volume client1
type protocol/client
option transport-type tcp
option remote-host 192.168.0.5
option transport.socket.remote-port 6996
option remote-subvolume brick1
end-volume
volume client2
type protocol/client
option transport-type tcp
option remote-host 192.168.0.6
option transport.socket.remote-port 6997
option remote-subvolume brick2
end-volume
volume bricks
type cluster/unify
option namespace client-ns
subvolumes client1 client2
option self-heal background
option scheduler alu
option alu.limits.min-free-disk 5%
option alu.limits.max-open-files 10000
option alu.order disk-usage:read-usage:write-usage

pen-files-usage:disk-speed-usage
option alu.disk-usage.entry-threshold 2GB
option alu.disk-usage.exit-threshold 128MB
option alu.open-files-usage.entry-threshold 1024
option alu.open-files-usage.exit-threshold 32
option alu.read-usage.entry-threshold 20
option alu.read-usage.exit-threshold 4
option alu.write-usage.entry-threshold 20
option alu.write-usage.exit-threshold 4
option alu.disk-speed-usage.entry-threshold 0
option alu.disk-speed-usage.exit-threshold 0
option alu.stat-refresh.interval 10sec
option alu.stat-refresh.num-file-create 10
end-volume
################### End of glusterfs.vol client configuration ######################
And here is configuration for 1 of the server
###################### glusterfsd.vol server configuration ######################
volume posix2
type storage/posix # POSIX FS translator
option directory /data/export
end-volume
volume brick2
type features/posix-locks
option mandatory on
subvolumes posix2
end-volume
volume server
type protocol/server
option transport-type tcp
option transport.socket.listen-port 6997 # Default is 6996
subvolumes brick2
option auth.addr.brick2.allow *
end-volume
############### End of glusterfsd.vol server configuration ########################
What i Want here is, I want to use all storage space from all server without use replication.
Thanks before for your answers, Falko.
Recent comments
1 day 23 hours ago
2 days 7 hours ago
2 days 10 hours ago
2 days 11 hours ago
2 days 13 hours ago
2 days 14 hours ago
2 days 16 hours ago
2 days 17 hours ago
3 days 9 hours ago
3 days 10 hours ago