GlusterFS QA

From GlusterDocumentation

Jump to: navigation, search

FIXME: WORK IN PROGRESS

posix-locks

This tool (http://nfsv4.bullopensource.org/tools/tests/locktest.php) is useful in testing the posix-locks xlator.

Example usage:

 $ cd /mnt/glusterfs    # /mnt/glusterfs is a glusterfs mount, with
                        # posix-locks loaded on the server side
 $ gcc -o locktests locktests.c
 $ touch test           # file on which tests will happen
 $ ./locktests -f test -n 4

General QA ideas

  • Building and running a regression testing framework.
  • Use static code analysis tools:
Personal tools