Upgrading GlusterFS procedure:
1. run "make uninstall" in the old source tree
2. run 'which glusterfs' (if it finds it then you removed the server,
glusterfsd, if not, then you removed the client)
3. run 'configure' for the one that wasn't removed (client or server)
4. rerun "make uninstall" in the old source tree
5. remove old source tree
6. download the new release and untar it thereby creating the new source
tree
7. cd into the new source tree
8. for both client and then server:
8a. run 'configure' with the appropriate arguments for your setup (see docs)
8b. run 'make'
8c. run 'make install'
Gerry