summaryrefslogtreecommitdiffstats
path: root/xlators/features/glupy/doc/TESTING
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/glupy/doc/TESTING')
-rw-r--r--xlators/features/glupy/doc/TESTING9
1 files changed, 9 insertions, 0 deletions
diff --git a/xlators/features/glupy/doc/TESTING b/xlators/features/glupy/doc/TESTING
new file mode 100644
index 00000000000..e05f17f498f
--- /dev/null
+++ b/xlators/features/glupy/doc/TESTING
@@ -0,0 +1,9 @@
+Loading a translator written in Python using the glupy meta translator
+-------------------------------------------------------------------------------
+'test.vol' is a simple volfile with the debug-trace Python translator on top
+of a brick. The volfile can be mounted using the following command.
+
+$ glusterfs --debug -f test.vol /path/to/mntpt
+
+If then file operations are performed on the newly mounted file system, log
+output would be printed by the Python translator on the standard output.