[][src]Module kalavara::volume

volume server

Volume server stores values in file system. For atomicity temporary files are first created in destdir/tmp directory and then moved to destination path. For this approach to work, destdir/tmp and destination path should be in same file system

to start the volume server, run

volume -p 7000 -d /tmp/kalavarastore

if master server is not aware of this volume server, register with

volume -p 7000 -d /tmp/kalavarastore -m http://master.server -b http://volume.server:7000

Functions

start

starts a kalavara volume server