### Add client feature and attach to remote subvolume volume HDD1 type protocol/client option transport-type tcp option remote-host 127.0.0.1 option remote-subvolume brick0 end-volume volume HDD1-remote type protocol/client option transport-type tcp option remote-host 10.10.10.2 # IP address of the remote brick option remote-subvolume brick0 # name of the remote volume end-volume volume HDD2 type protocol/client option transport-type tcp option remote-host 127.0.0.1 option remote-subvolume brick1 end-volume volume HDD2-remote type protocol/client option transport-type tcp option remote-host 10.10.10.2 option remote-subvolume brick1 end-volume #volume distribute # type cluster/distribute # subvolumes client1 client2-remote #end-volume ### Add readahead feature #volume readahead # type performance/read-ahead # option page-size 1MB # unit in bytes # option page-count 2 # cache per file = (page-count x page-size) # subvolumes client #end-volume ### Add IO-Cache feature #volume iocache # type performance/io-cache # option page-size 256KB # option page-count 2 # subvolumes readahead #end-volume ### Add writeback feature #volume writeback # type performance/write-behind lines 1-59